Y ykucuk Well-Known Member Licensed User Longtime User Oct 4, 2024 #1 Hello, I'm encountering an issue when trying to upload my APNs auth key (.p8 format) to the Firebase Console. I keep receiving the following error message: “An unknown server error occurred” Here are the details: The APNs auth key was downloaded from my Apple Developer account in .p8 format. My Firebase project is configured correctly, but the error persists with every attempt to upload the key. I have double-checked the file name and format, and everything seems correct. I have also cleared my browser cache and tried different browsers, but the issue remains unresolved. I checked the Firebase Status page, and there are no reported server issues. Has anyone encountered this issue before or found a solution? Any help would be greatly appreciated! Thank you! Attachments Screenshot 2024-10-03 at 11.17.10 PM.png 403.7 KB · Views: 34
Hello, I'm encountering an issue when trying to upload my APNs auth key (.p8 format) to the Firebase Console. I keep receiving the following error message: “An unknown server error occurred” Here are the details: The APNs auth key was downloaded from my Apple Developer account in .p8 format. My Firebase project is configured correctly, but the error persists with every attempt to upload the key. I have double-checked the file name and format, and everything seems correct. I have also cleared my browser cache and tried different browsers, but the issue remains unresolved. I checked the Firebase Status page, and there are no reported server issues. Has anyone encountered this issue before or found a solution? Any help would be greatly appreciated! Thank you!
Erel B4X founder Staff member Licensed User Longtime User Oct 4, 2024 #2 You don't need to convert the key. I've just replaced a push key. Copied the new aps.cer to the keys folder. It created a file named firebase_push.p12 which I've uploaded as an apn certificate. Upvote 0
You don't need to convert the key. I've just replaced a push key. Copied the new aps.cer to the keys folder. It created a file named firebase_push.p12 which I've uploaded as an apn certificate.
Y ykucuk Well-Known Member Licensed User Longtime User Oct 4, 2024 #3 I didn’t convert the key. I generated the key in .p8 format directly from the Developer.apple.com > Keys section. However, when I try to upload this file as the APNs Authentication Key in Firebase Console, I receive the attached error. Upvote 0
I didn’t convert the key. I generated the key in .p8 format directly from the Developer.apple.com > Keys section. However, when I try to upload this file as the APNs Authentication Key in Firebase Console, I receive the attached error.
Erel B4X founder Staff member Licensed User Longtime User Oct 6, 2024 #4 So follow the steps I did. It will create a p12 file that will be accepted. Upvote 0