移动端推送模块集成小米 华为 vivo oppo 苹果各个厂商通道的推送
集成小米 华为 vivo oppo 苹果各个厂商通道的推送模块
yarn duxapp app add duxpush
需要申请各个厂商的消息通知参数进行配置
duxapp.js
的 option.duxpush
配置文件中添加推送相关参数如下{
xm: {
appid: '',
appkey: ''
},
hms: {
appid: ''
},
vivo: {
appid: '',
apikey: ''
},
oppo: {
appSecret: ''
}
}
index.js
的 option.duxpush
配置如下{
// 友盟 用于ios推送
umAppKey: ''
}