Some devices are shown as not compatible on GPlay although they match the requirements and can run the Carrera Race App. This is probably caused by wrong declarations on AndroidManifest.xml:
While INTERNET and RECORD_AUDIO should not be necessary at all, uses-feature should be used for things which are not vital for the app to run. Needs more investigation.
Helpful links:
http://developer.android.com/reference/android/Manifest.permission.html
http://developer.android.com/guide/topics/manifest/uses-sdk-element.html
http://stackoverflow.com/questions/20016423/my-android-app-is-not-visibe-in-google-play-for-some-devices
While INTERNET and RECORD_AUDIO should not be necessary at all, uses-feature should be used for things which are not vital for the app to run. Needs more investigation.
Helpful links:
http://developer.android.com/reference/android/Manifest.permission.html
http://developer.android.com/guide/topics/manifest/uses-sdk-element.html
http://stackoverflow.com/questions/20016423/my-android-app-is-not-visibe-in-google-play-for-some-devices
You need to be logged in to add a comment.