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?
Views
Replies
Total Likes
What are you getting stuck on?
Views
Replies
Total Likes
I have added the dependency code in build.gradle file, and I was stuck on adding the Initialization code into the app.
Views
Replies
Total Likes
@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
Views
Replies
Total Likes
Sure will try this method. But where to get the config Id
Views
Replies
Total Likes
Hello @PadmajaS ,
Follow this documentation : https://developer.adobe.com/client-sdks/home/
Thanks
AJODev
Views
Replies
Total Likes
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).
Views
Replies
Total Likes
Hello @PadmajaS ,
Here is the react Native documentation : https://developer.adobe.com/client-sdks/home/current-sdk-versions/#react-native
Github code : https://github.com/adobe/aepsdk-react-native#installation
Thanks
AJODev
Hi @AJODev ,
I have cloned the repo that you shared. I have doubts about where to add the initialization code in the cloned project
Views
Replies
Total Likes
Views
Replies
Total Likes