Problems to upload APN certifcates Firebase

Viewed 6376

I'm trying to configure my iOS app to receiver notifications with Firebase.

If I export the certificate and the private key without a password and try to upload it (production or development) on Firebase console I get the error "Incorrect password".

If I export the certificate and the private key with a password I get the error "An unknown server error ocurred" or "There was an error reading your certificate".

I don't understand why that is happening. I did follow the tutorial correctly. Can someone help me?

3 Answers

You should export only the certificate and don't select the private key . Please see this screenshot

enter image description here

Related