I have an app that is released in the app store and can be used by 3.x and 4.x. We compiled it using base SDK Latest 4.2, and deployment target 3.0.
But now we've added changes that are 4.0 required (i.e. this app WON'T work if you are using iOS3.x), but we don't want to tick off any users who have 3.x
If I set the deployment target to 4.0, will this PREVENT a user on iOS3.x from installing it, and thereby deleting their older but still working version?
The last thing we want is to do an update, and have a number of 3.x users get ticked because not only can't they use the app anymore, but they can't go back to the slightly older version.