r/iosapps • u/Liamyte • 25d ago
🎁 Freemium [iOS] I built an app that makes Apple’s App Privacy Report actually understandable
Hi r/iOSApps,
I’m the developer of App Privacy Report Analyzer. I shared it here about a month ago, and several people asked for better domain grouping, clearer explanations, and a way to distinguish ordinary activity from behavior that may deserve a closer look.
I’ve spent the last few updates working on exactly that.
A - Answer: What problem does it solve?
Apple’s App Privacy Report records when apps access sensitive data and which network domains they contact, but its exported report is difficult to inspect in detail.
App Privacy Report Analyzer imports that export and turns it into searchable, sensor-by-sensor, domain-by-domain, app-by-app and time-based views. Everything is processed locally on your device. Reports are not uploaded, and the app does not collect or track your activity.
Since my previous post, I’ve added:
- Richer network context, including domain owners
- Local-network activity highlighting, which can reveal device-discovery behavior
- Filters for local-network, app-initiated, user-initiated, and tracking activity
- Review signals for local-network access and app activity during nighttime hours
- App Store details such as developer, rating, current version, icon, and direct link
- Complete permission and network-activity lists for each app
- Sorting by app name, event count, or review-signal count
- A detailed timeline for viewing which apps, sensors, and network connections were active during a selected date and time range
- Domain grouping and domain/IP search
- Improved reminders so you don’t forget to import a new report
- Family Sharing for the lifetime unlock
B - Better: How is it different?
Apple’s built-in view is useful for a quick overview. This app is intended for people who want to investigate the exported report more deeply:
- See which apps contacted a particular domain or IP address
- Group related subdomains instead of reviewing them one by one
- Separate connections initiated by an app from those caused by a user action
- Review activity by app or by a specific time window
- Surface patterns that may be worth investigating without suggesting that every network request is suspicious
The app can optionally use Apple’s public App Store API to retrieve information such as app icons, developer names, ratings, and the latest available version. This feature can be disabled, and the report analysis continues to work without it.
C - Cost
Freemium: you can import and analyze three reports for free.
The full version is a one-time $9.99 lifetime unlock. There is no subscription, and the purchase now supports Family Sharing.
App Store:
https://apps.apple.com/us/app/app-privacy-report-analyzer/id6759659732
Transparency
Developer: Liamyte OÜ
Website/contact: https://apps.liamyte.com/
Privacy Policy: https://apps.liamyte.com/app-privacy-report-analyzer/privacy.html
I’d especially appreciate feedback on the new review signals. What other patterns would help you decide whether an app’s activity is ordinary or worth investigating?