MiPushFramework icon indicating copy to clipboard operation
MiPushFramework copied to clipboard

Let supported push service run system-ly on every Android devices

Results 14 MiPushFramework issues
Sort by recently updated
recently updated
newest added

偶发性失效,失效后点推送的通知就无法自动解冻并进入对应的App里。强制停止“推送服务”这个App并重开后就会恢复正常。不知道问题在哪里,帮忙看一下,谢谢!

question

**Describe the bug/** A clear and concise description of what the bug is.(解释一下出了什么问题) 尝试注册推送,null **To Reproduce** Steps to reproduce the behavior:(如何复现错误,也就是您的操作步骤) 1. 下载软件,授权root 2. 无脑下一步,给所需的权限 3. 打开app看到null **Expected behavior** A...

**Describe the bug/** A clear and concise description of what the bug is.(解释一下出了什么问题) 按步骤安装推送服务,MiPush模块后,连接状态未显示 connected,所有APP均未注册。这两个域名 resolver.msg.xiaomi.net, cn.app.chat.xiaomi.net 未被屏蔽 **To Reproduce** Steps to reproduce the behavior:(如何复现错误,也就是您的操作步骤) 1. 安装推送服务,安装MiPush模块,LSPosed中作用域勾选系统框架,推送服务 2. 重启手机,打开推送服务按提示给予权限 3....

1. https://dev.mi.com/distribute/doc/details?pId=1544 5.2 节 用户点击了预定义通知消息,消息不会通过 `onNotificationMessageClicked` 方法传到客户端。否则有些app会打开两次intent。 2. 即使 forwardToTargetApplication() 返回null,也应该消除通知,因为有一个launchApp,会把app放到前台,那这时通知也应该消失。 3. 代码格式整理