Cygra / ios-app-privacy-report-reader

Load, analyze and display your iOS15 App Privacy Report locally.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS App Privacy Report Reader

This project runs totally locally, create a local sqlite to serialize the data, nothing will be uploaded or transfered.

backgrounds

Apple introduces a new feature in iOS 15 called Record App Activity.

how to get the report

To use the new security feature, go straight to the settings app of your iPhone, select the Privacy option, scroll down to the bottom, and click Record App Activity.

After which, toggle on the feature to start recording the activity of your installed apps.

Several days later, when you already have some records, go back to the same place in setting and click Save App Activity, you will get a file named like App_Pricy_Report_xxxxxxxxxxxxx.ndjson.

how to analyze the json

Put the json file in ./server then change the path in ./server/index.js.

(TODO: drag and drop the .ndjson directly on the page)

$ npm install
$ npm run start-server
$ npm run start

IMG_1409

About

Load, analyze and display your iOS15 App Privacy Report locally.


Languages

Language:JavaScript 68.8%Language:HTML 20.0%Language:CSS 11.2%