SenderId mismatch | Cloud messaging Firebase #863
Replies: 1 comment 1 reply
-
Do you have multiple Firebase projects, one for testing and one in production? I'm asking because the first thought popping into my mind was that the target FCM Tokens might relate to another project than the one you're sending the messages from. Unfortunately I can only guess - the only Firebase Project I have is the one I use for the SDK tests, and there I can only work with tokens from web apps (I don't have an Android or iOS app to test with). I believe connecting the APNS works by downloading a key from Apple and uploading it into your Firebase project (or something similar to that), right? Can this key expire? Even if not, could you try generating a new key and thus re-connecting Firebase and the APNS? And just to be sure: are you using the latest versions of the SDK/the Laravel package? Sending to Android devices worked, did I understand this correctly? |
Beta Was this translation helpful? Give feedback.
-
hi Jerome, thanks for building this awesome library. I'm trying to integrate it into a test react-native project.
background & problem
I'm using it for Cloud messaging and it seems i've got my code to work with Android devices however when trying to send messages to FCM_tokens of ios devices I get the error below.
I will appreciate you taking a quick look and pointing me in the right direction. I've been battling with this for 2 days. I do suspect its something on my laravel server side but unsure where to look.
My simple test code looks like this ....
Beta Was this translation helpful? Give feedback.
All reactions