Expand my Community achievements bar.

SOLVED

List of data stored on mobiles - Privacy and GDPR on SDK

Avatar

Level 1

Hello,

 

The legal team asks for the list of variables that are stored in the user's device. In the same way that a website has asked us for a list of cookies.

For websites, we can find the updated Adobe list at the following link: https://experienceleague.adobe.com/docs/core-services/interface/ec-cookies/cookies-privacy.html?lang...

 

We have the following questions:

- Is there a similar list for the SDK implemented in Apps?

- At a legal level, what should we inform the user about?

- What would be the technology equivalent to cookies for SDKs.

 

Thanks,

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee

Hi @albertm92 

 

The variables used by the Adobe Experience Platform Mobile SDK are persisted on the device in SharedPreferences (Android) or UserDefaults (iOS). If you are looking for the identifiers the AEP Mobile SDK persists depending on the extensions you have installed, please refer to https://aep-sdks.gitbook.io/docs/foundation-extensions/mobile-core/mobile-core-api-reference#retriev...

For more details see the Privacy and GDPR documentation available here https://aep-sdks.gitbook.io/docs/resources/privacy-and-gdpr

 

Thank you,

Emilia Dobrin

Adobe Experience Cloud

View solution in original post

2 Replies

Avatar

Correct answer by
Employee

Hi @albertm92 

 

The variables used by the Adobe Experience Platform Mobile SDK are persisted on the device in SharedPreferences (Android) or UserDefaults (iOS). If you are looking for the identifiers the AEP Mobile SDK persists depending on the extensions you have installed, please refer to https://aep-sdks.gitbook.io/docs/foundation-extensions/mobile-core/mobile-core-api-reference#retriev...

For more details see the Privacy and GDPR documentation available here https://aep-sdks.gitbook.io/docs/resources/privacy-and-gdpr

 

Thank you,

Emilia Dobrin

Adobe Experience Cloud

Avatar

Level 10
Do any of the answers below answer your initial question? If so, can you select one of them as the correct answer? If none of the answers already provided answer your question, can you provide additional information to better help the community solve your question?