I am getting the following error when trying to submit app for review:
The app's Info.plist can't contain values for the UIRequiredDeviceCapabilities key that would prevent this app from opening on any [?] device. For more information, see Understanding the UIRequiredDeviceCapabilities Key.
My project attributes:
What does this error mean and how do I correct it?
The app's Info.plist can't contain values for the UIRequiredDeviceCapabilities key that would prevent this app from opening on any [?] device. For more information, see Understanding the UIRequiredDeviceCapabilities Key.
My project attributes:
B4X:
#Region Project Attributes
#ApplicationLabel: my app
#Version: 2.0
'Orientation possible values: Portrait, LandscapeLeft, LandscapeRight and PortraitUpsideDown
#iPhoneOrientations: Portrait
#iPadOrientations: Portrait
#PListExtra: <key>UIRequiresFullScreen</key><true/>
#End Region
What does this error mean and how do I correct it?