Goodmorning Vietnam...!
Today I tried to uplod to Play Console an update of my app, using LC10.0.1 RC1.
A certain number of devices were dopped for two reasons:
1 -Doesn't support required OpenGL ES version (1,254 devices) (3.0)
2- Doesn't support required feature (220 devices) android.hardware.location.gps
As for point 1, on the release note LC says that OpenGL 3 is supported.
In the runtime/android/Manifest.xml of LC10, the OpenGL is listed as" <uses-feature android:glEsVersion="0x00030000"/>.
Somehow it does not reach the standalone (see standalone setting screenshot).
As for point 2, my app does not require hardware GPS, but since it uses Bluetooth, it asks for localization services. So I guess is only a matter of writing somewhere that the app does not require a gps., but I don't know where...
Because of BT, on the App I set the following Android permissions:
androidRequestPermission "android.permission.BLUETOOTH_SCAN"
androidRequestPermission "android.permission.BLUETOOTH_ADVERTISE"
androidRequestPermission "android.permission.BLUETOOTH_CONNECT"
Thanks for any comment that can be of help.
Trevix
Today I tried to uplod to Play Console an update of my app, using LC10.0.1 RC1.
A certain number of devices were dopped for two reasons:
1 -Doesn't support required OpenGL ES version (1,254 devices) (3.0)
2- Doesn't support required feature (220 devices) android.hardware.location.gps
As for point 1, on the release note LC says that OpenGL 3 is supported.
In the runtime/android/Manifest.xml of LC10, the OpenGL is listed as" <uses-feature android:glEsVersion="0x00030000"/>.
Somehow it does not reach the standalone (see standalone setting screenshot).
As for point 2, my app does not require hardware GPS, but since it uses Bluetooth, it asks for localization services. So I guess is only a matter of writing somewhere that the app does not require a gps., but I don't know where...
Because of BT, on the App I set the following Android permissions:
androidRequestPermission "android.permission.BLUETOOTH_SCAN"
androidRequestPermission "android.permission.BLUETOOTH_ADVERTISE"
androidRequestPermission "android.permission.BLUETOOTH_CONNECT"
Thanks for any comment that can be of help.
Trevix
Statistics: Posted by trevix — Fri Oct 25, 2024 10:20 am