Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (18 loc) · 2.1 KB

c-mob-privacy-gdpr-android.md

File metadata and controls

33 lines (18 loc) · 2.1 KB

Privacy and General Data Protection Regulation overview

Experience Cloud Mobile SDKs provide General Data Protection Regulation (GDPR)-ready APIs for Controllers that allow users to retrieve locally stored identities and set opt status flags for data collection and transmission.

New Adobe Experience Platform Mobile SDK Release

Looking for information and documentation related to the Adobe Experience Platform Mobile SDK? Click here for our latest documentation.

As of September 2018, we released a new, major version of the SDK. These new Adobe Experience Platform Mobile SDKs are configurable through Experience Platform Launch.

Overview

Important: GDPR is supported only in Mobile SDK version 4.16.0 or later.

When Adobe provides software and services to an enterprise, Adobe acts as a data processor for any personal data it processes and stores as part of providing these services. As a data processor, Adobe processes personal data in accordance with your company’s permission and instructions (for example, as set out in your agreement with Adobe).

As a data controller, you can use Adobe Mobile Services SDKs to support GDPR retrieve and delete requests from your mobile apps.

For the Adobe Mobile SDK portions of your mobile apps, you can use the following settings and methods:

  • To retrieve data from the SDKs, and send this data to your servers, use the getAllIdentifiersAsync method.

    For more information, see Retrieving Stored Identifiers.

  • To set your opt status and help you with a GDPR data deletion request, use the following settings:

    • privacyDefault
    • setPrivacyStatus

    For more information, see Setting the User's Opt Status.