#12438 Improve compatiblity

Closed Created by @smartrace - 1 comment

From @smartrace 03.02.2016, 10:29
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
#1 From @smartrace 30.03.2016, 17:06 Owner
Done in 2.0.0

You need to be logged in to add a comment.