Most first business apps fail store review for predictable reasons: they feel like a thin website wrapper, privacy paperwork is incomplete, or reviewers cannot log in and test the product. Before you submit, score your build on six readiness areas—app-like value, privacy disclosures, reviewer access, platform compliance, metadata accuracy, and stability—and only submit when the weak areas are fixed.
This article helps owners and operators decide whether an iOS or Android build is ready for App Store and Google Play review, what to fix first, and when it is smarter to keep shipping through a mobile website while the product matures.
Key takeaways
-
Apple expects apps to go beyond a repackaged website. Guideline 4.2 rejects thin wrappers that lack lasting utility.
-
Privacy is not optional paperwork. Apple requires an accessible privacy policy; Google Play requires a completed Data safety form and a privacy policy for published apps.
-
If login is required, reviewers need a working demo account or an approved demo mode, with live backend services.
-
Platform rules change on a schedule. As of August 31, 2026, Google Play requires new apps and updates to target Android 16 (API 36) for standard phone and tablet apps.
-
Use the Store Submission Readiness Scorecard below. A low score is a product decision, not a “try again tomorrow” issue.
Why store readiness is a business decision
Store rejection costs more than a delayed launch date. Each failed cycle burns calendar time, redesign work, and team morale—especially when the rejection points to product scope rather than a missing checkbox.
Apple’s App Review Guidelines state that submissions should be final, fully functional versions, tested on-device, with demo account details when login is required. Google Play’s Data safety section expects an accurate declaration of how your app—and every SDK inside it—collects and shares user data. Those rules are public. Treating them as last-minute developer chores is how launches stall.
If you are still choosing between native, cross-platform, and PWA approaches, resolve that distribution path first. This article assumes you already intend to ship through the public stores and need a go/no-go gate before you pay for review cycles.
The Store Submission Readiness Scorecard
Score each dimension from 1 to 5. A 1 means a likely blocker. A 5 means a reviewer can evaluate the product without guessing. Total the six scores for a maximum of 30.
|
Dimension |
What “ready” looks like |
Score 1–5 |
|
1. App-like value |
The product does more than load a marketing site. Users can complete a core job with native interaction, saved state, or device capabilities that justify an install. |
___ |
|
2. Privacy disclosures |
Privacy policy is live in metadata and inside the app. Permission purpose strings are specific. Google Play Data safety and Apple privacy nutrition details match real SDK behavior. |
___ |
|
3. Reviewer access |
Demo credentials or demo mode work without email verification. Backend APIs are online. Review notes explain non-obvious flows. |
___ |
|
4. Platform compliance |
Android target API meets current Play requirements. Privacy manifests and required-reason API declarations are present where Apple requires them. Payments and account deletion follow store rules when applicable. |
___ |
|
5. Metadata accuracy |
Screenshots show the app in use. Description matches shipped features. No placeholder text, broken support URLs, or marketing claims the binary cannot deliver. |
___ |
|
6. Stability and permissions |
Core paths work on a clean device, on slow networks, and after denying optional permissions. The app does not crash, loop, or dead-end when a permission is refused. |
___ |
How to interpret the total
-
6–14: Do not submit. You still have a product or policy blocker. Keep the mobile website as the customer path until the score rises.
-
15–22: Close specific gaps before review. Typical fixes: demo account, Data safety form, permission copy, or replacing a pure web-view shell with one durable native workflow.
-
23–30: Submission is usually justified once crash-free device testing is documented and review notes are written.
Any single dimension scored 1 or 2 should be treated as a stop condition, even if the total looks acceptable. Apple’s minimum-functionality bar and Google’s Data safety accuracy standard are not averaged away by strong screenshots.
What each dimension means in practice
1. App-like value
Apple Guideline 4.2 says an app should include features, content, and UI that elevate it beyond a repackaged website. Guideline 4.2.2 adds that, other than catalogs, apps should not primarily be marketing materials, advertisements, web clippings, content aggregators, or a collection of links.
For a business app, “app-like” typically means at least one durable job that benefits from being installed: appointment booking with push reminders, offline access to work orders, barcode scanning, saved loyalty status, or camera-based intake. A branded browser wrapper of your homepage usually scores low here, even if it looks polished.
2. Privacy disclosures
Apple Guideline 5.1.1 requires a privacy policy link in App Store Connect metadata and inside the app. The policy must identify what data is collected, how it is used, how third parties are handled, and how users can revoke consent or request deletion.
Google Play requires developers to complete the Data safety form for apps published on Play, including closed and open testing tracks, and to provide a privacy policy. You must account for collection and sharing performed by third-party SDKs, not only your own server calls. Incomplete or inaccurate declarations are a common late-stage blocker.
If your iOS build uses required-reason APIs or privacy-impacting third-party SDKs, Apple also expects privacy manifest and related declaration work to be complete before upload. Treat SDK inventory as a business-owned list, not an afterthought.
3. Reviewer access
Apple asks teams to provide App Review with full access. If the app includes account-based features, supply an active demo account or a fully featured demo mode, keep backend services live, and include any credentials or sample resources needed to exercise the product.
Guideline 2.1 is explicit: incomplete bundles, crashing binaries, placeholder content, and broken demo logins are rejection material. A business owner can validate this without reading code—create a fresh device profile, follow only the review notes, and confirm a stranger can reach the core workflow in under five minutes.
4. Platform compliance
Google Play’s target API policy is time-bound. Starting August 31, 2026, new apps and app updates for standard phone and tablet apps must target Android 16 (API level 36) or higher to be submitted, with form-factor exceptions documented by Google. Existing apps that remain below the availability threshold can lose discoverability for new users on newer Android versions.
If your Android release plan sits near that deadline, treat target SDK migration as a launch dependency, not a backlog item. An otherwise finished product that cannot be uploaded fails the readiness test.
5. Metadata accuracy
Apple expects screenshots to show the app in use, not only splash art or a login wall. Descriptions, support URLs, and in-app purchase disclosures must match what reviewers can actually open. Misleading marketing outside the store can also create enforcement risk.
A practical owner check: open your listing draft and your binary side by side. Every claim in the first three screenshots and the first two description paragraphs should be reproducible in the build within one minute.
6. Stability and permission resilience
Apple’s privacy rules expect purpose strings that clearly describe data use, and they discourage forcing unnecessary permissions. If a user declines location, photos, or notifications, the core job should still degrade gracefully when those permissions are optional.
Run three passes before submission: airplane-mode/slow network, deny-all optional permissions, and a cold install with the demo account. Any crash, empty state with no recovery, or forced permission wall on a non-essential feature lowers this score.
Worked example: neighborhood service booking app
Consider a hypothetical home-services company that wants a customer app for booking, reminders, and invoice history. The first build is mostly a web view of the existing booking site, with a logo splash screen and push permission requested on launch. There is no dedicated demo account. The Google Play Data safety form is unfinished because analytics and crash SDKs were added late.
A realistic scorecard might look like this:
-
App-like value: 2 — web wrapper with little lasting utility beyond the mobile site
-
Privacy disclosures: 2 — policy exists, but Data safety and SDK inventory are incomplete
-
Reviewer access: 1 — login requires SMS verification the reviewer cannot complete
-
Platform compliance: 3 — build targets a recent API, but privacy manifest review is unfinished
-
Metadata accuracy: 3 — screenshots show booking, yet copy promises offline job history that is not shipped
-
Stability and permissions: 2 — denying notifications breaks onboarding
Total: 13 / 30. Under the scorecard bands, this team should not submit. The higher-leverage fixes are a real native booking-and-reminder workflow, a permanent demo account, accurate Data safety entries, and removing the “deny notifications = dead end” path. Submitting now would mostly purchase rejection letters.
Common failure patterns
-
Brochure apps: The binary is a launch icon for a marketing site. Apple’s 4.2 language is the usual reason this fails.
-
Login theater: Reviewers cannot reach the product because of OTP, invite-only signup, or a staging backend that sleeps overnight.
-
SDK surprise: Analytics, ads, or crash tools collect data that never appear in the privacy policy or Data safety form.
-
Deadline blindness: The product is “done,” but the Android target API no longer meets Play’s submission rule for the current window.
-
Permission-first onboarding: The app demands camera, location, or tracking before explaining value, then fails when users decline.
Limitations and exceptions
This scorecard is a decision aid, not a guarantee of approval. Reviewers still apply judgment, and category-specific rules (health, kids, finance, gambling, and others) can add requirements beyond the six dimensions.
Internal enterprise distribution, TestFlight-only betas, and Play internal testing tracks follow different operational paths. Google notes that apps active only on internal testing tracks are exempt from Data safety section inclusion, but that exemption does not mean a production launch is ready.
If your product is still proving demand, a strong mobile website or PWA can be the better interim channel. Store submission becomes important when retention, push, hardware features, or store distribution are part of the growth model—not merely when a competitor has an app icon.
Recommended next steps
-
Score the six dimensions with one product owner and one engineer in the same meeting. Resolve disagreements with a live device demo, not slide decks.
-
Fix every dimension scored 1–2 before filing for review. Prioritize reviewer access and privacy accuracy because they block evaluation of everything else.
-
Write App Review notes that a stranger can follow: demo credentials, where to tap, what sample data to expect, and which features require hardware.
-
Confirm Android target API and Apple privacy declaration work against the current official policies, especially if your release date sits near a Play target-API cutoff.
-
Only then schedule submission. If the score remains below 15, keep customers on the website path and continue product work instead of buying rejection cycles.
If you need a team that can turn a thin wrapper into a store-ready product—and handle the submission checklist with engineering discipline—Oasbit’s mobile app development services cover native and cross-platform builds for iOS and Android. For distribution-path decisions before you commit to the stores, see Native, Cross-Platform, or PWA: Choosing Your First Mobile Path.
When your scorecard shows blockers you cannot clear internally, book a growth strategy session and bring your current build, privacy policy, and listing draft. We will help you decide whether to submit, remediate, or keep growing through a stronger mobile web experience first.
Sources
-
App Store Review Guidelines — Apple Developer (sections 2.1, 4.2, 5.1.1)
-
Privacy requirement for app submissions — Apple Developer News
-
Privacy manifest files — Apple Developer Documentation
-
Provide information for Google Play's Data safety section — Play Console Help
-
Target API level requirements for Google Play apps — Play Console Help




