tags:

views:

268

answers:

1

hi all ,

I am developing an iPhone application .

I have tested it on iPhone simulator and device through the current which includes xcode 3.1.4.

Currently apple launches iPad to its touch devices .

They are telling that all current iPhone applcations can run on iPad as well.

So my question is that if I want test my app on iPad as well should I upgrade my os(current 10.5.8) as well as sdk .

another question is that will the latest sdk 3.2 beta includes both simulators iPhone and iPad or sdks for both platform differs .

+1  A: 

You will have a hard time getting all of those answers considering that 3.2 is under an NDA. But I will try and answer what I can.

Apple does indeed advertise that most current App Store apps will run without any modifications on the iPad. The only gotcha is when those apps make use of features not present on the iPad. Apps that require a camera may not work, for example. This is no different than the App Store apps that will not run on iPod touches due to the same hardware limitations.

Apple also advertises that the latest beta of the SDK only works on Snow Leopard (10.6), so you would have to upgrade your operating system to even install the latest SDK. Considering the low price of Snow Leopard and its overall improvements over Leopard I upgraded the moment it came out, so consider the SDK's dependecy on 10.6 an added incentive to upgrade :-)

As for if the SDK includes simulators for iPhone and iPad... Considering that Apple hasn't publicly talked about that, I do not have any publicly available knowledge to back any of my statements with. So, under that context all I can say is that if you already have a developer account rush out and buy Snow Leopard and play around with the SDK. There is only the $30 Snow Leopard upgrade fee to lose.

Jason Whitehorn
ok so thanks for your response now I am going to purchase the snow leoperd .
hib
just one doubt do i need to backup my data while upgrading the os ?
hib
I would highly recommend that you do a backup. I personally was using Time Machine on Leopard and had a backup that way. So when it came time to install Snow Leopard I didn't even blink because I knew there wasn't much of a chance for data loss.
Jason Whitehorn