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 already implement and used the pluign flutter_local_notifications and it was working fine , until i added the onesignal pluign , it stopped working on ios but working fine on android .
it seems that onesignal is blocking the application from displaying any local notification but its own notification or implementation for that
(your description here)
Environment
flutter 3.0.1
ios 15.0
android 15
install flutter_local_notifications: ^9.0.0
install onesignal_flutter: ^3.1.0
try to display a local notification in any iOS device , it will not show anything