2017-08-13 49 views

回答

1

我假設你已經安裝並配置OneSignal插件。以下是獲得的代碼PlayerId -

this.oneSignal.getIds().then(ids => { 
    console.log(JSON.stringify(ids['userId'])); //PlayerId 
}); 
+0

謝謝,這正是我想要的 – Nouf

相關問題