Skip to content Skip to sidebar Skip to footer

Android: Some Apps Are Not Available For Tablets On Google Play?

Since it came out the new developer console and the new PlayStore I have some problems like the one mentioned in the topic. Lately my app is not visible from the tablets even if it

Solution 1:

Make sure your uses-sdk includes the android:targetSdkVersion with a value of 11 or higher. Seems Google added this criteria (without telling anyone directly) when they release the new version of Google Play.

The Tablet App Quality Checklist under 8. Target Android versions properly now states that

a. targetSdkVersion is declared with value 11 or higher (14 or higher is recommended)

It seems that this only applies to updates/new-releases as previous apps which lack this seems unaffected. The Developer Console also doesn't seem to be "aware" of this requirement as it clearly states xlarge devices as supported.

Post a Comment for "Android: Some Apps Are Not Available For Tablets On Google Play?"