Mobile SDK implementation help | Community
Skip to main content
New Participant
April 22, 2025

Mobile SDK implementation help

  • April 22, 2025
  • 3 replies
  • 1506 views

We are doing a fresh Mobile SDK implementation for IOS and Android.

I am following the steps here but feel like something is missing (https://experienceleague.adobe.com/en/docs/platform-learn/implement-mobile-sdk/overview)

Is anyone aware of any tutorials, additional documentation, videos, or helpful tips for this?

3 replies

Jennifer_Kunz
New Participant
April 23, 2025

The documentation for mobile tracking can be a bit spread out. You linked to a tutorial, but https://developer.adobe.com/client-sdks/home/getting-started/get-the-sdk/ has some other details (and if you're on React Native, there's a whole different set of docs to keep in mind). 

New Participant
May 14, 2025

Hi @jennifer_kunz ,

 

Can you share the mobile SDK documentation for React Native apps?

New Participant
May 14, 2025
New Participant
April 23, 2025

@bertbru  try to add edge datastream Id manually in your app.

example:

Map<String, Object> config = new HashMap<>();
config.put("edge.configId", " Add config Id");
MobileCore.updateConfiguration(config);

 

Thanks

AJODev

New Participant
May 22, 2025

Sure will try this method. But where to get the config Id

New Participant
May 22, 2025

Hello @padmajas ,

 

Follow this documentation : https://developer.adobe.com/client-sdks/home/

 

Thanks

AJODev

Rudi-Shumpert
Employee
April 23, 2025

What are you getting stuck on?

New Participant
May 22, 2025

I have added the dependency code in build.gradle file, and I was stuck on adding the Initialization code into the app.