Replies: 2 comments 1 reply
-
Same problem. I don't know how to fix it... |
Beta Was this translation helpful? Give feedback.
0 replies
-
Did notifications work with TestFlight? @dancamdev please check your certificate file. It may be an issue with the certificate. You can find it inside Project Settings > Cloud Messaging. Try replacing the certificate. Production is the one you are looking for. and make sure that a certificate is installed in Apple Identifier. I hope this solves your problem. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've recently implemented the Firebase cloud messaging on my app and I'm having issues with the delivery only on iOS devices.
on Android I get:
6.300 sent -> 2.029 received -> 2.028 impression -> 218 open
on the other hand, if I take the iOS app, I got:
12.024 sent -> 0 received -> 0 impression -> 2 opens
The opens on iOS make no sense of course, but I wonder why people are not receiving the notifications. The implementation is correct, I've checked it multiple times, and test notifications sent via the Firebase Console are working flawlessly.
What follows are the screenshots of the data I'm was talking above.
Beta Was this translation helpful? Give feedback.
All reactions