-
Notifications
You must be signed in to change notification settings - Fork 441
IOS cloud notification on click not triggering addOnMessageReceivedCallback #304
Comments
Shouldn't be, perhaps you can share your project with me so I can take a look? Btw, are you using Angular? |
No i am using nativescript core.Attaching the file var frameModule = require("ui/frame"); application.cssFile = "./app.css"; firebase.addOnMessageReceivedCallback(
}); |
I'm sorry but that doesn't deploy to my phone. Can you share something I can reproduce the error with? |
If this was an issue with the plugin, then it's fixed in 3.11.0 |
Hi,
i am using firebase cloud messaging in my nativescript app for both ios and android.The plugin is working fine in android with addOnMessageReceived is getting invoked on click of notification,but in ios when the notification button is clicked firebase.addOnMessageReceivedCallback() is not getting invoked. the app gets opened in home page.Is there any addtional steps which we have to carry out for ios
The text was updated successfully, but these errors were encountered: