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).
Weldon
2 days agoBrett
7 days agoKanisha
12 days agoCarmela
17 days agoJose
23 days agoPenney
28 days agoKarol
2 months agoRasheeda
2 months agoMagda
2 months agoQuiana
2 months agoMarci
2 months agoHarley
3 months agoAnnalee
3 months ago