didReceiveMessage: not implemented
See original GitHub issueHi and thanks for an amazing plugin! I’ve implemented push notifications https://github.com/EddyVerbruggen/nativescript-plugin-firebase/blob/master/docs/MESSAGING.md on android and everything works fine. Now I try to do the same on iOS but unfortunately I have some problems.
I tired your culr example requests https://github.com/EddyVerbruggen/nativescript-plugin-firebase/blob/master/docs/MESSAGING.md#ios-background-notification-example
and I got success message in console
{"multicast_id":5755092260544836688,"success":1,"failure":0,"canonical_ids":0,"results":[{"message_id":"0:1549384955562803%fbf3b3ddfbf3b3dd"}]}
unfortunately there is no notification on phone and there is an error
5.15.0 - [Firebase/Messaging][I-FCM002019] FIRMessaging received data-message, but FIRMessagingDelegate's-messaging:didReceiveMessage: not implemented
I test on real Iphone 7 device and use your plugin in version 7.4.1
I did also this provisioning hell https://github.com/EddyVerbruggen/nativescript-plugin-firebase/blob/master/docs/MESSAGING.md#provisioning-hell but app doesn’t ask me about permission.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (3 by maintainers)
Top GitHub Comments
Hi @EddyVerbruggen, found solution for my problem:
In order to make app asks for permissions I needed to call
registerForPushNotifications
Hi @EddyVerbruggen in ios onPushTokenReceivedCallback is not calling, i put this in app.component.ts
}