You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On iOS, data-only messages are not reliable when the app is killed. So, I have to use mixed or notification messages. My application has notifications that should contain action buttons. It's easy to add action buttons to data-only messages, but it's not as straightforward with notification messages. On iOS, action buttons can be added using a notification extension. I wonder how to add action buttons in Android as well. Thanks.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Situation
On iOS, data-only messages are not reliable when the app is killed. So, I have to use mixed or notification messages. My application has notifications that should contain action buttons. It's easy to add action buttons to data-only messages, but it's not as straightforward with notification messages. On iOS, action buttons can be added using a notification extension. I wonder how to add action buttons in Android as well. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions