Questions tagged [react-native]
The react-native tag has no summary.
70 questions
-1 votes
0 answers
24 views
Push integration with Salesforce Marketing Cloud using a React Native app
Push integration with Salesforce Marketing Cloud using a React Native app We are migrating our React Native app and facing issues with the iOS integration of Salesforce Marketing Cloud push. Since ...
0 votes
0 answers
57 views
App Crash Exception: EXC_BAD_ACCESS (SIGSEGV) in SF mobile SDK React Native/IOS
we got the app crash with Mobile SDK react native with IOS SDK, Reproduce Step: (often happen) Open IOS App SF login page Login success redirecting to react native home page Wait the token timeout(...
0 votes
0 answers
56 views
Salesforce Marketing Cloud SDK 8.1.1 - In-App Messaging Issue on iOS 18
I'm upgrading the react-native-marketingcloudsdk from version 7.4 to 8.1.1 in a React Native app with Objective-C iOS code. Problem: The showSavedInAppMessage method (used to display blocked in-app ...
0 votes
0 answers
30 views
Duplicate Records During Mobile SDK SyncUp with External ID in React Native
I'm using Salesforce Mobile SDK 12.2.0 in a React Native app and trying to sync up records using an External ID (Delivery_Id__c) to prevent duplicates. However, I'm still seeing duplicate records in ...
0 votes
1 answer
258 views
React Native Marketing Cloud SDK Kotlin initialization
I'm currently in the process of adding the Salesforce Marketing Cloud SDK to our React Native app, following the instructions posted in the README here: https://github.com/salesforce-marketingcloud/...
0 votes
0 answers
1k views
CMake Configuration Error When Integrating Salesforce with React Native Using react-native-screens
I'm working on integrating Salesforce into a React Native application and I've encountered a persistent CMake configuration error when using the react-native-screens library. I'm attempting to set up ...
1 vote
1 answer
303 views
Error while building on Android (class file has wrong version 61.0, should be 55.0). (React Native)
I need to release an updated version of my app. Everything was working fine until two weeks ago when I could build it without any issues. However, yesterday when I tried to build it again, I ...
0 votes
1 answer
147 views
SFMCSdk Android - Request manager with status 429 too many requests
Android SDK RequestManager often logging with registration status "Too Many Requests - 429" Can someone explain what are the impacts of this in the registration process in Marketing Cloud? ...
2 votes
1 answer
280 views
SfmcSDK Error: Fatal Exception: java.lang.IllegalArgumentException: Receiver not registered
I've been testing push notifications on Android and got the following log on crashlytics and logcat. Important to note that I've received the notification successfully and had no problems opening the ...
1 vote
1 answer
153 views
Dependency error when using MobilePush SDK React Native module
We are running into an issue with implementing the react-native-marketingcloudsdk version 8.1.0 in our application specifically on Android. Refer to below screenshot. We have tried a few different ...
0 votes
1 answer
137 views
Device Id never show to new contacts and don't receive notifications
I implemented the library, in version 8.0, with react-native, I can see the data locally, but it is not registered in "All contacts". I can see the data from: getContactKey, getSystemToken, ...
0 votes
1 answer
381 views
How to request iOS Push Notification permission from 3rd party library instead from native code, react-native?
I'm using official react-native marketing cloud sdk for push notification integration. However as I've seen in the example as well ( https://github.com/salesforce-marketingcloud/react-native-...
0 votes
1 answer
461 views
How to set receiving mobile push notification in system notification in Android
I'm integrating Salesforce mobile push in react-native application using the official library https://github.com/salesforce-marketingcloud/react-native-marketingcloudsdk I used firebase cloud ...
0 votes
1 answer
428 views
Receiving the push even when push is disabled with SFMC SDK
In my react-native mobile application I've integrated push notification via this library. https://github.com/salesforce-marketingcloud/react-native-marketingcloudsdk . However, I used .disablePush() ...
-1 votes
2 answers
541 views
How to Send mobilepush for specific contactkey or an email
I've integrated Salesforce Marketing Cloud Mobile Push in my react-native app. When user logged in I'm setting a contact key. When I looked in the platform, the specific deviceId is being shown with ...