Device token not registering on iOS 10 for App built with IOS9 SDK, Xcode 7.3, swift 2.0
Asked
Active
Viewed 58 times
-1
-
did you enable push notification in capabilities and import UserNotification framework ? and check this also http://stackoverflow.com/questions/39864771/xcode-7-3-1-with-ios-10-support/39865199#39865199 – karthikeyan Jan 25 '17 at 04:47
1 Answers
1
Update xcode from 7.3 to atleast 8

Jay Patel
- 2,642
- 2
- 18
- 40
-
I have developed my project in swift2.0 ,it won't work on Xcode8 – Kavitha gunasekaran Jan 25 '17 at 04:44
-
if you open your project (which was built in swift 2.0) with xcode 8, xcode automatically convert into swift 3. – Jay Patel Jan 25 '17 at 04:46
-
yeah you are correct but I have used some third party library if i convert it into swift 3 it will create many issues. – Kavitha gunasekaran Jan 25 '17 at 04:49
-