App Store:我可以将应用程序的下载限制为仅限相机的设备吗?

发布于 2024-11-16 15:00:42 字数 171 浏览 1 评论 0原文

我编写了一个需要相机才能工作的应用程序(如果没有相机,应用程序中实际上没有任何意义)。

我目前正在完成提交到应用程序商店所需的所有最后一点工作。是否应该在任何地方有一个选项或 .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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

不知在何时 2024-11-23 15:00:42

查看 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').

姐不稀罕 2024-11-23 15:00:42

您还应该在描述和 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文