Skip to content

在ios9上无法获取token #6

@cnryb

Description

@cnryb

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions