Thomas Decaux
Thomas Decaux

Reputation: 22671

iPhone Dev > Distribute on AppStore > what versions supported?

I am about to send an iPhone application to the app store, my question is: If I want my application supported by both IOS 4 and IOS 3.2... whats the plan ?

Cheers

Upvotes: 1

Views: 122

Answers (1)

Ole Begemann
Ole Begemann

Reputation: 135548

  • Set the Base SDK to iOS 4.0.
  • Set the Deployment Target to 3.2.
  • Make sure to check for the existence of any 4.0-only features you use at runtime. Otherwise your app will crash when it runs on 3.2.

Upvotes: 2

Related Questions