3

Possible Duplicate:
Supporting older iOS Versions

I plan to drop support for iOS3.X in my next app update (change iOS Deployment Target from 3.0 to 4.0)

I was still targeting iOS 3.0, but can't test anymore my XCode project with older SDK (I can't launch the iOS3.0 simulator).

Do you know if it's possible? What happens to users with iOS 3.X, do they will see the update? (I don't want user complaints)

Community
  • 1
  • 1
Samuel
  • 5,439
  • 6
  • 31
  • 43
  • 1
    Well, it looks like it's possible. I just tested to send an update targeting iOS 4.0 to an app previously targeting iOS 3.0, and it has been validated and "waiting for review". Now, I wonder what happens for customers with iOS 3.0 – Samuel May 19 '11 at 19:58
  • I assume your app has been approved and released now, any update on your experience? – theChrisKent Jun 07 '11 at 12:44
  • I didn't took the risk, i asked a friend to test with his old iPod on iOS 3. It was working, so i just set back the target to 3.0. So I still have my question ;-) – Samuel Jun 17 '11 at 12:01

1 Answers1

2

Users won't be able to install the new update as the minimum version will be updated on the App Store

nolim1t
  • 4,051
  • 1
  • 17
  • 7