This information helps you retrieve locally stored, Experience Cloud SDK identities from your iOS app and with GDPR data access requests.
For more information about GDPR, see GDPR and Your Business.
The getAllIdentifiersAsync
method retrieves identities that are stored in the Experience Cloud SDKs. You must call this method before the user opts-out.
Experience Cloud SDK identities (as applicable) are locally stored and returned in a JSON string, which might contain:
Here is an example of the ADBMobile getAllIdentifiersAsync
method in iOS:
[ADBMobile getAllIdentifiersAsync:^(NSString * _Nullable content){
NSLog(content)
}]