Hello everyone,
I am migrating the old SDK to the AEP sdk. With the old SDK we implemented Adobe Mobile Service and share with Mobile App the ADBMobileConfig.json.
In this file ADBMobileConfig.json.I have the parameter acquisition with appid.
"acquisition": {
"server": "c00.adobe.com",
"appid": "c8bb7175f1XXXXXX"
},
My question is, If I install Adobe Mobile Service extension, which appId shall I use ?The app id is generated by Adobe Launch?
Thanks