Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

thedollarhunter

macrumors member
Original poster
May 9, 2011
80
0
UK
Just wondering what base SDK is most popular and why?

I noticed Minecraft required 4.3 but could not face updating my iPad so didn't bother with it, which got me thinking! (doesn't take much).

At the moment I am using 4.2

I only use simple features of GameCenter, OpenGL 1.0 ES and IAP.

I would like to run my app on 2nd generation iPod etc (these can get iOS 4.2 i think?)

:confused: MJ
 
Whichever one is the oldest that can support your app.

Taking advantage of features like Game Center doesn't actually force you to make your base 4.2... You could have just a little if-else in your code that says if GC is available, use it, and if not, don't bother. I'd suspect GC isn't exactly a core requirement for your app.
 
Just wondering what base SDK is most popular and why?

Remember to distinguish between your application's Base SDK and your application's Deployment Target. Always build your application from the latest SDK and set the deployment target to the lowest version you want to support.

The latest version of Xcode that I have only wants to build for armv7, which would leave out the Second-Generation touch and old iPhones.
 
You are talking about 4.2
are you sure, you don't mean the Xcode version vs iOS.
I'm not saying you are wrong, just there is a difference.
To backwards compatability, i allways go back to 4.0, since alot of the devices are still running 4.x, specially iPads.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.