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
I have two push notificaiton libaray working same time in one app (I can't use only one cuz one of this providers used by third party lib ) onesignal-cordova-plugin and @capacitor/push-notifications
everthing works fine until I'm trying logout push notficaions when user is logging out and im calling this two methos : OneSignal.removeExternalUserId(); PushNotifications.unregister(); // for capacitor
but after im trying to login again I'm not able to recive push from Onesignal but Capacitor fcm push works fine again
when I open my Onesignal panel my user is like this : but external
when I tested sceanrio without PushNotifications.unregister(); // for capacitor
evereting works fine
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Our issue is related: We have an app that handle both VoIP push and normal push notification. Currently the normal push is handled by this plugin, but VoIP is handled by other plugin. In the old version (3x) it works OK, but perhaps no longer working in current 5x version.
How can we help?
I have two push notificaiton libaray working same time in one app (I can't use only one cuz one of this providers used by third party lib )
onesignal-cordova-plugin
and@capacitor/push-notifications
everthing works fine until I'm trying logout push notficaions when user is logging out and im calling this two methos :
OneSignal.removeExternalUserId(); PushNotifications.unregister(); // for capacitor
but after im trying to login again I'm not able to recive push from Onesignal but Capacitor fcm push works fine again
when I open my Onesignal panel my user is like this : but external
when I tested sceanrio without
PushNotifications.unregister(); // for capacitor
evereting works fine
Code of Conduct
The text was updated successfully, but these errors were encountered: