Starting Feb 1, new apps and app updates must be optimized for iOS 7
developer.apple.com
Starting Feb 1, new apps and app updates must be optimized for iOS 7
1–10 of 88 posts
Re: Starting Feb 1, new apps and app updates must be optimized for iOS 7
#2If so, how far back does it go? Like, if I compile an iOS7 optimized app, will it work on iOS6 devices? What about iOS5? Do they schedule the support deprecation based on lifetime (i.e. all devices released in last 2yrs will work) or is it just based on software versions?
Re: Starting Feb 1, new apps and app updates must be optimized for iOS 7
#3Doesn't requiring the new build pipeline plus 'optimized for iOS 7', mean you can't support most older iOS devices anymore? I know that is how the build pipeline stuff worked for desktop OS X apps - they tended to deprecate the ability to build for older OS versions when you installed the latest rev of XCode. If so, how far back does it go? Like, if I compile an iOS7 optimized app, will it work on iOS6 devices? What…
Re: Starting Feb 1, new apps and app updates must be optimized for iOS 7
#4Re: Starting Feb 1, new apps and app updates must be optimized for iOS 7
#5Doesn't requiring the new build pipeline plus 'optimized for iOS 7', mean you can't support most older iOS devices anymore? I know that is how the build pipeline stuff worked for desktop OS X apps - they tended to deprecate the ability to build for older OS versions when you installed the latest rev of XCode. If so, how far back does it go? Like, if I compile an iOS7 optimized app, will it work on iOS6 devices? What…
Re: Starting Feb 1, new apps and app updates must be optimized for iOS 7
#6Doesn't requiring the new build pipeline plus 'optimized for iOS 7', mean you can't support most older iOS devices anymore? I know that is how the build pipeline stuff worked for desktop OS X apps - they tended to deprecate the ability to build for older OS versions when you installed the latest rev of XCode. If so, how far back does it go? Like, if I compile an iOS7 optimized app, will it work on iOS6 devices? What…
I've never tried it, but as far as I'm ware, you could theoretically build agains iOS 7 and have the app run on iOS 2.0, assuming the App Store still works.
Re: Starting Feb 1, new apps and app updates must be optimized for iOS 7
#7Doesn't requiring the new build pipeline plus 'optimized for iOS 7', mean you can't support most older iOS devices anymore? I know that is how the build pipeline stuff worked for desktop OS X apps - they tended to deprecate the ability to build for older OS versions when you installed the latest rev of XCode. If so, how far back does it go? Like, if I compile an iOS7 optimized app, will it work on iOS6 devices? What…
I'm also interested in the answer to this. Building for Android allows you to target a wide range of versions even if your build target is the latest; is there any analogue to this in the iOS world?
The issues tend to be with matching chrome if you have custom controls, but if you don't have many custom controls, you'd probably be fine. I imagine it's not very different from the story for Android.
Re: Starting Feb 1, new apps and app updates must be optimized for iOS 7
#8Doesn't requiring the new build pipeline plus 'optimized for iOS 7', mean you can't support most older iOS devices anymore? I know that is how the build pipeline stuff worked for desktop OS X apps - they tended to deprecate the ability to build for older OS versions when you installed the latest rev of XCode. If so, how far back does it go? Like, if I compile an iOS7 optimized app, will it work on iOS6 devices? What…
Re: Starting Feb 1, new apps and app updates must be optimized for iOS 7
#9Doesn't requiring the new build pipeline plus 'optimized for iOS 7', mean you can't support most older iOS devices anymore? I know that is how the build pipeline stuff worked for desktop OS X apps - they tended to deprecate the ability to build for older OS versions when you installed the latest rev of XCode. If so, how far back does it go? Like, if I compile an iOS7 optimized app, will it work on iOS6 devices? What…
One of course needs to be careful about using new APIs/features in this situation (detect whether a certain method/selector exists before using it, for instance) – as we don't want to throw runtime errors on the older OS.
http://stackoverflow.com/questions/1358033/iphone-base-versu...
http://stackoverflow.com/questions/986589/how-do-you-optiona...
Re: Starting Feb 1, new apps and app updates must be optimized for iOS 7
#10I think the lack of definition of "iOS 7 optimized" is what is confusing to those of us who haven't developed apps on iOS.