Linked by Thom Holwerda on Mon 18th Oct 2010 16:00 UTC
Thread beginning with comment 445541
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[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-02-25
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.