objective-c – UIRequiredDeviceCapabilities相当于Mac App Store?

objective-c – UIRequiredDeviceCapabilities相当于Mac App Store?,第1张

概述我正在开发一款仅适用于笔记本电脑用户(MacBooks)的Mac应用程序,并计划在Mac App Store上发布此应用程序.对于iOS App Store,您可以在plist UIRequiredDeviceCapabilities中指定,以便只有拥有正确设备的用户才能在商店中看到该应用.有没有办法对Mac App Store做同样的事情? 从 iTunes Connect Developer 我正在开发一款仅适用于笔记本电脑用户(MacBooks)的Mac应用程序,并计划在Mac App Store上发布此应用程序.对于iOS App Store,您可以在pList UIrequiredDeviceCapabilitIEs中指定,以便只有拥有正确设备的用户才能在商店中看到该应用.有没有办法对Mac App Store做同样的事情?解决方法 从 iTunes Connect Developer Guide的第39页开始:

If your iOS app requires a specific device capability (i.e. telephony,
GPS,accelerometer,etc.) to function properly,you will need to be
sure to code this into the info.pList of your binary utilizing the
UIrequiredDeviceCapabilitIEs key. Refer to the Build-Time
Configuration Details section of the iOS Application Programming
GuIDe to learn more. At runtime,iOS cannot launch your application
unless the declared capabilitIEs are present on the device. Further,
the App Store requires this information so that it can generate a
List of requirements for user devices and prevent users from
downloading applications that they cannot run. It is not necessary to specify required device capabilitIEs for Mac OS X apps.

总结

以上是内存溢出为你收集整理的objective-c – UIRequiredDeviceCapabilities相当于Mac App Store?全部内容,希望文章能够帮你解决objective-c – UIRequiredDeviceCapabilities相当于Mac App Store?所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1009265.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-22
下一篇 2022-05-22

发表评论

登录后才能评论

评论列表(0条)

保存