[IOS] Messages sent to ios devices are not delivered. #6742
Unanswered
alexxsanchezm
asked this question in
Q&A
Replies: 1 comment 1 reply
-
With apologies - I'm not sure, I would ask this on stackoverflow (where the firebase team actually offers authoritative support) or in the firebase-ios-sdk repo directly (where you can also get authoritative answers) |
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.
-
SUMMARY: "Two identical projects, identical setup but different bundle id, the old doesn't work the new one works"
Hi, I have a production app which uses @react-native-firebase/messaging package, but after update the APN's certificates the push messages stop coming to my ios app.
I also update my app to use a new distribution certificate and also had to remove the old APN's certificates since they were expired already, which is my fault, of course. Any ways I set up an APNs Key instead of certificates, but still the messages still not delivered.
I've also read Firebase may be blocking push notifications requests to certain apps. In order to do a simple test, I made a clone of my react-native app and changed the bundle identifier + all the other apple setup for the new bundle id. Strange enough this experiment worked, by using different bundle identifier all push messages were delivered.
QUESTION: How can I confirm certain bundle id is been banned?
Beta Was this translation helpful? Give feedback.
All reactions