Is it possible to restrict supported devices (only smartphones or tablets) on App Store / Google Play?
Asked
Active
Viewed 1,761 times
1 Answers
1
yes you can do it. When you go to developer console, there is an option to select the devices you want to support.
When you expand the supported devices option inside developers console, you get the list all devices which can currently run your application. You can include/exclude devices over there.
Edited: there's already an dicussion on that - How to restrict android app to specific device make?
-
App Store?? u mean apple? well not sure of that. but how i see is all apple devices comes under same smartphone or tablet category. And since apple iOS is not open-source, device compatibilty shouldn't be a issue. Not sure though. – Kshitij Jun 11 '12 at 09:10
-
Target a higher iOS version as that will exclude older devices from being able to run your app. – TChadwick Nov 16 '12 at 01:03