Mobile SDK implementation help | Community
Skip to main content
Level 2
April 22, 2025
Question

Mobile SDK implementation help

  • April 22, 2025
  • 3 replies
  • 1542 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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

Rudi-Shumpert
Adobe Employee
Adobe Employee
April 23, 2025

What are you getting stuck on?

Level 3
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.

Level 4
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

Level 3
May 22, 2025

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

Level 4
May 22, 2025

Hello @padmajas ,

 

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

 

Thanks

AJODev

Jennifer_Kunz
Adobe Champion
Adobe Champion
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). 

Level 3
May 14, 2025

Hi @jennifer_kunz ,

 

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

Level 4
May 14, 2025