I published an update to an apk yesterday (https://play.google.com/store/apps/details?id=nu.heka.tinnitusrev2), and in this update I added support for tablets.
The problem is I still have that ugly "Designed for phones"-brand when I look up the app in Play Store on my tablet.
Here's the steps I've made:
The screenshots for tablets are shown on my tablet so I don't get why it still gets the Designed for phones tag.
Anything I missed or is this just something I have to wait out?
EDIT:
I see at Tablet checklist that I should declare:
<supports-screens
android:largeScreens="true"
android:xlargeScreens="true"
/>
but it also says that minSdk should be 11 if I understand correctly(?!) I have minSDK 9 and some users that has those old devices. So I can't have my app < 11 to get rid of that stamp?
Adding the support solved this issue and my tablet app now appears as tablet optimized, this must be done for all apps targeting api < 13:
<supports-screens
android:largeScreens="true"
android:xlargeScreens="true"
/>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With