Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I test Android Market Filtering before publishing my app?

I want to modify my AndroidManifest.xml with various permissions and features and test how my app will be filtered according to those changes. Is there any way to do this without publishing my app, which will notify users of an update?

like image 762
Cherise Heninger Avatar asked Mar 07 '11 17:03

Cherise Heninger


1 Answers

How about trying it with a test app, that you publish and test filtering, then just remove from the marketplace?

Or you can upload an older version, with the test filters, then the newer version will automatically overwrite it, and since it will have correct filtering you should be okay.

like image 160
omermuhammed Avatar answered Nov 12 '22 20:11

omermuhammed