ben-xD / push

Push notifications in Flutter without firebase_messaging.
https://pub.dev/packages/push
36 stars 22 forks source link

Push.instance.notificationTapWhichLaunchedAppFromTerminated triggered when notification received #58

Closed ayushmalviya12 closed 1 month ago

ayushmalviya12 commented 1 month ago

I am seeing that as soon as I receive the notification when the app terminated Push.instance.notificationTapWhichLaunchedAppFromTerminated this call is getting triggered with notification data. So the logic written for the tap on notification is getting executed in background though app is not launched either by tapping on notification or normally. This I have observed in iOS only.