Ask HN: What would happen to your project if you unexpectedly died?
I work on an iOS app by myself, and it's been picking up some traction.
I'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.
I'd like to form a contingency plan to ensure my users could at least get updates for new OS's and my family could continue to get the revenue. However, I don't have any close friends who do iOS development, and I'm not sure whom to trust with my code and keys.
Has anyone else ever had to solve this type of problem?
3 comments
[ 3.2 ms ] story [ 19.1 ms ] threadIf 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.
Bring someone in your family into your project. Teach them. They don'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.
Interesting idea about bringing someone in the family up on it. I could at least leave instructions about how to log in and publish.
When I die, anyone will fork my one-man projects, and I expect my "team" project to be taken over by one of them. If not, again, anyone will be able to fork it.