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

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -