Android Question How to Set app to run on 4-10 inch in google play

incendio

Well-Known Member
Licensed User
Longtime User
Hi guys,

Just testing my app on play store. My app can run on a 4" screen - portrait.

But on play store it is only defined as app for tablet, with min screen is 7".

How to set my app so it qualified to run on phone and tablet?
 

DonManfred

Expert
Licensed User
Longtime User
do you have read this Post and made the changes but it did not work?
 
Upvote 0

incendio

Well-Known Member
Licensed User
Longtime User
Yes I have read that post. If I am not misunderstood, that post told that app designed for tablet must be set specifically in manifest file, otherwise it will be set as app for phone.

My situation is different, I didn't set anything on manifest file, but on play store, my app has set only for tablet and wouldn't appear as app for phone.

I use default manifest file (B4A 3.8), which I think, target SDK is 14.

The problem is, i want to appear that app as app for phone and for tablet and how to set it.

EDITED
I didn't put screen shot in phone area on Google console, my mistake, could this is the reason?
Republished again my app and wait for result.
 
Last edited:
Upvote 0

incendio

Well-Known Member
Licensed User
Longtime User
My manifest file is the default one came with ver 3.8.

On Google console, I put screen shot for phone, 7" & 10", that solved the problem.
 
Upvote 0
Top