When I updated my iOS into version 13 suddenly the override method RegisteredForRemoteNotifications is not being called so no device token is being received for my phone.
Asked
Active
Viewed 383 times
0
-
Possible duplicate of [How to get device token in iOS 13 with Xamarin?](https://stackoverflow.com/questions/58027344/how-to-get-device-token-in-ios-13-with-xamarin) – FreakyAli Oct 22 '19 at 05:41
-
Hi , do you use `FireBase` to push notification ? – Junior Jiang Oct 22 '19 at 05:41
-
No @FreakyAll the registerforremotenotification is not being triggered so the request for device token is not happening at all – Mark John Alcantara Oct 22 '19 at 12:30
-
I used Firebase only for the android project @Junion jiang – Mark John Alcantara Oct 22 '19 at 15:56
-
@MarkJohnAlcantara Okey , not knowing the reason . Maybe you can check whether get access for the permission of notification In iOS 13. – Junior Jiang Oct 23 '19 at 01:49
1 Answers
0
This solves my issues:
https://gist.github.com/ShravanJ/92e5c4254f4e991b01c83bb377cb22bf
Token structure changed for iOS 13