Is there any way at all to handle iOS 10 notifications without having to upgrade to Xcode 8 and, possibly, have to rewrite whole swathes of code and re-instate all constraints (plus all the other scare stories)?
Asked
Active
Viewed 113 times
2 Answers
0
No, you are not able to do that. As with the new version of Xcode they will update the SDK also, so in case of Xcode 7 you don't have the updated SDKs.

Rajat
- 10,977
- 3
- 38
- 55
-
Thanks Rajat - fingers crossed for the upgrade! – RobertyBob Nov 08 '16 at 10:07
-
Go on, that would be great ;) – Rajat Nov 08 '16 at 10:07
0
No You can't.
If you are trying to develop on device which is having iOS 10.1.1 then you will have to get Xcode 8.1 You cannot handle it using any older Xcode not even Xcode 8.0.
For all lower iOS 10 version Xcode 8.0 is compatible.

upendraphadke
- 1
- 1