Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS compatibility

I'm releasing an iPhone app and want it to have the largest possible audience. What version of iOS should I compile it with?

The app doesn't use any new iOS 4 capabilities

like image 643
Rana Avatar asked Mar 06 '26 05:03

Rana


1 Answers

You could set your "Base SDK" to the latest (iOS 4.2) and your "iOS Deployment Target" to iOS 3.0. Do make sure to check that you aren't using code that's not available on iOS 3.0.

Personally, I think it'd be okay to just set it to 3.1.3...

EDIT I haven't tried it yet but it looks like this would be a useful question to favorite.. finding unsupported apis with os version

like image 65
donkim Avatar answered Mar 07 '26 19:03

donkim



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!