I have a user who is downloading an App on a HP Slate 21. He is getting an error in the google play store that “app not compatible - no carrier”. I have done some digging and this appears to be because the HP Slate offers not support for GPS.
My App does not explicitly give permissions for location finding, however it does not explicitly state that this feature is not required.
My question, does anyone know if you do not reference a need for Location management that this is an assumed requirement for your app? Does needing the camera mean that you need GPS?
Here are my build settings:-
android =
{
usesPermissions =
{
“android.permission.INTERNET”,
“android.permission.CAMERA”,
“android.permission.WRITE_EXTERNAL_STORAGE”,
},
},
}