Issue with iOS Submission: UIRequiredDeviceCapabilities

The UIRequiredDeviceCapabilities key in the Info.plist is set up in such a way that the app will not install on the device used in review.

Review device details:

  • Device type: iPad Air (5th generation)

  • OS version: iPadOS 18.3.1

Next Steps

To resolve this issue, check the UIRequiredDeviceCapabilities key to verify that it contains only the attributes required for the 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.

Hi, I'm a new independent developer who is just getting started on app development.

When I check Required Device Capabilities on Info.plist Values There is nothing there. I don't think my app requires any specific attribute.

How do I fix this when it looks like there is nothing to fix/remove.

Timothy

Issue with iOS Submission: UIRequiredDeviceCapabilities
 
 
Q