Project ideas from Hacker News discussions.

Tell HN: An app is silently installing itself on my iPhone every day

📝 Discussion Summary (Click to expand)

Top 3 Themes from the discussion

Theme Supporting quote
1️⃣ Silent reinstallation of Headspace despite “automatic download” being turned off x-: “It just appears on my homescreen””
2️⃣ Possible MDM / enterprise policy interference “bastawhiz: “Do you have MDM enabled on your device?””
3️⃣ iCloud / backup residuals triggering a reinstall “1659447091: “Did you update iOS before it started happening? … sync files may be hidden, I set files to always show””

These three themes capture the most common lines of speculation in the thread: an unexplained iOS behavior, the role of device‑management policies, and the influence of iCloud/backup syncing on app installation.


🚀 Project Ideas

SilentAppDetect

Summary

  • Detects unexpected silent app installations on iOS devices and sends real‑time alerts.
  • Gives users visibility and control over hidden app installs.

Details

Key Value
Target Audience iOS power users, privacy‑concerned individuals, developers investigating Apple bugs
Core Feature Continuous monitoring of App Store download events, MDM profiles, iCloud sync, and automatic download settings; triggers notifications when an app appears without user action
Tech Stack Swift (iOS), CoreData, PushKit, backend Python/Flask, SQLite
Difficulty Medium
Monetization Hobby

Notes

  • HN commenters repeatedly asked for transparency about hidden installs; a tool that surfaces them would be highly valued.
  • Could aggregate reports from Reddit/forums to crowdsource diagnostics and build a community around the issue.

MDMInspect

Summary

  • Scans iOS devices for hidden MDM profiles and unauthorized app installations. - Generates a detailed report and remediation checklist.

Details

Key Value
Target Audience Enterprise IT admins, security researchers, privacy‑focused users
Core Feature Profile enumeration, hidden app detection, one‑click removal suggestions, exportable PDF report
Tech Stack React Native (cross‑platform), Node.js backend, Electron for desktop
Difficulty High
Monetization Revenue-ready: Subscription $5/mo per device

Notes- Many HN users speculated about MDM involvement; a dedicated scanner would answer that directly. - Potential integration with Apple’s MDM documentation could make it a go‑to reference for troubleshooting silent installs.

BackupAppGuard

Summary

  • Monitors iCloud Drive and device backups for orphaned app data that can resurrect uninstalled apps.
  • Alerts users when an app’s data reappears and offers to delete it permanently.

Details

Key Value
Target Audience iOS users who rely on iCloud sync, privacy‑savvy individuals
Core Feature Periodic scan of iCloud Drive containers, orphan file detection, one‑tap secure deletion, notification center widget
Tech Stack Swift, CloudKit, backend Go, PostgreSQL
Difficulty Low
Monetization Hobby

Notes

  • Several commenters suspected iCloud sync as the cause; a dedicated service would address that directly.
  • Could be marketed as a “privacy guardian” for iOS, appealing to the same audience worried about hidden app installations.

Read Later