1

We can specify which iOS version our app supports, is there a way to specify which iOS hardware our app supports? (for example, iPad 2 and up)

Boon
  • 40,656
  • 60
  • 209
  • 315

1 Answers1

2

No, not directly. But, I believe you can specify the product family (iPhone vs. iPad), as well as the required device capabilities (e.g. camera, etc.). The combination these two effectively accomplish what you're looking for, though. See Declaring the Required Device Capabilities in the iOS App Programming Guide.

Rob
  • 415,655
  • 72
  • 787
  • 1,044