ios - Restrict only Ipad 1 in appstore -


i need restrict ios app in ipad 1. other ipads ok. supports iphone 4 , above too.

is there way?

as can see here:

app-related resources

under declaring required device capabilities section, can declare uirequireddevicecapabilities in info.plist file. means declare hardware app requires in order run. app store uses contents of key prevent users downloading app onto device cannot possibly run it.

in case, think can require front-facing-camera exclude ipad 1gen.

another way set development target ios 6.0 not supported on ipad 1.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -