- Home /
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?
Answer by fuat_unity · May 11, 2021 at 10:32 AM
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...
Answer by Elizeu159 · Dec 04, 2020 at 04:30 PM
I have the same issue :( 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
Answer by rankornfeld · Feb 01, 2021 at 08:37 AM
Any solution to this issue? I want to use Mobile Notifications package for local scheduled notificaitons.
Your answer
Follow this Question
Related Questions
CSharpNotificationCenter Posting Messages with data 4 Answers
Method runs twice, but isn't called twice and isn't subscribed twice 1 Answer
What is the best way to produce local notifications for Windows UWP in 2020? 0 Answers
iOS push notifications via Parse.com 2 Answers
Reading notifications from Unity or knowing if notifications are enabled 0 Answers