I converted my Ionic 3 apps from version 3 to ( 4 or 5)
Tn the previous version I used :
notification.additionalData.foreground
to receive custom parameters but now this doesn't work anymore.
I have this method :
pushObject.on('notification').subscribe((notification: any) => {
}
How can I solve it?