The APNs certificate provided does not match the current environment

Viewed 5408

It's my first time to update one app in app store after implementing the Firebase push notifications in the project. I'm trying to upload the "Production Certificate" in Firebase Console, but it gives me this:

The APNs certificate provided does not match the current environment

I want to make sure that after updating the app users will receive notifications.

Any link with tutorial to update one app in appstore is welcome.

2 Answers

The other possibility is:

You are confusing the development certificate with Production one in the certificate list of Key Chain Access.

Try to "Export" from the correct one.

This is what brought me here :)

Related