Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I test my iPad app on my actual iPad?

Tags:

xcode

iphone

ipad

I am developing my first iPad app using the iOS SDK 4 and Xcode 3.2. I have written a simple Hello World and have been able to run it in the iPhone simulator. I would like to figure out:

  1. How can I get an iPad simulator?
  2. Is it possible to test my app on my actual iPad without signing up for a developers license for $99?

Thanks,

Mike

like image 686
mclark1129 Avatar asked Jul 26 '10 19:07

mclark1129


3 Answers

There are unoffical ways to get your app onto your device, you have to jailbreak it and install software called AppSync from cydia. This voids your warranty if Apple find out (restoring the device to it's original settings using the restore button in itunes means they can't tell, so jus trestore before you go to an Apple shop) and if they do find out it might prejudice them against you as a developer (but chances are very slim) (I have no problem giving specific details as the US Government has said that jailbreaking is legal) http://www.pcworld.com/article/201892/us_government_iphone_jailbreaking_is_fair_use.html

like image 72
Jonathan. Avatar answered Oct 03 '22 02:10

Jonathan.


The SDK includes an iPad simulator. I don't have my Mac in front of me, but you should be able to choose which device to target when you launch the simulator. You can also switch between iPhone and iPad mode from within the simulator - check the Hardware menu.

Yes, you have to have a paid developer membership to deploy code to your device. That's the only official way.

like image 24
Jason Avatar answered Oct 03 '22 03:10

Jason


If you have jailbroken, then install app sync from the Hackulo.us repo. Just sync your app in iTunes without signing it. It will work easy as Pi!

like image 44
Bilal Avatar answered Oct 03 '22 03:10

Bilal