깔끔한 인수인계와 지식 이전 계획
구매자나 새 유지 관리자가 필요로 하는 모든 내용을 문서화하고 패키징하고 이전해 인디 모바일 앱의 소유권이 원활하게 넘어가도록 하는 방법을 배웁니다.
깔끔한 인수인계와 지식 이전 계획은(는) CoddyKit의 무료 Indie Hacker Mobile Apps 강의입니다. 이것은 4개 중 4번째 강의입니다. 아래에서 전체 강의를 무료로 읽을 수 있으며, 내장 코드 에디터와 24/7 AI 튜터와 함께 브라우저에서 직접 실습할 수 있습니다. 이 강의는 Indie Hacker Mobile Apps 학습 경로의 일부이며, 진행 상황이 웹과 CoddyKit 앱에 동기화됩니다. Indie Hacker Mobile Apps 강의에는 총 4개의 강의가 포함되어 있습니다.
이 강의의 일부는 아직 번역되지 않았으며 영어로 표시됩니다.
Why Handover Matters
Whether you sell, hand off, or step back from an indie app, a clean handover protects the deal and your reputation.
- Buyers pay more for documented, low-risk assets
- New maintainers ship faster with clear context
- You avoid endless post-sale support calls
The Handover Inventory
Start with a complete inventory of every asset tied to the app.
- Source code repositories
- App Store & Play Console accounts
- Backend services, domains, certificates
- Third-party API keys and subscriptions
Documenting the Architecture
A one-page architecture overview answers: what runs where, and how data flows.
Keep it plain so a non-author can follow it.
# App Architecture
- Mobile: React Native (iOS + Android)
- Backend: Node API on Render
- DB: Postgres (Supabase)
- Auth: Firebase Auth
- Payments: RevenueCat -> App Store / PlayCredentials & Secrets
Never paste live secrets into plain docs. Use a secrets manager or a shared vault and transfer access at closing.
List which secrets exist and where they live, not the values.
# Secrets checklist (values in 1Password vault 'App Handover')
- APP_STORE_CONNECT_KEY
- PLAY_SERVICE_ACCOUNT_JSON
- OPENAI_API_KEY
- STRIPE_SECRET_KEYBuild & Release Runbook
Write a runbook so anyone can build and ship a release without you.
Include exact commands, signing steps, and store submission notes.
# Release runbook
yarn install
yarn build:ios
yarn build:android
# Upload .ipa via Transporter
# Upload .aab via Play Console internal trackTransferring Store Accounts
App Store and Play handle transfers differently.
- App Store: use App Transfer (no in-app purchase blockers, no pending agreements)
- Play: open a transfer request with both Console account emails
Domains, Email & Backend
Transfer infrastructure ownership cleanly.
- Move domains via registrar transfer codes
- Reassign cloud project billing
- Hand over DNS and email forwarding
Customer & Data Continuity
Users must not notice the change. Plan for:
- Support inbox migration
- Privacy policy / data controller update
- Push notification credentials transfer
A Handover Checklist Snippet
Track progress with a simple checklist you can run through with the buyer.
# Handover progress
[x] Repo access granted
[x] Store transfer initiated
[ ] Domain transfer code sent
[ ] Secrets vault shared
[ ] Runbook reviewed live on callTransition Support Window
Offer a bounded transition window (for example 30 days) of email support. Put it in writing so expectations are clear and your time is protected.
Closing the Loop
After transfer, revoke your own access to repos, accounts, and secrets. This protects both parties and finalizes the separation.
Quick Check
Test your understanding of clean handovers.
Recap
A clean handover de-risks any exit. You learned to build an inventory, document architecture, write a release runbook, transfer store/domain/backend ownership, protect secrets, offer a bounded support window, and finally revoke your own access.
자주 묻는 질문
“깔끔한 인수인계와 지식 이전 계획” 강의는 무료인가요?
네 — “깔끔한 인수인계와 지식 이전 계획” 전체 내용을 이 웹사이트에서 무료로 읽을 수 있습니다. 인터랙티브하게 실습하려면(내장 코드 에디터와 24/7 AI 튜터), CoddyKit PRO로 업그레이드하면 Indie Hacker Mobile Apps 강의 전체를 잠금 해제할 수 있습니다. Indie Hacker Mobile Apps 강의에는 총 4개의 강의가 포함되어 있습니다.
“깔끔한 인수인계와 지식 이전 계획”에서 뭘 배우나요?
구매자나 새 유지 관리자가 필요로 하는 모든 내용을 문서화하고 패키징하고 이전해 인디 모바일 앱의 소유권이 원활하게 넘어가도록 하는 방법을 배웁니다. 브라우저에서 직접 실행하는 실습 코드로 Indie Hacker Mobile Apps을(를) 배우며, 24/7 AI 튜터가 강의를 진행하면서 질문에 답변해줍니다.
Indie Hacker Mobile Apps을(를) 시작하는 데 경험이 필요한가요?
사전 경험은 필요하지 않습니다. CoddyKit의 Indie Hacker Mobile Apps은(는) 초급자부터 고급 학습자까지를 위해 구성되어 있으므로, 여기서 시작하거나 처음부터 시작할 수 있으며 자신의 속도대로 진행할 수 있습니다. 이것은 4개 중 4번째 강의입니다.
“깔끔한 인수인계와 지식 이전 계획” 강의는 얼마나 걸리나요?
대부분의 CoddyKit 강의는 약 5~10분이 소요됩니다. 각 강의는 간결하고 인터랙티브하여 꾸준한 진행이 가능하며, 웹과 앱에서 중단한 부분부터 바로 시작할 수 있습니다.
이 Indie Hacker Mobile Apps 강의에서 코드를 작성하고 실행할 수 있나요?
네. 모든 Indie Hacker Mobile Apps 강의에는 내장 코드 에디터가 포함되어 있으므로, 브라우저에서 바로 실제 코드를 작성하고 실행한 후 즉시 AI 피드백을 받을 수 있습니다 — 로컬 설정이 필요 없습니다.
이 강의의 모든 강의
- 레거시 앱 유지 관리 및 업데이트
- 새로운 모바일 기술 탐색
- 가치 평가, 인수 또는 확장
- 깔끔한 인수인계와 지식 이전 계획