An Architect needs to update mobile data collection to comply with company and legal guidelines (GDPR, CCPA). The Architect discovers the Android version of their mobile application tracks the latitude, longitude, and iBeacon dat
a. Tracking specific geographic data is now considered out of compliance with company guidelines, and must be updated.
Which call must be removed?
Business Requirement: Ensure compliance with GDPR and CCPA by updating mobile data collection practices.
Tracking Methods:
getGeoCoordinates: Retrieves geographical coordinates but is typically not the method used for tracking purposes.
trackState: Tracks the state of the application and user interaction.
trackAction: Tracks specific user actions within the application.
trackLocation: Explicitly tracks geographic location data, including latitude, longitude, and iBeacon data.
Explanation:
trackLocation: Must be removed to comply with regulations as it directly tracks and transmits geographic location data.
Verification: According to Adobe Mobile Services documentation, removing the trackLocation call ensures compliance with data protection regulations by eliminating the collection of sensitive geographic data (Adobe Mobile SDK Guide).
Karol
6 days agoRasheeda
11 days agoMagda
16 days agoQuiana
21 days agoMarci
26 days agoHarley
1 month agoAnnalee
1 month ago