On iOS15 there is a new functionality to spy apps that are sying on you: AppPrivacyReport.
The goal of this repo is to have a easy to read representation.
Apple may release something similar in the future, but there was not feature to visualize the data at launch
All the computation are made offline and no data is stored anywhere else than your computer. All the code is and will always be open-source.
Please, follow this instructions to export your report:
- Settings
- Privacy
- Record App Activity (Enable it if it is diabled)
- Save App Activity
Save your report .njson file somewhere and upload it on the index.html page.
Simply clone this repository and open the index.html file with yout favourite browser.
See LICENSE