I am developing an application for both iPhone and iPad, and i build the app with the deployment target of iOS 5.1, now i confused whether the Application will run in all version of iPad. Sorry for this newbie question, since i am new to development. Please help me with your valuable solutions.
Asked
Active
Viewed 57 times
2 Answers
0
If your app runs on iOS 5.1, it will run on any device that runs on iOS 5.1, whether it is iPad or iPhone.

Ravi
- 7,929
- 6
- 38
- 48
0
With an iOS 5.1 target, yes. (It will run on all iPads having iOS 5.1 or later).
But be aware that iOS 6 will no longer be supported on the first-gen iPad, and that the first-gen iPad has a lot less memory than the later models, which you may need to take into account if your app is "heavy".

Thilo
- 257,207
- 101
- 511
- 656