ios开发提交审核UIRequiredDeviceCapabilities被拒
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 an 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.
解决办法:
这是苹果的一个bug,在邮件里提交回复即可(我们提交的testFlight里任何机型都是可以安装的,并没有不能安装)。回复之后第二天就给过了