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 tired latest version of onesignal_flutter with flutter_local_notifications.
However, I am having a problem that the click event of flutter_local_notifications is not detected on iOS.
So I found out that postNotification created notification without API connection in V9.
But, this feature was dropped in the latest version.
In the latest version, there is no same function, so I have to use flutter_local_notifications together?
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Hello there, apologies for the delay in getting back to you. Looks like you'd like us to listen to notifications sent from flutter_local_notifications? If so, this documentation helpful.
Let us know if you have any additional questions or concerns!
Thanks for you reply @jennantilla
I'm not listening to notifications sent from flutter_local_notifications. I'd like to avoid the hassle of using onesignal_flutter and flutter_local_notifications together.
Is this possible?
How can we help?
I tired latest version of
onesignal_flutter
withflutter_local_notifications
.However, I am having a problem that the click event of
flutter_local_notifications
is not detected on iOS.So I found out that
postNotification
created notification without API connection in V9.But, this feature was dropped in the latest version.
In the latest version, there is no same function, so I have to use
flutter_local_notifications
together?Code of Conduct
The text was updated successfully, but these errors were encountered: