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

Popular posts from this blog

how to devide a circle into equal parts

"Could not fill because there are not enough opaque source pixels" - not solved by any other thread

Why can't I change the billing info for my account?