I am trying to configure GCM in iOS. I followed all the steps and created all the certificates needed for push notifications. When registering for push notifications, the device token is returned, which is sent to the google server. However, the registration token returns nil with an error
Unable to find token in cache Error Domain=com.google.iid Code=-25300 "The operation couldn't be completed. (com.google.iid error -25300.)
This worked initially, but suddenly stopped working. I have not changed any p12 files or certificates.
source share