Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to test the iPad app in iPad hardware (not in simulator)

Tags:

xcode

ipad

After I'm done with build and test on iPad simulator, I need to test the app on iPad hardware. How can I do that?

like image 322
prosseek Avatar asked Apr 23 '11 21:04

prosseek


1 Answers

If you've paid for a developer key, you should be able to open the Organizer window, set up your device, and then select the device rather than the simulator as the target in XCode. See Apple's documentation for details.

If you haven't and won't buy a developer key, you'll have to jailbreak your device. In that case, the answers to How can I test my iPad app on my actual iPad? may help you.

like image 171
Anomie Avatar answered Oct 23 '22 21:10

Anomie