I have an iPad App in the App Store witch was designed for iOS4. But on my iPad 2 with iOS5, the app doesn't work anymore. I've already fixed the bug so that's no problem.

Now I want to push a update to the app store, but since the new app is created with the iOS5 sdk it doesn't work on iOS4. Therefore my question is what will happen when I add the new (iOS5) version of my app to iTunes Connect? Will version 1.0 still be downloadable on iOS4 or will iOS4 devices not be able to download the app at all? And if this is the case how do I get my app to work on both iOS4 and iOS5?

Your help is greatly appreciated

Daan

link|improve this question
2  
You can lower the deployment target in Xcode. If you use any iOS 5-specific frameworks you must link them weakly (not weekly). – WTP'-- Oct 27 '11 at 10:41
I suggest you read this answer, it covers these kinds of issues. – progrmr Oct 27 '11 at 12:24
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.