intercom_flutter icon indicating copy to clipboard operation
intercom_flutter copied to clipboard

How to handle ios push notification inside code

Open abarone-btf opened this issue 1 year ago • 7 comments

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

abarone-btf avatar Dec 10 '24 17:12 abarone-btf