Go developer building a Claude Code profile manager hit Apple’s $99/yr signing paywall, broken webcam ID verification, and Gatekeeper quarantine just to ship a niche utility.
Key Takeaways
Apple Developer Program costs $99/yr – uneconomical for a pay-what-you-want Itch.io tool targeting ~24 users at $7 asking price.
Gatekeeper quarantines unsigned binaries even when shared via Nextcloud to yourself; workaround requires terminal xattr or Security settings approval.
Apple’s ID verification webcam flow failed repeatedly on an M1 MacBook Air; only the iPhone app succeeded on the first attempt.
Homebrew is a free distribution path but removes any ability to charge, even a nominal amount.
The author draws contrast with Baltic eID infrastructure (SmartID, eParaksts) that handles identity verification in seconds vs. Apple’s broken multi-step enrollment.
Hacker News Comment Review
Commenters offer two practical bypasses: notarizing the binary and stapling the receipt to the app bundle eliminates the Gatekeeper warning entirely without requiring user terminal intervention.
For semi-technical audiences, the Settings > Security approval flow is considered acceptable friction, though not suitable for general consumers.
Notable Comments
@dcrazy: Notarization with a stapled receipt avoids Gatekeeper entirely – a cheaper path than the author realized if enrollment is already paid.