极光推送
1、通过Android端绑定tag,来进行推送
2、第二种后台通过registrationID绑定来进行推送。
获取registrationID的方式是在Application中进行获取如下
JPushInterface.init(this); registrationID = JPushInterface.getRegistrationID(this);
极光推送
1、通过Android端绑定tag,来进行推送
2、第二种后台通过registrationID绑定来进行推送。
获取registrationID的方式是在Application中进行获取如下
JPushInterface.init(this); registrationID = JPushInterface.getRegistrationID(this);