Question

I have developed application for iPhone OS 2.0. Will I be able to submit it to app store? Will Apple approve my application...or do I need to create the app for 3.0 also?

Was it helpful?

Solution

There's no problem with this. You should set your target's IPHONEOS_DEPLOYMENT_TARGET build setting to '2.0'.

When you submit your application there's a check box 'Tested on IPhone OS 3.0', which you should only check if you're sure that your app works on 3.0 as expected.

OTHER TIPS

Apple will test your application on an OS 3.0 device. Most apps developed for OS 2.0 will run fine on OS 3.0. However, in some cases it won't and your app will be rejected. It is recommendable to try your 2.0 binary on a 3.0 device before submitting.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top