You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
@@ -188,12 +188,12 @@ export class PushViewModel extends Observable {
188
188
},
189
189
190
190
// Whether you want this plugin to automatically display the notifications or just notify the callback. Currently used on iOS only. Default true.
191
-
showNotifications: true,
191
+
showNotifications: false,
192
192
193
193
// Whether you want this plugin to always handle the notifications when the app is in foreground.
194
194
// Currently used on iOS only. Default false.
195
195
// When false, you can still force showing it when the app is in the foreground by adding 'showWhenInForeground' to the notification as mentioned in the readme.
196
-
showNotificationsWhenInForeground: true
196
+
showNotificationsWhenInForeground: false
197
197
})
198
198
.then(()=>console.log(">>>> Registered for push"))
199
199
.catch(err=>console.log(">>>> Failed to register for push"));
0 commit comments