Page 1 of 1

app for tablet troubleshoot

Posted: Mon Feb 24, 2014 6:47 pm
by sam hansen

I have created a basic portfolio app and have published it to the google play store but it is not compatible with my samsung galaxy tab 2 (10.1) tablet. What settings do Ineed to change?

This is the link to my app
https://play.google.com/store/apps/de...


app for tablet troubleshoot

Posted: Mon Feb 24, 2014 7:19 pm
by Kateryna Grynko

Hi Sam,

What is your app dimension? What did you set as Min. SDK?


app for tablet troubleshoot

Posted: Mon Feb 24, 2014 7:25 pm
by sam hansen

I apologize I should have gave you details.

My default page size is set to 320 x 480 (screen size should not matter)
I put 2.2.x as min. SDK


app for tablet troubleshoot

Posted: Mon Feb 24, 2014 7:36 pm
by sam hansen

would the permissions have something to do with it?
I apologize I am a newbie when it comes to apps


app for tablet troubleshoot

Posted: Tue Feb 25, 2014 5:34 am
by Igor

Hello,

You created "Mobile App" but for galaxy tab 2 (10.1) tablet you need to create "Tablet app":
http://docs.appery.io/documentation/p...

Another way is configure AndroidManifest.xml file and set supported screen resolutions.
http://developer.android.com/guide/pr...


app for tablet troubleshoot

Posted: Wed Feb 26, 2014 5:57 pm
by sam hansen

Alright so after doing some troubleshooting I figured out that it was my android permissions that were restricting the number devices my app was compatible with.
It turns out the default Android Permissions that appery.io set are not default for tablets.

I removed all permissions since my app did not require any and the app was compatible with most all devices.
The issue now was that my app crashed after loading and I found out that I needed a minimum set of permissions in order for the app to work.

uses-permission android:name="android.permission.INTERNET"
uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"


app for tablet troubleshoot

Posted: Wed Feb 26, 2014 6:13 pm
by Kateryna Grynko

Hi Sam,

Does it work with the default permissions set?


app for tablet troubleshoot

Posted: Wed Feb 26, 2014 6:15 pm
by sam hansen

No, as I stated in my previous response "It turns out the default Android Permissions that appery.io set are not default for tablets."


app for tablet troubleshoot

Posted: Wed Feb 26, 2014 8:03 pm
by Kateryna Grynko

Sam,

Take a look at here please: https://getsatisfaction.com/apperyio/...