Guideline 2.3 - Performance - Accurate Metadata
We were unable to install the app on iPad. The UIRequiredDeviceCapabilities key in the Info.plist is set in such a way that the app will not install on an iPad .
In the info.plist it is:
UIRequiredDeviceCapabilities
armv7
This is the same as all my other apps that have been approved. I can install it on an iPad.
What should the UIRequiredDeviceCapabilities be?
Post
Replies
Boosts
Views
Activity
Thanks,
I missed the below app entitlements in my project
com.apple.developer.in-app-payments
com.apple.developer.payment-pass-provisioning
com.apple.developer.pass-type-identifiers
After adding these entitlements, I got success to upload TestFlight mode.