- 使用前去个推官网注册个账号 这是链接
- 注册完登陆后在 个推·消息推送 中创建应用
之后复制 appid 等信息备用 - 在 hbuilder 创建移动 APP 项目
- 在 manifest.json SDK 配置 appid 等信息
- 创建 js 在 index.html
- 在个推中创建推送消息
- 引入 js 内容:
mui.plusReady(function() {
//创建推送push监听
plus.push.addEventListener("receive", function(data) {
//创建本地消息
plus.push.createMessage(data.mes, "loadMes", {
cover: false
} );
});
//创建推送信息点击事件监听
plus.push.addEventListener("click", function(mes) {
alert("点击了推送信息")
})
})
欢迎来到这里!
我们正在构建一个小众社区,大家在这里相互信任,以平等 • 自由 • 奔放的价值观进行分享交流。最终,希望大家能够找到与自己志同道合的伙伴,共同成长。
注册 关于