Skip to main content
July 10, 2012
Answered

AIR App on iPad retina

  • July 10, 2012
  • 1 reply
  • 715 views

Hello,

Juste have a basic question.

I would like to compile with IOS SDK 5 in order to get the full display capacities of an iPad 3 retina. But if I submit this app to the app store, how will devices running on iOS4 will react ?

Do I have to developp 2 apps, one for iOS5 and another one for iOS4 ? Then, how the appstore will make the difference ?

Thanks for any help

This topic has been closed for replies.
Correct answer vabhatia

You need not develop separate apps for iOS 5 and iOS 4. You need not use the -platformsdk option to package the AIR app to be able to use the full display capabilities of an iPad Retina since AIR 3.3 itslef supports iOS 5.1 SDK. Please find more details here.

Also, you need to set <requestedDisplayResolution> tag in application descriptor to high.

1 reply

vabhatiaCorrect answer
Adobe Employee
July 10, 2012

You need not develop separate apps for iOS 5 and iOS 4. You need not use the -platformsdk option to package the AIR app to be able to use the full display capabilities of an iPad Retina since AIR 3.3 itslef supports iOS 5.1 SDK. Please find more details here.

Also, you need to set <requestedDisplayResolution> tag in application descriptor to high.