Comparing Privacy Label Disclosures of Apps Published in Both the App Store and Google Play Stores

Published in 2023 IEEE European Symposium on Security and Privacy Workshops (EuroS&PW), 2023

Abstract

Google and Apple introduced privacy labels in 2022 and 2020 respectively to improve transparency around data collection practices in mobile apps. This paper compares privacy label disclosures across 822 apps published in both ecosystems, highlighting significant inconsistencies.

The study identifies a 66.5% discrepancy rate between Android and iOS labels for the same apps, with only 3.2% fully consistent. The team developed methods to map labels, match apps across stores, and use static analysis to compare disclosures with actual code behavior.

Static analysis of 560 Android apps revealed that 44.3% request access to sensitive data (e.g., location) not disclosed in their privacy labels, raising concerns about the reliability of developer-reported data practices.

Key Contributions

  • 📊 Mapping between Android and iOS privacy label data categories and practices.
  • 📱 Matched and analyzed 822 apps available in both app stores.
  • 🧪 Static analysis of 560 Android apps revealed widespread underreporting of data collection.
  • ⚠️ Only 3.2% of apps consistently disclosed data collection practices across both platforms.
  • 🛠️ Developed a toolchain combining Selenium, BeautifulSoup, and SVMs to automate label scraping and validation.

👉 Read the full paper

Recommended citation: D. Rodriguez, A. Jain, J.M. Del Alamo, N. Sadeh. "Comparing Privacy Label Disclosures of Apps Published in Both the App Store and Google Play Stores." IEEE EuroS&P Workshops 2023. https://doi.org/10.1109/EuroSPW59978.2023.00022
Download Paper