Question

I am planning to do a app which works on 3.1 and launches on 3gs as well. Please let me know how will it be displayed when launched at iTunes connect ? will it be like works on 3.1 and above and will get installed on iphone 3.1, 3.1.2, 3gs and 4.0.1 or just works on 3.1 alone. Please enlighten me what has to be done for working on all the 4 version devices.

Was it helpful?

Solution

It seems you need to read a bit about the Base SDK and Target SDK. It can be a bit confusion, your right. There is a very nice article at: Developing iPhone Apps with iOS4 SDK, Deploying to 3.x Devices

You should have no problem in making an app that runs on all the devices you want. I hope it helps.

OTHER TIPS

As long as nothing has been deprecated, it should be forward compatible.

I normally set my base SDK to 4.0 and build against 3.0 so it will work on anything 3.0 and above.

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