Best way to target a universal app to only retina iPhones and all iPads?
i restrict universal app installable on ipads , iphones (those retina screens). there easy/good/approved way of doing this?
after doing bit of research looks can target iphones want adding required device capability of front facing camera. doing remove ipad 1 list of supported devices.
after doing bit more research appears in ios can modify info.plist key applies devices. following requires front facing camera on iphones only:
<key>uirequireddevicecapabilities~iphone</key>
<array>
<string>front-facing-camera</string>
</array>
will work air ios project? seems compile ok no warnings i'd believe work. has tried , know either way?
there may issue requiring device capability , not using explicitly, developers appear have used method target apps specific phones , have apps approved apple.
** update **
after testing upload appears can't qualify uirequireddevicecapabilities device.
More discussions in AIR Development
adobe
Comments
Post a Comment