Skip to content

[iOS] Can you receive/manage data-only messages when the app is closed? #5485

Answered by mikehardy
piljac1 asked this question in Q&A
Discussion options

You must be logged in to vote

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

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@piljac1
Comment options

@mikehardy
Comment options

Answer selected by piljac1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants