Linked by Thom Holwerda on Mon 18th Oct 2010 16:00 UTC
Thread beginning with comment 445535
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[2]: I have an iPad, and it's not a PC
by organgtool on Mon 18th Oct 2010 18:45
in reply to "RE: I have an iPad, and it's not a PC"
He said he wanted to write his own code on the iPad itself. I imagine he doesn't want to be bothered with writing code and constantly transferring the binaries just to test it out. Sure, dev kits usually come with emulators, but you need to perform real-world tests on the device itself since emulators don't provide the same experience as using the actual device.
RE[3]: I have an iPad, and it's not a PC
by galvanash on Mon 18th Oct 2010 21:39
in reply to "RE[2]: I have an iPad, and it's not a PC"
He said he wanted to write his own code on the iPad itself. I imagine he doesn't want to be bothered with writing code and constantly transferring the binaries just to test it out. Sure, dev kits usually come with emulators, but you need to perform real-world tests on the device itself since emulators don't provide the same experience as using the actual device.
You switch your build target to the device (plugged in through usb) hit build and run it on the device... It is very, very simple - you don't even need to bother with the emulator if you don't want to (I generally don't). Hell if you jailbreak it you don't even need to have a developer certificate...




Member since:
2010-10-18
You don't need to jailbreak your iPhone, iPad or iPod Touch to write your own code and install it on your own device. You can do that with Xcode and the iOS SDK.
You just can't distribute the code you write to other device owners.
But, to say you can't write your own code for your own device is mistaken.