Search code examples
iosipadaircompatibility

How to exclude first generation iPad from my AIR for iOS game's compatibility?


I've built an iPad game using Flash, exporting with AIR 3.4 for iOS and the game runs fine on iPad 2 and iPad 3, but runs slow and cannot be played on iPad 1. However, I couldn't find where to exclude iPad 1 from compatibility list. Where can I disable compatibility for iPad 1 at Flash?

Thanks, Can.


Solution

  • Although Apple doesn't like when you do this, you could make a front-facing camera a requirement for the app even though it might not technically use it. (See: How to Require iPad 2 or iPhone 4S in App Store)

    Another option would be to make the app target iOS 6 only but this might limit your adoption.