Hello Marketo Support Team,
I am experiencing an issue with initializing the MarketoSDK in my Android project. I have followed the configuration instructions provided in the Marketo React Native SDK Documentation but encountered the following error when running the project:
Error Message: Failed to initialize MarketoSDK 0.8.12
Exception Type: IOException
Steps Taken:
Additional Information:
Logs: failed to initialize MarketoSDK 0.8.12 IOException
Could you please assist in diagnosing and resolving this issue? If additional information is needed or if there are specific troubleshooting steps I should follow, please let me know.
Solved! Go to Solution.
I have investigated the issue with initializing the MarketoSDK in the RNMarketoModule.kt file and identified a mismatch in the function parameters of initializeSDK.
Issue Details:
Solution:
To resolve this issue, update the initializeSDK function in RNMarketoModule.kt as follows:
I have investigated the issue with initializing the MarketoSDK in the RNMarketoModule.kt file and identified a mismatch in the function parameters of initializeSDK.
Issue Details:
Solution:
To resolve this issue, update the initializeSDK function in RNMarketoModule.kt as follows: