Image Playground App Rejection Requirement

My app was rejected because of this error below but I cannot find any documentation on a key related to Image Playground. My app is set to minimum of 18.2 already.

Rejection Message:

The UIRequiredDeviceCapabilities key in the Info.plist is set in such a way that the app will not install on iPhone running iOS 18.1.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.

Resources

Learn more about the UIRequiredDeviceCapabilities key.

Answered by endecotp in 817135022

the app will not install on iPhone running iOS 18.1.1

IOS 18.2 is still in beta. App Review will reject apps that require a beta version of the OS.

Your simplest option is to wait until 18.2 is released before submitting. If you don’t want to do that, your app needs to run on 18.1; can it function usefully without the 18.2-specific features?

It means that 18.2 is too high to run on iOS 18.1.1, you'd better set the version to a lower version to let your App run on most devices.

Accepted Answer

the app will not install on iPhone running iOS 18.1.1

IOS 18.2 is still in beta. App Review will reject apps that require a beta version of the OS.

Your simplest option is to wait until 18.2 is released before submitting. If you don’t want to do that, your app needs to run on 18.1; can it function usefully without the 18.2-specific features?

Image Playground App Rejection Requirement
 
 
Q