Download and privacy analysis of iOS and Android apps at scale.
The development of PlatformControl was led by Konrad Kollnig from the Computer Science Department, University of Oxford.
The above figure shows a schematic overview of how this repository was used in a past research paper. For details, please see the corresponding publication: Are iPhones Really Better for Privacy? A Comparative Study of iOS and Android Apps
This project has multiple parts:
- https://github.com/OxfordHCC/xray-archiver-android-ios - To explore what iOS and Android apps are on the app stores, and also for the download of Android apps, as well as a high level analysis of iOS and Android apps (permissions, mainly).
- https://github.com/OxfordHCC/platformcontrol-token-dispenser - Required for the downloading of Android apps at scale.
- https://github.com/OxfordHCC/platformcontrol-ios-downloader - To download iOS apps at scale from the App Store.
- https://github.com/kasnder/platformcontrol-android-ios-analysis - For the analysis of tracking libraries and contacted tracking domains, for both iOS and Android
- https://github.com/OxfordHCC/JustTrustMe - To disable certificate pinning in Android apps
We've already published:
- our dataset of iOS tracker libraries: https://github.com/kasnder/platformcontrol-android-ios-analysis/blob/main/data/ios_signatures.json
- our database of tracking domains, and the networks of companies and the jurisdictions behind: https://github.com/OxfordHCC/tracker-control-android/blob/master/app/src/main/assets/xray-blacklist.json
We're currently in the process of making more data available.
As a sub project of PlatformControl, TrackerControl is an indepedent and somewhat popular Android app to privacy analysis and control. It contains some of the core analysis functionality of PlatformControl (though by far not all of it), conducting both network traffic and tracker library analysis.
You can find TrackerControl at https://trackercontrol.org/.
Download directly here, from F-Droid, or a feature-reduced version from Google Play.
If you use this project as part of your academic studies, please kindly cite the below articles:
@article{kollnig2022_iphone_android,
title={Are iPhones Really Better for Privacy? A Comparative Study of iOS and Android Apps},
author={Konrad Kollnig and Anastasia Shuba and Reuben Binns and Max Van Kleek and Nigel Shadbolt},
year={2022},
journal={Proceedings on Privacy Enhancing Technologies}
}
@article{kollnig_before_2021,
title = {Before and after {GDPR}: Tracking in Mobile Apps},
shorttitle = {Before and after {GDPR}},
author = {Kollnig, Konrad and Binns, Reuben and Van Kleek, Max and Lyngs, Ulrik and Zhao, Jun and Tinsman, Claudine and Shadbolt, Nigel},
year = {2021},
journaltitle = {Internet Policy Review},
volume = {10},
number = {4},
issn = {2197-6775},
doi = {10.14763/2021.4.1611}
}
@inproceedings {kollnig2021_consent,
author = {Konrad Kollnig and Reuben Binns and Pierre Dewitte and Max Van Kleek and Ge Wang and Daniel Omeiza and Helena Webb and Nigel Shadbolt},
title = {A Fait Accompli? An Empirical Study into the Absence of Consent to Third-Party Tracking in Android Apps},
booktitle = {Seventeenth Symposium on Usable Privacy and Security ({SOUPS} 2021)},
year = {2021},
isbn = {978-1-939133-25-0},
pages = {181--196},
url = {https://www.usenix.org/conference/soups2021/presentation/kollnig},
publisher = {{USENIX Association}},
month = aug,
}