react-native-push-notification / ios

React Native Push Notification API for iOS.
MIT License
753 stars 288 forks source link

getInitialNotification triggered when push arrived and application was opened NOT via push click #448

Open mihaf70 opened 4 days ago

mihaf70 commented 4 days ago

When remote push notification arrives and I'm opening application regularly from quit state, not via push click, getInitialNotification return notification. That behaviour is not correct as getInitialNotification returns notification with userInteraction=1 so it behaves the same as app open via push click.