Since iOS 13 device token given by didRegisterForRemoteNotificationsWithDeviceToken is no more easy to catch as NSString what's happened ? of course push didn't works !
Asked
Active
Viewed 122 times
0
-
Can you share some code that demonstrates your problem? How are you trying to get the token string? – donnywals Oct 07 '19 at 12:04
-
token was return before iOS13 by [deviceToken description] this is a wrong method now solution is here : https://stackoverflow.com/questions/57839723/does-ios-13-has-new-way-of-getting-device-notification-token – Pautex Oct 08 '19 at 14:29