Brian
Brian

Reputation: 235

iphone dev - using an iPad to simulate an iPhone environment

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

Answers (5)

Rob van den Berg
Rob van den Berg

Reputation: 820

Yes NSArray is correct, it works.

Upvotes: 0

JeremyP
JeremyP

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

vodkhang
vodkhang

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

Covar
Covar

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

pheelicks
pheelicks

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

Related Questions