What to Do When Your App Developer Disappears
What to do when your app developer disappears — the 48-hour checklist for what you own, what to check first, and how to get the app moving again.
Here is what to do when your app developer disappears: stop guessing and start checking what you actually own, in a specific order, before you do anything else. Panic-hiring a replacement on day two is the second most expensive mistake a founder makes in this situation — the first is not knowing, three weeks in, whether the codebase you paid for even exists somewhere retrievable. If your developer stopped responding this week, the next 48 hours matter more than the next month.
The First 48 Hours: What to Check Before You Panic
The founders who recover fastest from an app developer going silent all did the same three checks before sending a single angry email. First: do you have write access to the GitHub or GitLab repository, under your own organisation, not the developer's personal account? Second: is App Store Connect and Google Play Console access under an account you control? Third: what is the last commit date, and does it match what you were told was built?
Answering these three questions in the first two days is what to do when your app developer disappears — not because it fixes anything, but because it tells you which of three situations you are actually in. Everything downstream depends on this audit happening before you react emotionally to a developer stopped responding for the fourth day running.
What You Actually Own (And How to Prove It)
The second step in figuring out what to do when your app developer disappears is proving ownership, not assuming it. Most founders discover, during this audit, that they own less than they assumed. In my experience, the single most common failure is not a missing repository — it's release-pipeline access. The codebase sits in a private repo the founder can technically see, but App Store Connect is tied to the developer's personal Apple ID, and Google Play Console was never transferred at all.
Boyfi and Hairly are the counterexample worth naming: both had the repo in the founder's GitHub organisation and the release pipeline — App Store Connect, Google Play Console — owned by the founder from commit one. When an engineer on either project was unreachable for a stretch, it was an inconvenience, not a crisis, because ownership had never been ambiguous. That distinction, decided months before anyone disappeared, is what determines whether this article applies to you as an emergency or as due diligence.
If you don't have this yet, mobile developer contract clauses like repo-from-commit-one and store access assigned to the founder's account exist precisely to prevent the situation you're in now — worth reading once you're through the immediate crisis.
Reading the Signals: Three Scenarios, From Recoverable to Rebuild
Once the ownership audit is done, what to do when your app developer disappears comes down to which of three scenarios you're actually in. Knowing which one narrows everything that follows.
- Fully recoverable. Repo is in your org, store accounts are yours, the last commit is recent and matches what you were shown. An app developer went silent, but nothing you own is at risk — you can brief a new engineer to continue immediately.
- Partially recoverable. You have the repo but not release access, or you have both but the last commit is weeks old and doesn't match the demo you saw. This is the most common scenario, and it's fixable — usually within a few days of focused work, not weeks.
- Rebuild territory. No repo access, no store access, and no way to verify what exists. Rare, but it happens. This is the only scenario where starting over is genuinely the faster path.
Most situations that feel like scenario three on day one turn out to be scenario two once someone actually checks. Don't assume the worst case before you've done the audit above.
When to Keep Trying to Reach Them — and When to Cut the Line
Part of what to do when your app developer disappears is deciding, deliberately, how long to keep trying before you move on. A mobile app developer unresponsive for a week is not automatically an engagement that's over — "developer ghosted my project" is the panic framing, and it's usually premature on day three. People go quiet for reasons that have nothing to do with abandoning the project — a family emergency, a health issue, a second client eating their bandwidth badly. Give it 5-7 business days of documented, escalating attempts (email, then phone, then a written notice referencing the contract) before you treat the silence as final.
What changes the calculation: if your contract has a symmetric exit ramp and a defined notice period — the kind of language covered in the mobile developer contract clauses founders miss before signing — you already know what happens next and when. If it doesn't, you're negotiating from a weaker position, and that's worth knowing early rather than discovering it during a dispute.
How to Take Over a Codebase From a Previous Developer
Learning how to take over a codebase from a previous developer is a specific, boundable piece of work — not a full rebuild, even though it feels that way from the outside. A competent engineer coming in cold needs to answer four questions before touching a line: what's actually wired up versus stubbed out, what the dependency graph looks like, whether the data model matches what the app claims to do, and what's missing entirely versus what's just unfinished.
In my experience, this audit used to take a new engineer one to two weeks of unbilled discovery time before they could honestly tell you what you were paying for. An AI-assisted read-through of an unfamiliar repository — dependency graph, commit history, what's actually functional — now typically compresses that into a day or two of focused engineering time. The audit stops being the expensive part; it becomes a fast, honest verdict you can act on.
I've taken over codebases where the App Store Connect account was on the missing developer's personal Apple ID, the repo lived on a local machine with no remote pushed in six weeks, and the only proof of progress was a Loom video from a month earlier. In nearly every one of those cases, the actual code loss was smaller than the founder feared going in — the access loss was the real damage, and it's recoverable with enough patience and, sometimes, an Apple Developer Program support ticket.
Briefing Whoever Picks It Up Next
The last piece of what to do when your app developer disappears is briefing the replacement well enough that they don't waste your money re-discovering what you already know. Whoever takes over needs three things from you on day one, and none of them are "just make it work": the audit findings from the section above, the original brief or spec if one exists, and honest access to whatever communication history you have with the previous developer — Slack, email, commit messages. Withholding the messy parts to save face slows the takeover down; the new engineer needs the full picture to scope accurately.
Ask for a written audit-and-continue plan before authorizing full-speed work: what exists, what's missing, what needs to be rebuilt versus finished, and a rough timeline. This is the moment to apply the same scrutiny how to hire a mobile developer without getting burned recommends for any hire — a reference check and a live-problem test matter more here, not less, because you can't afford to repeat the disappearance with a second person on a stalled project.
How to Make Sure This Never Happens Again
Once the immediate fire is out, the fix belongs in the contract for whoever you hire next: repo-from-commit-one, release-pipeline access under your account, and a defined handover artefact list — README, architecture decision records, a runbook — that exists whether or not the engagement ends cleanly. Knowing what to do when your app developer disappears is a recovery skill; the contract clauses above are what make it a non-issue the second time. None of that guarantees a developer never goes quiet again. It guarantees that if they do, it's an inconvenience instead of the emergency this article was written to answer.
What to Do Next
If you're searching for what to do when your app developer disappears because it's happening to you right now, the checklist above is the order to run it in — access, then commit history, then the honest scenario you're actually in. If the answer is that you need to hire someone to finish my app without restarting from zero, that's an audit-and-continue engagement, not a rebuild — tell me about your project or see the engagement model for taking over an existing codebase.