提交的第一个版本, xcode 中设置的 Deployment 是 iPhone only. 提交后,审核被拒,原文如下:
Guideline 2.3 - Performance - Accurate Metadata
We were unable to install the app on iPad. The UIRequiredDeviceCapabilities key in the Info.plist is set in such a way that the app will not install on an iPad .
Next Steps
To resolve this issue, please check the UIRequiredDeviceCapabilities key to verify that it contains only the attributes required for your app features or the attributes that must not be present on the device. Attributes specified by a dictionary should be set to true if they are required and false if they must not be present on the device.
Resources
Please review the Technical Q&A 1397: Understanding the UIRequiredDeviceCapabilities key for information on the UIRequiredDeviceCapabilities key.
You may also wish to review the dictionary keys table in the "Declaring the Required Device Capabilities" section of the App Programming Guide for iOS.
大意是说,无法在 iPad 上安装,检测到 Info.plist 中存在 UIRequiredDeviceCapabilities 键,其值被设置导致无法在 ipad 上安装。
我测试了下, 我们是可以在 iPad 上安装,且查看了下 Info.plist 中,并未有 UIRequiredDeviceCapabilities 这个键。这真是让人头大的问题。apple也没说他是用什么 ipad 设备测试的。
有小伙伴们遇到过这个问题吗?
1 个回复
1***@qq.com
不知道怎么解决。。。