MixPush icon indicating copy to clipboard operation
MixPush copied to clipboard

Android 混合推送SDK,快速集成6个厂商推送,共享系统推送通道,杀死也能收到推送,推送到达率90%以上

Results 27 MixPush issues
Sort by recently updated
recently updated
newest added

华为,小米, oppo都没问题,VIVO点击通知栏没反应

大佬,请问在收到消息时 并没有走 onNotificationMessageArrived 回调 (只有小米正常回调了) 是什么原因呢? APPID 什么的都没错,

具体情况网上很多描述,例如:https://open.oppomobile.com/bbs/forum.php?mod=viewthread&tid=1657 正在加这个feature,之后提PR

使用小米推送的IOS好像都收不到消息了

### Oppo私信必须要要用单推,如果用广播每个人一天会限制5条消息 > 参考官方地址:https://open.oppomobile.com/new/developmentDoc/info?id=11238 修改OppoPushProvider类的sendMessageToSingle方法 ``` @Override protected MixPushResult sendMessageToSingle(MixPushMessage mixPushMessage, String regId){ Notification notification = toMessage(mixPushMessage); try { if (mixPushMessage.getConfig().getOppoPushChannelId() == null) { throw new Exception("必须在“通道配置 → 新建通道”模块中登记 channelId,再在发送消息时选择通道发送...

华为默认是资讯营销分类,这个分类是静默通知,仅在通知栏展示消息,并且一天只能发三条消息。 参考文档:https://developer.huawei.com/consumer/cn/doc/HMSCore-Guides/message-restriction-description-0000001361648361 开发文档:https://developer.huawei.com/consumer/cn/doc/HMSCore-Guides/message-classification-0000001149358835#section1085395991513 我看了下服务器的代码,需要在com.huawei.push.message.Message.Builder静态类中增加android属性,这也是个对象 参考文档:https://developer.huawei.com/consumer/cn/doc/HMSCore-References/https-send-api-0000001050986197#ZH-CN_TOPIC_0000001700731289__p5203378238

您好,部分Vivo手机推送消息,会提示regId 不合法。 咨询了Vivo客服,对方说需要升级服务器的Java SDK版本。 参考文档:https://dev.vivo.com.cn/documentCenter/doc/363 您这边的服务器源码我看vpush-server-sdk文件夹下是没有代码的,我们也不好修改?您方便升级一下吗?

vivo 推送 新版本是不是不支持onNotificationMessageClicked了