美文网首页
ios开发提交审核UIRequiredDeviceCapabil

ios开发提交审核UIRequiredDeviceCapabil

作者: 小木虫666 | 来源:发表于2020-04-29 14:43 被阅读0次

    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里任何机型都是可以安装的,并没有不能安装)。回复之后第二天就给过了

    相关文章

      网友评论

          本文标题:ios开发提交审核UIRequiredDeviceCapabil

          本文链接:https://www.haomeiwen.com/subject/mgngwhtx.html