IOS 7 only Support
I'm looking for a way to only support iOS 7 on my app and not iOS 4.3. After my game is published on the app store it always shows support for iOS 4.3. I would like to only support iOS 7 (or even 6) and higher. Please help!!!
I'm looking for a way to only support iOS 7 on my app and not iOS 4.3. After my game is published on the app store it always shows support for iOS 4.3. I would like to only support iOS 7 (or even 6) and higher. Please help!!!
You can put the version you need into the InfoAdditions part of the app descriptor XML. Add this to it:
<key>MinimumOSVersion</key><string>7.0</string>
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.