简体   繁体   中英

Not receiving notifications from Firebase

I developed an app that receives push notifications with Firebase. If I launch the application from Xcode directly on a smartphone, the notifications arrive correctly. If instead, I send the application on the Apple store and then download, the notifications do not reach me. Most likely I do not correctly configure the file to send. I would like some suggestions.

1- You must create distribution push notification certificate

2- Download it and click to import in keychain

3- Export the .p12 file from it and upload to app configuration in firebase

I faced same problem. Firebase for development and production environment is different. You are using development "Provisioning Profile" now.

Check this steps to create Production "Provisioning Profile": https://firebase.google.com/docs/cloud-messaging/ios/certs

It may take 20 min for first time. Pls be patient. Now GO!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM