极光推送
1、通过Android端绑定tag,来进行推送
2、第二种后台通过registrationID绑定来进行推送。
获取registrationID的方式是在Application中进行获取如下
JPushInterface.init(this); registrationID = JPushInterface.getRegistrationID(this);
版权声明:本文为qq939782569原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。
极光推送
1、通过Android端绑定tag,来进行推送
2、第二种后台通过registrationID绑定来进行推送。
获取registrationID的方式是在Application中进行获取如下
JPushInterface.init(this); registrationID = JPushInterface.getRegistrationID(this);