How to call function/method when we receive an FCM notification on IOS (Foreground)? #11136
Unanswered
MrunalrajRedij
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does anybody know how to trigger a function/method when we receive an FCM notification on IOS (Foreground)?
For Android it's simple, there is a callback
but this callback doesn't execute for IOS.
I believe IOS takes care of showing FCM notification itself when on the foreground. So how can I do something, when I get FCM notification on IOS (foreground)
Beta Was this translation helpful? Give feedback.
All reactions