总结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?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)