美文网首页
极光推送

极光推送

作者: 盗梦如画 | 来源:发表于2018-04-21 16:51 被阅读34次

    极光推送 tag
    private void initJpush() {
    //TODO 极光推送
    // JPushInterface.setDebugMode(true);
    JPushInterface.init(this);
    JPushInterface.setAlias(this, 400, DeviceUtils.getDeviceId());//TODO 设置极光推送的别名; 推送靠后台推送消息 根据设备id 推送到单个用户
    Set<String> set = new HashSet<>();
    set.add(DeviceUtils.getDeviceId());
    JPushInterface.setTags(this, 444, set);
    }

    相关文章

      网友评论

          本文标题:极光推送

          本文链接:https://www.haomeiwen.com/subject/rwnxlftx.html