I want to start learning about creating apps/games on the iPad 2. I cannot find hardly anything about iPad 2 although I have found lots of resources for iPad 1 development. Basically, I want to ask if I was to create an iPad 1 application, can it be deployed onto iPad 2 for testing/debugging/release no questions asked?
Also, am I able to use other frameworks which allow me to use Java, C# or C++? if so, can you recommend anything?
Thanks very much,
Jamie.
There is not much difference between iPad 1 and 2. You should target both devices (as long as you don’t need the few extras on iPad 2 like camera for example).
All iPad 1 software will run on iPad 2.
Edit: No native Java or C# on iOS, although there might be some projects making them work – but it’s rather “hackyish”. C++ is of course just fine, as is C.