Hi i am using GCM for push notification, it is working fine in iOS8
but in iOS9
it is giving error \"GCM registration is not ready with auth creden
I had the same issue, after signing the app using a production certificate.
And the steps to make it work again are (this worked on 9.2 and 9.3 devices):
kGGLInstanceIDAPNSServerTypeSandboxOption:@YES
(production needs this to be NO) Build, run, and wait a few minutes. For one of the tests, it took 15 minutes to register.