Open ventus15 opened 7 years ago
Error Domain=com.google.iid Code=7 "(null)"
I followed the instructions in https://developers.google.com/cloud-messaging/ios/client to set up an iOS client for GCM, but I keep getting the unknown error message when I try to register for a registration token.
I have exponential backoff to try up to 10 times and each time, there is no change.
Does anyone have an idea of what's going on?
Could you try the FCM sdk and see if you have the same problem?
Adding the APNs cert to Firebase made it work
https://firebase.google.com/docs/cloud-messaging/ios/client#add_firebase_to_your_app
Error Domain=com.google.iid Code=7 "(null)"
I followed the instructions in https://developers.google.com/cloud-messaging/ios/client to set up an iOS client for GCM, but I keep getting the unknown error message when I try to register for a registration token.
I have exponential backoff to try up to 10 times and each time, there is no change.
Does anyone have an idea of what's going on?