cordova-plugin-xgpush icon indicating copy to clipboard operation
cordova-plugin-xgpush copied to clipboard

在ios9上无法获取token

Open cnryb opened this issue 9 years ago • 0 comments

使用下面的代码得到的结果是: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));
    });

cnryb avatar Feb 23 '16 10:02 cnryb