Skip to main content
Inspiring
May 4, 2013
Answered

Does iPad Retina still require specifying iOS SDK version in AIR 3.7's ADT?

  • May 4, 2013
  • 2 replies
  • 732 views

According to this page you have to specify iOS 5.1 SDK in ADT's command line when you want to support retina screens:

http://www.richardlord.net/blog/using-the-ipad-retina-display-with-adobe-air

Is this still true for AIR 3.7 or does it now default to iOS 5.1 SDK and works for retina screens without specifying any extra arguments in ADT?

Thank you!

This topic has been closed for replies.
Correct answer Colin Holgate

You needed to use SDK 5.1 or later. AIR uses 6.0 or 6.1 now, so Retina is ok without any special tricks.

2 replies

Colin Holgate
Colin HolgateCorrect answer
Inspiring
May 4, 2013

You needed to use SDK 5.1 or later. AIR uses 6.0 or 6.1 now, so Retina is ok without any special tricks.

OMA2kAuthor
Inspiring
May 4, 2013

Thanks for the quick answer!