Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conflict onesignal-cordova-plugin with @capacitor/push-notifications #938

Open
1 task done
mbabaei0 opened this issue Nov 9, 2023 · 3 comments
Open
1 task done

Comments

@mbabaei0
Copy link

mbabaei0 commented Nov 9, 2023

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
image
image

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
@jennantilla
Copy link
Contributor

@mbabaei0 thank you for your patience! We are investigating this and will get back to you as soon as possible.

@mbabaei0
Copy link
Author

@mbabaei0 thank you for your patience! We are investigating this and will get back to you as soon as possible.

any update ?

@tewnut
Copy link

tewnut commented Dec 20, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants