NIFCLOUD-mbaas / monaca_push_plugin

ニフクラ mobile backendのMonaca用プッシュ通知プラグイン
Other
6 stars 9 forks source link

Fix issue #110: iosにて任意のタイミングでsetDeviceTokenを呼び出した際にinstallationの登録ができない #111

Closed vfa-tamhh closed 3 years ago

vfa-tamhh commented 3 years ago

概要(Summary)

動作確認手順(Step for Confirmation)

Call below code anywhere if you need.

function setDeviceTokenClick() { window.NCMB.monaca.setDeviceToken( APPLIVATION_KEY, CLIENT_KEY, successCallback, errorCallback ); }

kobo0908 commented 3 years ago

こちら問題ないので、mergeします。