Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.36 KB

File metadata and controls

36 lines (23 loc) · 1.36 KB

Welcome to the AppPrivacy report reader

Get the Report file

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

Privacy friendly

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.

Export your report

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.

Visualise the data

Simply clone this repository and open the index.html file with yout favourite browser.

Examples

categories categories_app cate_time

License

See LICENSE