-
I am assumning other teams have come up against this issue during migration. We have a server side Notifications API that our server side components can call to get Push Noitrfcations sent to devices. When building a payload for android we include the
Those values are "SHINY_LOCAL_NOTIFICATION_CLICK" and "SHINY_PUSH_NOTIFICATION_CLICK". With our server side component sending a click_action of "SHINY_NOTIFICATION_CLICK" we have an issue that means the notification tap will not load the app.
Useless idea anyway because that does not fix old clients that have not upgraded the app which is the main issue. We don't have a way of forcing people to upgrade (it is "in the backlog") Adding multiple click_actions to the payload is not allowed. What did other people do? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can change the notification click action that push responds on through the AddPush configuration. That might fix your situation. |
Beta Was this translation helpful? Give feedback.
You can change the notification click action that push responds on through the AddPush configuration. That might fix your situation.