I already configured tons of apps for APNS in Firebase and it was always painless. Today I'm tring to configure another one which I already implemented the entire SDK for Messaging, added the GoogleService-Info.plist, enabled the bundle ID for Push Notifications, runned the app with Firebase smoothly in a device.
But the Firebase console configuration screen for Notifications doesn't let me upload my certificates or my APNs Auth Key (which I already have too).
The upload buttons are missing, the "fields" are not doing anything, I already tried switching browsers and even switching the computer (Windows based).
I'm working with a mac, tried Google Chrome, tried Safari, tried Chrome for Windows (in another computer) and nothing changes... I'm stuck in this screen.
EDIT: I inspected the console webpage and saw that my browser is getting 404 from Firebase server connection getApnsAuthKey:
{
"error": {
"code": 404,
"message": "APNS cert not found for requested project and bundle ID",
"status": "NOT_FOUND",
"details": [
{
"@type": "type.googleapis.com/google.internal.firebase.v1.ErrorCode"
}
]
}
}
I have the same problem with Firebase Console. It looks like temporary issue on server side. So here is my solution (it works for me):
<button/>
"Upload" elementdisplay: none !important;
rule from this <button/>
visibility: hidden;
property of button's parent div element After that you can upload certificates or APNS key as it should be in normal.
The Firebase may be updated with new UI -> new elements at this time (November 2017).
Upload
buttondisabled="disabled"
attributed in the button
tag
Upload
button is enabled!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With