使用ios测试plus.push.createMessage本地推送不成功,下面是具体的代码。(在安卓上测试可以成功,但是IOS不成功,测试时ipad mini 版本是8.0,通知中心的配置也没有问题。)
console.log("found pending record!");
plus.push.createMessage("您有一条申请!");
console.log("push pending record!");
打出的log如下:
[LOG] : found pending record!
[LOG] : push pending record!
Dennis_Liu (作者)
HB连接mini调试遇到的问题,自己解决了,调createMessage的时候要传第二跟第三个参数就好用了。谢谢了。plus.push.createMessage("您有一条申请!","LocalMSG",{cover:false});
2015-06-09 13:32
DCloud_IOS_XTY
第二第三参数是可选的不传也可以啊
2015-06-09 16:42
1***@qq.com
回复 Dennis_Liu:我传了的,为什么苹果手机上推送不出来,都能够监听到recive事件呀
2019-03-25 19:17