0

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.

Can Poyrazoğlu
  • 33,241
  • 48
  • 191
  • 389

2 Answers2

0

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.

Community
  • 1
  • 1
SushiGrass Jacob
  • 19,425
  • 1
  • 25
  • 39
0

I have not tested, but it looks like you can eliminate iPad 1 by setting the minimum OS to iOS6

<key>MinimumOSVersion</key> <string>6.0</string>

Here is a link: http://forums.adobe.com/thread/1094168

William Grand
  • 1,033
  • 2
  • 12
  • 24