We are about to publish application on Google Play. According our contractual obligations first time we can sell it only for new several devices based on specific processor. So, we need to exclude all devices except several ones.
Of course, we check the chip inside app but it’s quite big (about 200 MB), so users will not be happy to download it to know they can’t play it.
So, what is the best way to make check before downloading? Is there any kind of “Include” list on Google Play?
Thanks!
You can specify devices in developer dashboard. Once you upload the application, google play will filter device based on you application manifest. You can also exclude devices from supported device list. Check the screenshots. Clicking on
Show deviceswill take you to the Device availability screen.