Drakensage
Drakensage

Reputation: 72

AppStore Metadata rejection Guideline 2.3

So been trying to upload an app to the AppStore am keep getting rejected with the message below. Tried adding armv7 to the UIRequiredDeviceCapability but still no difference

Guideline 2.3 - Performance - Accurate Metadata

We were unable to install the app on iPhone and iPad. The UIRequiredDeviceCapabilities key in the Info.plist is set in such a way that the app will not install on iPhone and 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.

Since your App Store Connect status is Metadata Rejected, we do NOT require a new binary. To revise the metadata, visit App Store Connect to select your app and revise the desired metadata values. Once you’ve completed all changes, reply to this message in Resolution Center and we will continue the review.

below is my Info.plist enter image description here

Upvotes: 0

Views: 2128

Answers (1)

Tal Cohen
Tal Cohen

Reputation: 1457

Delete UIRequiredDeviceCapabilities from your Info.plist if you don't really need it.

Check out Apple Documentation for the available values or more info.

Upvotes: 1

Related Questions