Files
zhini_im/push/README.md
rw0067680 c01808ac21 first commit
Change-Id: Ib7c2ab10a2562044fcaf9879388a6cbc1db6ac61
2025-12-23 10:00:49 +08:00

25 lines
995 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#推送说明
1. 目前集成了小米、华为、魅族推送,开发者可以自行集成其他推送。小米、华为、魅族手机上,分别走各家自己的推送;其他手机走小米推送。
2. 项目中的key等只供测试使用开发者需要自行申请相关key等。
##小米推送
1. 小米支持透传和通知栏推送目前voip相关消息走透传推送其他消息走通知栏推送。透传和通知栏的差别如下表
| | 透传推送 | 通知栏推送 |
| ---------- | ------------------------------ | ---------------------------- |
| 允许自启动 | 通知栏不弹出通知,但拉活应用 | 通知栏弹出通知,并拉活应用 |
| 禁止自启动 | 通知栏不弹出通知,也不拉活应用 | 通知栏弹出通知,但不拉活应用 |
2. 当允许自启动,并采用通知栏推送时,通知栏会重复
## 华为推送
todo
## 魅族推送
todo