a new answer
4.5.0


Only device for testing with iOS 8 is an iPhone 5s.

So all results are from that device.


Case A:To check for apps being deploying on iOS 8 but compiled for iOS 7

Features tested on HelpshiftDemo app with Xcode-5



Case B:To check for apps currently being developed for iOS 8

Features tested on HelpshiftDemo app with Xcode6-Beta


Observation: We have a check for iOS 7 that we do for conditional iOS 6/7 UI. Extending that check to iOS 8 solves many cases. Calling this small fix as “fix iOS version check” for further reference.a new answer
4.5.0


Only device for testing with iOS 8 is an iPhone 5s.

So all results are from that device.


Case A:To check for apps being deploying on iOS 8 but compiled for iOS 7

Features tested on HelpshiftDemo app with Xcode-5



Case B:To check for apps currently being developed for iOS 8

Features tested on HelpshiftDemo app with Xcode6-Beta


Observation: We have a check for iOS 7 that we do for conditional iOS 6/7 UI. Extending that check to iOS 8 solves many cases. Calling this small fix as “fix iOS version check” for further reference.