What is the checklist to launch an app on the App Store and Google Play?
The checklist to launch an app is a sequenced set of gates you clear before, during, and after submission: developer accounts and legal verification, a build that meets each store's 2026 SDK and API targets, complete privacy disclosures, a polished store listing, a passing review, and a staged rollout with monitoring. Miss any one of them and your release stalls in review or gets pulled after going live.
Launching is not a single "submit" button. It is two parallel pipelines โ Apple's App Store Connect and Google's Play Console โ each with its own account rules, technical minimums, and content policies. Below is the working checklist we run for every mobile release, grouped by phase, with the specific 2026 requirements that trip teams up.
What do you need in place before you can submit at all?
Account and legal setup is the slowest part to fix under deadline pressure, so start here weeks ahead of your target date.
- Apple Developer Program โ an active enrolment (USD 99/year). Organisations must verify with a D-U-N-S number, which can take days to issue if you don't already have one.
- Google Play Console โ a developer account (USD 25 one-time). Since 2023, new personal accounts face extra hurdles; a verified organisation account (registered legal entity plus D-U-N-S) is worth the effort because it exempts you from Google's closed-testing gate described below.
- Identity and D-U-N-S verification โ both stores now require verified developer identity. For a EU, UAE, or India company launching under a brand, get the legal entity name, address, and contact verified early.
- Legal documents โ a hosted privacy policy URL (mandatory on both stores), terms of service, and a support URL/email that resolves.
- Bundle ID / package name registered, plus signing set up: Apple certificates and provisioning profiles, and Google Play App Signing with an upload key.
If you're still costing this out, our breakdown of mobile app development cost in 2026 covers account fees, store-readiness work, and the post-launch line items most budgets forget.
What are the 2026-specific rules you can't skip?
These are the requirements that changed recently and cause the most last-minute rejections this year.
- Apple SDK minimum โ from 28 April 2026, every build uploaded to App Store Connect must be compiled with the iOS/iPadOS 26 SDK or later (and the matching 26-series SDKs for watchOS, tvOS, and visionOS). An older Xcode toolchain will be rejected at upload.
- Google target API level โ from 31 August 2026, new apps and updates must target Android 16 (API level 36) or higher. An extension to 1 November 2026 can be requested if you need it.
- Apple Privacy Nutrition Labels + privacy manifests โ declare every data type you and your third-party SDKs collect. Common SDKs must ship a privacy manifest and be signed; missing manifests now block submission.
- Google Data safety form โ required for any app on a closed, open, or production track. Only internal-testing-only apps are exempt. It must match what your code and SDKs actually do.
- Google closed-testing gate โ personal accounts must run closed testing with at least 12 testers for 14 consecutive days before requesting production access. Verified organisation accounts are exempt โ one more reason to register as a company.
- Apple Accessibility Nutrition Labels โ you can now declare which accessibility features your app supports on the product page. Not blocking yet, but expected by reviewers and increasingly by buyers.
How do App Store and Google Play submissions differ?
The two stores overlap in spirit but differ in nearly every mechanical detail. Plan for both, not one-then-the-other.
| Item | Apple App Store | Google Play |
|---|---|---|
| Account fee | USD 99 / year | USD 25 one-time |
| Build format | .ipa via Xcode / Transporter | .aab (Android App Bundle) |
| 2026 build target | iOS 26 SDK (from 28 Apr 2026) | API 36 / Android 16 (from 31 Aug 2026) |
| Privacy disclosure | Privacy Nutrition Labels + manifests | Data safety form |
| Review | Human review, ~24โ48h typical | Mixed automated + human, hours to days |
| Pre-launch testing | TestFlight (internal + external) | Internal / closed / open tracks |
| Rollout control | Phased release (7-day) | Staged rollout (% of users) |
What goes into a store listing โ the ASO checklist?
Your listing is both a conversion asset and a ranking signal, so treat store optimisation as a launch deliverable, not an afterthought. Work through this ASO checklist for each store:
- App name and subtitle/short description โ front-load your primary keyword within the character limits (Apple: 30-char name, 30-char subtitle; Google: 30-char title, 80-char short description).
- Keyword field (Apple) and long description (Google) โ Apple uses a hidden 100-character keyword field; Google indexes the full description, so write it for humans and crawlers.
- Screenshots and app preview video โ supply the required sizes for every device class. Caption the first two screenshots with your core value proposition; most users never scroll past them.
- Icon โ final, high-resolution, no placeholder art, consistent with in-app branding.
- Category, age/content rating, and localisation โ complete Apple's age rating questionnaire and Google's IARC rating. Localise metadata for your priority markets in Europe, the UAE, and India.
- Export compliance and content rights โ answer Apple's encryption/export questions and confirm you hold rights to all assets.
Why do apps get rejected, and how do you avoid it?
Most first-attempt rejections come from a short list of avoidable causes. Pre-flight against these:
- Privacy mismatches โ your declared data collection doesn't match what the app or an SDK actually does. Audit your SDKs and network calls before you fill the forms.
- Broken or gated demo โ reviewers can't reach core functionality. Provide working test credentials, a demo account, and notes in the review information field.
- Incomplete functionality โ placeholder screens, dead links, or "coming soon" content read as an unfinished app.
- Crashes and performance โ a single crash on the reviewer's device is an instant bounce. Test on current OS versions and real hardware.
- Payments and policy โ using anything other than the store's billing for digital goods, or missing account-deletion flows now required by both stores.
- Metadata issues โ keyword stuffing, competitor names, or screenshots that misrepresent the app.
A clean build helps, but so does realistic scheduling. If review buffers and a testing window aren't in your plan yet, see how we phase timelines in how long it takes to build a mobile app โ the last two weeks are almost always store readiness, not coding.
What does the release process look like, step by step?
Run this ordered sequence for a controlled launch rather than a big-bang submit:
- Freeze the build and bump version/build numbers on both platforms.
- Internal QA on TestFlight and Play internal testing โ smoke-test critical paths on current OS versions.
- Closed/external testing โ TestFlight external and, for Google personal accounts, the 12-tester / 14-day closed track.
- Complete compliance โ Privacy Nutrition Labels, privacy manifests, Data safety form, ratings, export compliance.
- Finalise the listing โ metadata, screenshots, localisations, support and privacy URLs live.
- Submit for review on both stores; monitor App Store Connect and Play Console for reviewer messages daily.
- Stage the rollout โ Apple phased release and Google staged rollout so a bad build reaches only a fraction of users first.
- Monitor day-one โ crash-free rate, reviews, and store-console vitals; keep a hotfix build ready.
Deciding between native and a lighter path can also change this whole checklist โ our comparison of PWA vs native apps in 2026 is worth a read if you're weighing store distribution against the open web before you commit.
How ILMTEC helps
Store launches fail on the boring details โ an expired D-U-N-S, a missing privacy manifest, a data-safety form that contradicts an analytics SDK. ILMTEC ships mobile products in fixed six-week cycles and treats submission as part of the build, not a hand-off: we set up signing and accounts, align the build to each store's 2026 SDK and API targets, complete the privacy and safety disclosures, and run the review and staged rollout with you. If you want the full launch handled end to end, or just a pressure-test of your own release plan against this checklist, our mobile app development team can take it from build to both stores.