intercom_flutter
intercom_flutter copied to clipboard
How to handle ios push notification inside code
More than issue is a question/advice in how can I run a function when a push notification is sent by intercom.
I tried to use firebase_messaging callbacks but on iOS none of them work (its never executed).
Is there a tutorial in how to execute dart logic when a notification sent from intercom is received? (iOS particularly)
Why you may ask:
- I want to use a firebase dynamic link into intercom UI when sending a notification. On Android it redirect correctly but on iOS the redirection does not work. So I want to debug what is arriving but the callbacks are never called 😢
Thanks for your help