android - Resetting backoff for 'Package Name' -
Hello I have created an Android application, in which I have a GCM Register ID.
My code is - but returns this error - What is the error? Have you added the following permission and please check if your Sender ID is live or not < / P> GCMRG.Start.Checkevice (this); GCMRegistrar.checkManifest (this); Final string regId = GCMRegistrar.getRegistrationId (this); If (regId.equals ("")) {GCMRegistrar.register (this, SENDER_ID); } Log.v ("REG id:", "" + regId);
Reset Backoff for 'Package Name'
Comments
Post a Comment