Shradha
Shradha

Reputation: 1011

App supporting both iOS 6 and iOS 7

I need my app to run on both iOS6 and iOS7. Do I have to put a key for that in my info.plist file?? Or is there any other way to provide this information?

Upvotes: 0

Views: 115

Answers (2)

Mani
Mani

Reputation: 17585

Just set deployment target as 6.0 which means support for ios6+..

Upvotes: 0

trojanfoe
trojanfoe

Reputation: 122391

Set Deployment Target to the earliest release of iOS you want to support:

enter image description here

Upvotes: 2

Related Questions