tags:

views:

85

answers:

2

How will you test an iPhone application without the iPhone being available?

+5  A: 

The SDK comes with a simulator.

Matthew Flaschen
A: 

Of course the simulator doesn't really provide true feedback and it is most advised to do most of the testing on a real iPhone or an iPod if you don't own one, you could possibly use some beta testing program and publish your app there, using ad-hoc provisioning and adding UDID's according to requests. You could try "Mechanical Turk".

natanavra
'True feedback'? About the only thing it doesn't simulate is multi-touch events. Other than that, I'd say it's pretty damn good. I developed an 8000 line app on the simulator, and when I got my dev cert for the device, it worked pretty much without modification..
Chaos