Google Play - Your Device Isn't Compatible With This Version
I'm not getting Google Play - Your device isn't compatible with this version for only one device - zen ultratab a700 3g (This device does not have gps) . All other devices are able
Solution 1:
This is probably because you are still using some of the permissions:
android.permission.ACCESS_COARSE_LOCATION" && android.permission.ACCESS_FINE_LOCATION"
You should have a fall back in your code to check if a device can handle GPS.
If it can't then it should do something else but at least run on the device.
Post a Comment for "Google Play - Your Device Isn't Compatible With This Version"