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
I have an IOS app setup to receive FCM push messages. I can receive "notification" messages fine - always shows a notification with the title/body etc.
Now I am trying to send data messages to the app and expecting the
Hi There,
I have an IOS app setup to receive FCM push messages. I can receive "notification" messages fine - always shows a notification with the title/body etc.
Now I am trying to send data messages to the app and expecting the
to be called with the data received. And it never gets called even the app is in foreground. My message/payload looks like
I have tried with method swizzling flag enabled or disabled and it does not makes any difference.
My question is, does firebase SDK for IOS support data messages at all?
Thanks!
The text was updated successfully, but these errors were encountered: