Tell me more ×
Ask Different is a question and answer site for power users of Apple hardware and software. It's 100% free, no registration required.

I am using Xcode 4.2 with iOS 5 to develop an application. This application doesn't include any new features provided in iOS 5.1. So, if I submit this app to App Store, can the users download it and run it on their iOS device with iOS 5.1?

Any comments and suggestions are appreciated.

Thanks a lot. :)

share|improve this question

closed as off topic by Gerry, patrix, bmike Sep 4 '12 at 0:28

Questions on Ask Different are expected to relate to Apple hardware or software within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

up vote 0 down vote accepted

Every iOS version is backwards compatible, so yes.

But if you are not including any iOS 5 features, you should target a lower iOS version in Xcode , so users with old devices can run it too. Example: the iPhone 3G can only be updated to run iOS 4.2.

share|improve this answer
ok. I get it. Thanks for your reply. :D – cthesky Sep 3 '12 at 15:16

Not the answer you're looking for? Browse other questions tagged or ask your own question.