Skip to content

iOS Silent notifications not showing when the app is killed #4747

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

You must be logged in to vote

This is very common. If you look at issues and discussions here (please do) you will notice tens maybe hundreds have encountered the issue, and it's been discussed a lot.

TL;DR: iOS background data-only notifications are unreliable for a variety of reasons. -FIRDebugEnabled and watching log on real device will show them discarding sometimes, do that. If it's delivered but the app doesn't fire, iOS just chose not to fire up the app. Nothing you can do.

Even more specifically if the user has swiped the app away (decisively killing it), iOS believes the user. The user said "don't run this app", so iOS won't.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by andersonaddo
Comment options

You must be logged in to vote
1 reply
@mikehardy
Comment options

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