android How do I determine which permission(s) block my app from Google store? -


my app not searchable nexus 7. suspect because of 1 or more permissions have set in manifest, available , downloads fine on phones.

i can go through cumbersome trial-and-error process of eliminating permissions , posting alpha site, waiting google propagate apk, , trying download. after several tries, should able determine cause.

is there easier way?

thanks.

when user searches or browses apps download on google play, results filtered based on applications compatible device.

filtering in google play based on several types of app metadata , configuration settings, including manifest declarations, required libraries,architecture dependencies, , distribution controls set in google play developer console, such geographic targeting, pricing, , more.

for more detailed information, see docs.


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -