cordova-plugin-xgpush
cordova-plugin-xgpush copied to clipboard
在ios9上无法获取token
使用下面的代码得到的结果是:registerPush success null,能给获取到推送
xgpush.registerPush("android", function (e) { $("#msg").after("<br> registerPush success " + JSON.stringify(e)); }, function (e) { $("#msg").after("<br> registerPush error" + JSON.stringify(e)); });