Mangy92
Mangy92

Reputation: 631

Will my app work with a new iOS?

I have made an app for iOS 5.1.. Will the app work with iOS 6 also? Or do I have do to any updates in the code or something?

Thanks!

Upvotes: 1

Views: 271

Answers (2)

Ankit Srivastava
Ankit Srivastava

Reputation: 12405

Usually the OS versions are backward compatible for the apps.

Upvotes: 1

Omar Abdelhafith
Omar Abdelhafith

Reputation: 21221

Apple has good backward and forward compatibility so it should work with no problem There are cases when you use some specific libraries that your app will need a resubmission but 99% of the cases your app will just work good

One point to note here: is if apple will change the resolution of their next devices you may find some icons that are low quality (happend when iphone 4 was first release) But regardless of that your app should work.

Upvotes: 5

Related Questions