Elliot Mawby
Elliot Mawby
Hello the documentation reference for this is [here](https://documentation.onesignal.com/docs/sdk-notification-event-handlers#foreground-notification-received-event)
Were you doing something like this in your notificationReceivedHandler? `alert("Notification Received:\n" + JSON.stringify(notificationData));` You can do something similar using the `setNotificationWillShowInForegroundHandler `
Can you describe the issue? Is the alert not displaying or the json not parseable?
Hello I apologize for the late follow up is this still an issue in the latest versions?
Hello thank you for reaching out. We have seen [this error](https://github.com/OneSignal/react-native-onesignal/issues/1451) in some of our wrapper SDKs maybe those threads will help. Make sure you are using Cocoapods 1.11.3 and...
@anatoly-spb We have not been able to reproduce the issue going between 3.11 -> 3.12 with Ruby 3.2.1, but I noticed that a Cocoapods update was released and it explicitly...
@KhurramIqbal87 Ah good find that is good to know! Have you tested on the 1.12.+ version of Cocoapods? Cocoapods had not released an update for almost a year but finally...
@ahmedsafadii Hello do you have an example project with SPM that can reproduce this issue? I have not been able to reproduce this issue using SPM. Which Xcode version are...
Thank you for reporting. To confirm that it isn't causing issues are you able to update subscriptions (e.g. add tags to a user)?
Closing due to inactivity