App Store:我可以将应用程序的下载限制为仅限相机的设备吗?
我编写了一个需要相机才能工作的应用程序(如果没有相机,应用程序中实际上没有任何意义)。
我目前正在完成提交到应用程序商店所需的所有最后一点工作。是否应该在任何地方有一个选项或 .plist 属性我可以设置,以便非相机设备无法下载我的应用程序?或者我应该在描述中说清楚吗?
非常感谢任何帮助。谢谢!
I've written an app that requires a camera to work (there's not really any point in the app without a camera being present).
I'm currently doing all the last little bits required for submission to the app store. Should there be an option anywhere or a .plist property I can set so that non-camera devices won't be able to download my app? Or, should I just make it clear in the description?
Any help is much appreciated. Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 info.plist 的“所需设备功能”设置。
http://developer.apple.com/ Library/ios/#documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/BuildTimeConfiguration/BuildTimeConfiguration.html
(在该 URL 中搜索“所需的设备功能”)。
Look at the info.plist 'Required device capabilities' setting.
http://developer.apple.com/library/ios/#documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/BuildTimeConfiguration/BuildTimeConfiguration.html
(Search that URL for 'required device capabilities').
您还应该在描述和 plist 中明确说明。以前拥有多台设备的用户也许可以在 Mac 或 PC 上使用 iTunes 下载您的应用,即使他们当前没有带摄像头的设备也是如此。
You should also make it clear in your description, as well as the plist. People with multiple previous devices might be able to download your app using iTunes on their Mac or PC, even if they do not currently have a device with a camera.