Android GCM basic implementation

前端 未结 9 1902
鱼传尺愫
鱼传尺愫 2020-12-01 04:54

UPDATE: I fixed the problems in the code below so this makes a nice basic working example of how to use GCM


So, I\'m trying to im

9条回答
  •  情歌与酒
    2020-12-01 05:16

    I also had this ANNOYing bug, til now. The Problem was, that i declared the intentservice inside another package... even if i declared the name in the android manifest and no classnotfound exception had been place... no error at all could be found... so i made sure the intentservice is in the root package.

提交回复
热议问题