Christoffer
Christoffer

Reputation: 26825

Will an application compiled for iOS 3 run on iOS 4?

I compiled an application for iOS 3, Will it run on iOS 4? Or do I send 2nd version of the application to App Store?

Upvotes: 3

Views: 643

Answers (2)

Brad Larson
Brad Larson

Reputation: 170319

It doesn't really matter any more. Apple is currently only accepting applications and updates built against iOS 4.0 for the App Store:

Make sure that your applications are compatible with iOS 4. All new applications and updates to existing applications must be built with iPhone SDK 4. In addition, the App Store will no longer support applications that target iOS 2.x.

It's my understanding that a 3.x-only application will now be rejected. However, it is trivial to ensure that your 4.0-built application will run on 3.x devices by setting the Deployment Target to 3.0 (or later).

Upvotes: 1

Lizzan
Lizzan

Reputation: 1062

It will run, but won't take advantage of the new stuff in iOS4. Otherwise, lots of apps currently in the AppStore that haven't been updated wouldn't work on the new iPhones.

Upvotes: 5

Related Questions