IOS ipad sticker

I am about to submit a sticker to the App Store. I created a sticker using the Xcode sticker template. I haven't changed anything in the code. I just added stickers and app icons. My sticker pack was rejected with the following message. I was hoping someone could help me with this problem.

This is the post I received: From Apple Guide 2.3 - Performance

We were unable to install the app on the iPad Air 2. The UIRequiredDeviceCapabilities key in Info.plist appears to be configured so that the app will not be installed on this device.

Next steps

To resolve this issue, check the UIRequiredDeviceCapabilities key to make sure it only contains attributes that are required for your application functions or attributes that should not be present on the device. The attributes specified in the dictionary must be set to true if they are required and false if they should not be present on the device.

Resources

Check out Technical Q & A 1397: Introducing the UIRequiredDeviceCapabilities key for information on the UIRequiredDeviceCapabilities key.

You can also view the dictionary key table in the Declaring Required Devices section of the iOS App Programming Guide.

+3


source to share





All Articles