iOS 提交审核UIRequiredDeviceCapabili
iOS 提交审核UIRequiredDeviceCapabilities拒审
Guideline 2.3 - Performance - Accurate Metadata
We were unable to install the app on iPhone. The UIRequiredDeviceCapabilities key in the Info.plist is set in such a way that the app will not install on iPhone .
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.
尝试过两种解决办法都可行:
其一: 直接录屏testflight安装再iPhone上, 回复录屏和我们可以正常安装即可(怀疑是审核人员网络问题或苹果后台卡bug)
其二:直接删除info.plist 里面的UIRequiredDeviceCapabilities字段(该字段创建ios app时,xcode自动生成)再次提审即可