Hi,
Can AEP mobile SDK use launch configurations from 2 experience cloud orgs? We have the following setup
Global Org - AEP, Analytics, Target
Regional Org - AEP, Target
We would like to send the mobile interaction data to Analytics in the global instance and AEP in the regional instance. Currently mobile core is configured with appid specific to Launch under the global instance.
//MobileCore.configureWithAppID("global_environment_id");
We would like to configure Mobile core against the regional instance as well.
//MobileCore.configureWithAppID("<regional_environment_id>");
Is this supported? If not, is there any other way of sending interaction data to multiple orgs using AEP Mobile SDK.
TIA