You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It sounds like notifee is not compatible with the Braze React Native SDK. Does the subscribeToInAppMessages API accommodate for your use case? Otherwise, there isn't a direct way to reference the Braze UI IAM handler in the JS layer.
Additionally, can you contact [email protected] with verbose logs and any other relevant information around how notifee works with push notifications that may interfere with the Braze SDK? Please also link this public issue in your ticket.
Which Platforms?
iOS
Which React Native Version?
0.71.7
Which @braze/react-native-sdk SDK version?
6.0.2
Repro Rate
100%
Steps To Reproduce
install braze 6.0.2
install notifee 7.8.0
IAM:
Expected Behavior
expected to display the IAM.
Actual Incorrect Behavior
IAM isn't displayed. After going to background/closing and reopening the app, the IAM appears.
Verbose Logs
No response
Additional Information
Seems like notifee is intercepting braze's foreground events and not getting handled by braze sdk.
Is there a way to call braze's UI IAM handler in js layer?
my AppDelegate.mm braze setup:
The text was updated successfully, but these errors were encountered: