Replies: 1 comment 2 replies
-
I find that my notifications are received, but not reported well in the web console. |
Beta Was this translation helpful? Give feedback.
2 replies
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 looked all over stackoverflow and google for an answer to this, these are some of the things I've tried:
I'll run through what I've got:
AppDelegate.m:
So basically I run the app, fetch the FCM Registration Token from the Console, as so:

Then I add the token to the Notification Center and try a test send, as so:

You can see from the reports, none of the notifications are being received, as so:

Not sure what else to try. Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions