mobile-messaging-react-native-plugin
mobile-messaging-react-native-plugin copied to clipboard
Mobile Messaging SDK plugin for React Native projects
After updating react-native to version 0.77, and trying to access the support chat screen, my app crashes. Is there any planned solution for this? Here is my stacktrace: ` java.lang.RuntimeException:...
We've integrated "infobip-mobile-messaging-react-native-plugin": "^6.4.6", into our project but currently getting **Command SwiftCompile failed with a nonzero exit code Error** in iOS. Configuration - mac Sequoia 15.2 XCode - Version 16.2...
# iOS Auto Redirect to Deeplink Without User Interaction ## Description When using the Infobip platform to send push notifications on iOS, I’ve encountered an issue with deeplink behaviour: 1....
Things are working perfectly fine in case of debug mode, but after generating a release build and receiving the push notification, notificationTapped event is not coming even after tapping on...
I tried to trigger push notifications via broadcast to app when app is in foreground. But I didn't receive notification on both Android and iOS. When I close app or...
I could not get the Example app to work on Android without making the following changes: ``` diff --git a/Example/android/build.gradle b/Example/android/build.gradle index 90b9803..4a457d5 100644 --- a/Example/android/build.gradle +++ b/Example/android/build.gradle @@ -23,14...
Hi Team, I was trying latest version 14.1.0 in my application and getting following error. Since this is compilation error, I am unable to run the application on iOS. Following...
Hi, we recently published app with Infobip version "infobip-mobile-messaging-react-native-plugin": "13.8.1", "react-native": "0.75.4", fabric off. We are getting below error on Crashlytics ` Fatal Exception: java.lang.RuntimeException: Unable to instantiate service org.infobip.mobile.messaging.cloud.MobileMessagingCloudService:...
Hello I am facing an issue whereas I am currently passing the soundName and soundEnabled as true for both Android and iOS. On iOS I am receiving the notification sound...