@bwertman wrote:
I’m using node-gcm to send scheduled push notifications from my server. The push notifications are coming through good.
I need some help with how to get the app to launch when the push notification is clicked though. According to node-gcm docs I need an intent-filter called from the
click_action
method of the notification object that gets sent.Ionic/Cordova overwrites the intent-filter if I put it directly in the AndroidManifest.xml. I also looked at trying to pass a URL produced by Eddy Verbruggen's Custom-URL-Scheme plugin to the
click-action
method of the notification object that gets sent with the push notification. This didn't seem to work either.
Posts: 1
Participants: 1