b8ne / react-native-pusher-push-notifications

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

iOS notification body different to android notification body? #102

Open Hajarat opened 1 year ago

Hajarat commented 1 year ago

Hi, I'm trying to get iOS notifications to work on my app on testflight, and they seem to work, the only problem is that I have a reducer that saves the notifications the user receives to state which I created while working on android, where it works perfectly. However when the reducer method that saves the notification runs for iOS, the app crashes. This is why I'm wondering is the notification object received by iOS dissimilar to the one received by android?