android - Resetting backoff for 'Package Name' -


Hello I have created an Android application, in which I have a GCM Register ID.

My code is - 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);

but returns this error -

  Reset Backoff for 'Package Name'   

What is the error?

Have you added the following permission and please check if your Sender ID is live or not < / P>

   & Lt ;! - This app is allowed to register and receive data messages. - & gt; & Lt; Usage-permission Android: name = "com.google.android.c2dm.permission.RECEIVE" /> & Lt; Permission Android: name = "com.example.permission.C2D_MESSAGE" Android: protectionLevel = "signature" />    

Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -