-
Hi! I'm opening this discussion because I've spent hours trying to find a definitive answer, but all I found is that some people are saying that it is possible and some are saying that it isn't. As for myself, I haven't been able to make Anyway, thanks in advance! P.S. If it turns out it is feasible, I'll gladly post some code to try and understand what's wrong. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
a) "closed" == just in the background on iOS / not visible, or a) you can receive data-only messages, but they will not be reliably delivered. Do not design a solution where delivery is required here |
Beta Was this translation helpful? Give feedback.
a) "closed" == just in the background on iOS / not visible, or
b) "closed" == you flicked the app away from the app chooser / force quit it?
a) you can receive data-only messages, but they will not be reliably delivered. Do not design a solution where delivery is required here
b) nope, iOS listens to the user: the user asked for the app to stop running so the operating system will not run the app in response to FCM