I have integrated firebase for push notifications in flutter. If the app is in foreground I have displayed a dialog with notification details. I am receiving notifications properly in android. Also when I run the ios application from XCode notifications are working fine. However in release ipa notifications are not received in foreground but working well in app background state. I have enabled push notifications and background fetch as well. Any solution for this? Has anybody faced such issue?
2 Answers
1
votes
1
votes
Please follow this link May be it will help you https://medium.com/@viveky259259/flutter-firebase-notifications-7954a3ad8111