I saw the following in my dev console for my apps.
On the first two, I'm not exactly sure what I need to do. I know I can adjust the minimum SDK target, but I've never fully understood that option. My apps currently work on just about anything (back to 1.6 I believe) and I don't want to affect that. Also, my app shows it is compatible with "large" screens in the dev console but doesn't mention x-large. What do I need to change to set to do that? While not perfect, my apps do make adjustments based on screen size and whether or not it is a phone or tablet.
Recently a customer told me the app shows as not being compatible with his Asus Transformer Prime but it used to. I know I didn't changed anything and my dev console says it is compatible. It could be a glitch but I just wanted to be sure that I am not blocking my apps from certain devices by not having it configured correctly.
:sign0163:
WHAT YOU SHOULD DO
Design your app for tablets
Your APK needs to meet the following criteria:
Target and minimum Android versions support tablets (check targetSdkVersion and minSdkVersion).
Supports common tablet screen sizes (LARGE and XLARGE).
Upload tablet screenshots:
Upload at least one screenshot for 7-inch and 10-inch tablets to the Store Listing.
Designing your app for tablets can help you reach more customers on a wider variety of devices.
On the first two, I'm not exactly sure what I need to do. I know I can adjust the minimum SDK target, but I've never fully understood that option. My apps currently work on just about anything (back to 1.6 I believe) and I don't want to affect that. Also, my app shows it is compatible with "large" screens in the dev console but doesn't mention x-large. What do I need to change to set to do that? While not perfect, my apps do make adjustments based on screen size and whether or not it is a phone or tablet.
Recently a customer told me the app shows as not being compatible with his Asus Transformer Prime but it used to. I know I didn't changed anything and my dev console says it is compatible. It could be a glitch but I just wanted to be sure that I am not blocking my apps from certain devices by not having it configured correctly.
:sign0163: