Reputation: 235
I made a universal app and I need to test on iPhone and iPad devices. However, I only have an iPad now but not an iPhone. Is there an easy way to use an iPad to simulate an iPhone environment so that I can do testing on iPad (and pretend it is an iPhone)?
Upvotes: 6
Views: 1412
Reputation: 86651
Or if it doesn't rely on any iPhone only facilities, an iPod Touch would be a cheaper option than buying an iPHone.
Upvotes: 0
Reputation: 18741
I think no. From my experience, you should at least, by borrow/ buy/ hire, have an iphone in latest phase of project like performance testing, because the performance is really different on simulator and on iphone
Upvotes: 1
Reputation: 900
You could probably build an iPhone only version of your app and run that on your iPad for testing. Barring that you're probably stuck using the simulator.
Upvotes: 3
Reputation: 7469
I think the answer is no. However you can use the emulator that comes with the iPhone SDK to do your testing for iPhone devices - just set your Target to iPhone.
Upvotes: 0