How to Get Adobe Marketing Cloud ID (MCID) in React Native with Adobe Mobile AEP SDK?
I'm using the Adobe Mobile AEP SDK in a React Native app and trying to retrieve the Adobe Marketing Cloud ID (MCID).
Currently, when I test it using app.mcid, I’m getting the literal string: app.mcid = "adobe-marketing-cloud-id"
I'm not sure if I'm accessing the correct method to retrieve the actual MCID, or if something is misconfigured.
Can someone guide me on the correct way to get the real MCID using the AEP SDK in React Native? Also, is "adobe-marketing-cloud-id" just a placeholder or default value?
Any help would be appreciated. Thanks!