Pushwoosh / pushwoosh-phonegap-plugin

Pushwoosh PhoneGap Build Plugin
Other
109 stars 139 forks source link

[Android] Tap on Notification doesn't open the app. #384

Closed kurtiev closed 1 year ago

kurtiev commented 1 year ago

I'm using "pushwoosh-cordova-plugin": "^8.3.3" version. Notification works fine until I kill the app process. After that notification is received, but when I tap on the notification it goes away from the notifications tray, but the application doesn't launch. It's launched only when the app already started (the process is alive).

Android version 10. Ionic version 6.20.3 Capacitor version 3.2.4

Any thoughts? Thanks.

kurtiev commented 1 year ago

Fixed. The reason was that we are defining in the notification body the link parameter, no idea why, but without link everything work fine.

https://docs.pushwoosh.com/platform-docs/api-reference/messages#createmessage