My app is not being displayed in the Google Play store. I have a Samsung Galaxy Tab 3, 10" device, model GT-P5210 with no SIM card. Android Version 4.2.2.
EDIT:
Thanks to Andy, I was able to determine that my device is NOT in the compatible devices list in the Google Play store, but I am not sure why!
Here is a Samsung Galaxy 10" device that is supported:
SamsungGalaxy Tab 10.1 GT-P7510
And here is a Samsung Galaxy 10" device that has "wifi" and is supported:
SamsungGalaxy Tab Pro 10.1 picassowifi
But my device is NOT supported:
SamsungGalaxy Tab3 10.1 santos10wifi
These are my permissions, none of which should prevent a 10 inch device with no SIM card:
android.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_NETWORK_STATE
android.permission.CAMERA
android.permission.GET_ACCOUNTS
android.permission.INTERNET
android.permission.MODIFY_AUDIO_SETTINGS
android.permission.READ_CALENDAR
android.permission.READ_EXTERNAL_STORAGE
android.permission.RECORD_AUDIO
android.permission.WAKE_LOCK
android.permission.WRITE_CALENDAR
android.permission.WRITE_EXTERNAL_STORAGE
com.google.android.c2dm.permission.RECEIVE
com.virtumedix.relymd.permission.C2D_MESSAGE
Everything is pretty ordinary, the last two permissions are used for Google Cloud Messenging. The Gradle SDK targets are:
minSdkVersion 16
targetSdkVersion 19
where SDK 16 is below the Android 4.2.2 installed on the device.
Here are my features:
android.hardware.CAMERA
android.hardware.camera.AUTOFOCUS
android.hardware.LOCATION
android.hardware.location.NETWORK
android.hardware.MICROPHONE
android.hardware.screen.LANDSCAPE
android.hardware.TOUCHSCREEN
If I browse to the app through the Google Play store, this is the message I get:
Any help is much appreciated, thanks.