-
Hello! I don't receive push notifications on iOS. My firebase console marks 0 received messages for my iOS app. However, my android notifications seem to work. Any help is greatly appreciated! Thank you very much! What I have been able to do:
My Podfile looks like this:
My AppDelegate.m looks like this:
My AppDelagate.h looks like this:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi there!
Other than that, without seeing exactly what JSON you are sending (minus your API key and the device token, of course) it's impossible to say what's going wrong My work project uses data-only payloads extensively though and they work, so this will be project or payload specific, as a problem, I think |
Beta Was this translation helpful? Give feedback.
Hi there!
Some thoughts
Other than that, without seeing exactly what JSON you are sending (minus your API key and the device token, of course) it's impossible to say what's going wrong
My work project uses data-only payloads extensively though and they work, so this will be project or payload specific, as a problem, I think