confirmedcode / Lockdown-iOS

GNU General Public License v3.0
886 stars 86 forks source link

Feature Request: Show which apps are are having connections blocked #97

Open MarkWieczorek opened 3 years ago

MarkWieczorek commented 3 years ago

Feature request:

It would be great to be able to tell which apps are having connects blocked. One way to do this would be to simply list the app name along with each entry in the log.

Related to this, it would be useful to have an option summarizing how many requests were blocked for each app.

Florian-Mahlberg commented 3 years ago

I am not a swift programmer so I could be completely wrong, but I don't think this would work. Lockdown works only over a VPN connection, so it creates a server that blocks x request. Apple won't give you information wich app requested that site. It would only work if lockdown is created for jailbroken iOS devices.

jgrisham commented 2 years ago

If a log export option ( https://github.com/confirmedcode/Lockdown-iOS/issues/107 ) was added to Lockdown, then that exported data could be combined by other tools with the json export file provided by the iOS 15 ”Record App Activity” / “App Privacy Report” to provide this sort of insight.

In the meantime, one can also bounce the actual blocklists off of the exported iOS 15 data.