I can not get registration ID from Android GCM

前端 未结 6 1263
小蘑菇
小蘑菇 2020-12-03 03:38

Although I try other answer about this problem, it can\'t be solved. Sender ID is correct, permissions are added, API key is true.

I use this post for creating the p

6条回答
  •  醉梦人生
    2020-12-03 04:06

    For example your receiver class name is : "MyCustomIntentService.java" , just change this name as "GCMIntentService.java" then try it again. This is simple solution. Just change your file name on the SRC area.

提交回复
热议问题