b8ne / react-native-pusher-push-notifications

Manage pusher interest subscriptions and notification events in Javascript.
MIT License
96 stars 85 forks source link

iOS calling RNPusherPushNotifications.on when app opens without pressing the notification #122

Open leonardo409188 opened 8 months ago

leonardo409188 commented 8 months ago

on iOS, when I receive a notification with the app closed, if I open the App normally (without pressing the notification), the function RNPusherPushNotifications.on is called anyway, as if I had pressed the notification.