I’m fairly novice to iOS programming(well, very novice…). Anyways, before I start getting too in-depth with the coding of my app, is there a way to check which iOS versions it will run on? I’m probably missing something obvious, but I am aiming to make it run on all 4.0 devices to the most current devices. I just want to make sure I don’t use a library or something that is only supported on iOS 5.0 or something.
I’m fairly novice to iOS programming(well, very novice…). Anyways, before I start getting too
Share
You’ll can set the “Base SDK” in your projects settings to the version of iOS that you want to target. As far as inadvertently using functionality not defined in previous iOS versions, pay attention to your warnings – It will tell you if you’re using something not defined in iOS 4.