We're working on moving over to the iOS 8 SDK already. What a massive pain in the backside that is proving to be.
This is a challenge for us because we use a large 3rd party library (WebRTC) that has a bunch of armv7 assembly in it, but Feb 1 should be enough time to get it sorted.
> new iOS apps uploaded to the App Store must include 64-bit support and be built with the iOS 8 SDK
You must include support for these items. There is no suggestion or requirement that a developer not support iOS7 (or iOS 6 for that matter).
This also only affects new apps. So basically:
* This only applies to new apps [1].
* This only requires that new apps include support for iOS 8 [2] and 64-bit.
* Developers can still support older versions of iOS.
That's just the basic breakdown of Apple's expectations. Your customers might still demand support for older iOS versions, so this isn't much of a change as far as legacy support goes.
1: I suppose it is open to interpretation whether "new iOS apps uploaded to the App Store" includes updated versions of older apps. It doesn't sound like that to me though.
2: Just because you use the iOS 8 SDK doesn't mean you can't/don't support earlier iOS versions. Quite the opposite actually, as iOS SDKs have specific provisions for supporting older versions (note, I'm not an iOS dev, but this is what I hear).
Similarly, today, you must build your app using at least the iOS 7 SDK and xcode 5, but that does not prevent you from supporting iOS 6 as well.
New apps must include 64-bit support. That's it. It says nothing about not allow backwards compatibility as well.
I'm not sure why this is news otherwise.