Mobile Notification package conflicts with OneSignal

I use OneSignal to send and receive remote push notifications with additional custom data.

If I have the Mobile Notifications package installed, the “HandleNotificationOpened” from onesignal doesn’t get triggered for some reason, how do I solve this conflict?

I have the same issue :frowning:
On android everything works fine on both ends. But on iOS it doesn’t. If i set a “Launch URL” or put any tags in advanced settings the iOS app doesn’t recognize it and just opens the app

Any solution to this issue?
I want to use Mobile Notifications package for local scheduled notificaitons.

This conflict also prevents getting push notifications when the app is in foreground. When you enable “Request Authorization on App Launch” and “Enable Push Notifications” options under Project Settings/Mobile Notifications, you can get the notification and the callback is called as well. But, you have to get permission during the app launch. I am looking for a workaround…