Search code examples
iphoneapp-storecompatibility

Mark iOS app as NOT compatible with ios6


I have an iPhone app that's working on iOS 5, but has serious, non-trivial problems with iOS 6. Is there a way to mark the app as incompatible with iOS 6 for a little while in the App Store, so that users with iOS 6 would not see it?

Thank you!


Solution

  • You cannot make it invisible to the iOS 6 users. Only thing you can do is, in app launch check what is the current OS and show a message to the User and quit the app. But I wont recommend doing that. The better solution is to fix the issues in iOS 6 and release the app. That would be more appropriate.