var clientid = plus.push.getClientInfo().clientid;
//处理逻辑:1秒内,连续两次按返回键,则退出应用;
plus.key.addEventListener('backbutton', function() {
mui.back();
}, false);
还有 update.json 文件中 这个 "appid":"HelloH5",appid是包名还是这个 "id": "H544B249F",/应用的标识,创建应用时自动生成,勿手动修改/?
2 个回复
1***@qq.com - 90后小腊肉
在哪个位置用plus.push.getClientInfo()呢?为什么我执行后是null
hupeh
plus.push.getClientInfo().clientid的问题可以这样解决,步骤如下:
1、需要到http://dev.igetui.com这里进行注册;
2、登记应用得到AppID,AppKey,AppSecret;
3、在hbuilder的manifest.json勾选“个推”并且配置AppId等
4、打包应用