Can't get foreground notifications working on iOS
I am trying to get this working on iOS, however I can’t seem to find a way to make it get the handler to show a message when the app is in the foreground. I see the message is received in the Xcode console, but nothing happens within the app. I’ve tried a number of tracers on this and it just seems they are never fired.
Any thoughts? Is there perhaps an incompatibility with latest versions of something?
getting same issue found any solution ?
Anyone found a solution? I'm having the same issue.
any sol?
Any solution for this?
Is there any Solution to this issue? Please help asap.
if push is working you have to handle the notification by yourself like this
this.push.on('notification', function (data) {
// data.message,
// data.title,
// data.count,
// data.sound,
// data.image,
// data.additionalData
});