iOS Question [Solved] UIRequiredDeviceCapabilities

Filippo

Expert
Licensed User
Longtime User
Hi,

my app has not been approved because of the same errors: https://www.b4x.com/android/forum/threads/uirequireddevicecapabilities-key-in-the-info-plist.120186/

In the "PlistExtra" this attribute is not present,

but under Objects\src\B4iProject\B4iProject-Info.plist.
How can it be?
From where can it come?
 

JordiCP

Expert
Licensed User
Longtime User
My guess is that it is a direct consequence of this line:
B4X:
#MinVersion: 8
It means that the app has to be compatible with devices running iOS 8. It is a very old version and the devices using it also very old, probably 32-bit (armv7)

I'd change it to 12
 
Upvote 0

Filippo

Expert
Licensed User
Longtime User
I'd change it to 12
I will use your tip in the next update.
The app has now been approved without change, after I informed that this attribute was already included in the last update.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…