Reputation: 302
Where can I find information which actual version of iOS I need for publishing new app to AppStore?
I mean where in apple guide lines, I can see something like this: "For now when you publishing your app, supporting version of iOS must start from iOS 9" or something like this.
Upvotes: 0
Views: 94
Reputation: 6238
Apple usually posts this on the developer news feed: https://developer.apple.com/news/
Unfortunately it seems that they delete old posts, but you can find the last one from February 2015 over at 9to5mac.com.
“Starting February 1, 2015, new iOS apps uploaded to the App Store must include 64-bit support and be built with the iOS 8 SDK, included in Xcode 6 or later. To enable 64-bit in your project, we recommend using the default Xcode build setting of ‘Standard architectures’ to build a single binary with both 32-bit and 64-bit code.”
Upvotes: 2