TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What would happen to your project if you unexpectedly died?

5 pointsby rooster8over 11 years ago
I work on an iOS app by myself, and it&#x27;s been picking up some traction.<p>I&#x27;m the only person who has the source code, and I have the only copy of the key needed to publish to the App Store. I encrypt my hard drives. It occurs to me that if anything ever happened to me, simple updates to keep it working with new OS versions would be impossible.<p>I&#x27;d like to form a contingency plan to ensure my users could at least get updates for new OS&#x27;s and my family could continue to get the revenue. However, I don&#x27;t have any close friends who do iOS development, and I&#x27;m not sure whom to trust with my code and keys.<p>Has anyone else ever had to solve this type of problem?

2 comments

a3nover 11 years ago
Technical executor will probably become a thing in the coming years.<p>If you want your family to get the revenue after you pass, then it would take a very rare and altruistic outsider to keep that going for little to no return.<p>Bring someone in your family into your project. Teach them. They don&#x27;t have to start on code, they could help you with administration of your app store account, or documentation. Eventually they should learn how to code, or at least to maintain your app. But they should learn where everything is and how it all fits together as soon as possible.
评论 #6553036 未加载
ozhover 11 years ago
Everything I work on is open sourced. Most projects are maintained by me only, one of them gathered a small team around me.<p>When I die, anyone will fork my one-man projects, and I expect my &quot;team&quot; project to be taken over by one of them. If not, again, anyone will be able to fork it.