ソースを参照

comment one signal version

master
Daniel 2年前
コミット
988729efd4
1個のファイルの変更11行の追加1行の削除
  1. +11
    -1
      src/client/app/js/app/util/OneSignal.js

+ 11
- 1
src/client/app/js/app/util/OneSignal.js ファイルの表示

@@ -77,7 +77,17 @@ app.util.OneSignal = (function(){
{
// fail silently
}
// Woher wissen wir welche cordova version hier aktuell läuft?
// if (cordova version == 2) {
// OneSignal
// .startInit( appId )
// .handleNotificationOpened( cbNotificationOpened )
// .endInit();
// } else {
// OneSignal.setAppId(appId);
// }
OneSignal
.startInit( appId )
.handleNotificationOpened( cbNotificationOpened )


読み込み中…
キャンセル
保存