2020-07-24

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.

我们无法在iPhone上安装该应用程序。信息中的UIRequiredDeviceCapabilities键。plist的设置使应用程序不会安装在iPhone上。

下一个步骤

要解决这个问题,请检查UIRequiredDeviceCapabilities键,以验证它只包含你的应用功能所需的属性或不能出现在设备上的属性。字典指定的属性如果是必需的,应该设置为true,如果设备上不存在属性,应该设置为false。

资源

请回顾技术问答1397:理解UIRequiredDeviceCapabilities关键信息的UIRequiredDeviceCapabilities关键。

你也可以在iOS应用程序编程指南的“声明所需设备能力”一节中查看字典键表。

删除之

提交审核 等待结果

你可能感兴趣的:(2020-07-24)