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
[X] I agree to follow this project's Code of Conduct
How can we help?
I tired latest version of
onesignal_flutter
withflutter_local_notifications
. However, I am having a problem that the click event offlutter_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