Apptechies
Mobile App Development

App Store and Google Play Requirements: A Submission Guide

Prince Rathore September 1, 2026 7 min read

Key Takeaways

  • Both platforms require a developer account, a privacy policy, and accurate app metadata before you can even submit for review — missing any of these stops submission before review starts.
  • Apple's review is manual and tends to focus heavily on functionality, design guidelines and content policy; Google's is more automated with policy checks, but both reject apps for unclear privacy disclosures.
  • As of April 28, 2026, Apple requires apps to be built with the iOS 26 / iPadOS 26 SDK (Xcode 26 or later) for new submissions and updates — missing this blocks submission outright, regardless of app quality.
  • Google Play requires new apps and updates to target Android 16 (API level 36) starting August 31, 2026, with a possible extension to November 1, 2026 — existing apps need to target at least Android 15 (API 35) to keep updating.
  • The most common rejection reasons on both platforms are avoidable: incomplete metadata, broken core functionality during review, and privacy disclosures that don't match what the app actually does.
  • A "Data Safety" or privacy-label disclosure has to accurately reflect every SDK and analytics tool in your app, not just the data you collect directly — this trips up more submissions than almost anything else.
  • Building submission requirements into QA before the first submission attempt is far faster than fixing rejections after the fact.
Quick Answer

What do Apple and Google require before an app goes live?

Both platforms require a registered developer account, a complete and accurate app listing (description, screenshots, age rating), a privacy policy, and disclosure of what data the app collects and how it's used. Apple additionally runs a manual human review focused on functionality, design and content guidelines, and as of April 28, 2026 requires builds to use the iOS 26/iPadOS 26 SDK (Xcode 26+). Google's review is more automated but still checks for policy violations, and as of August 31, 2026 requires new apps and updates to target Android 16 (API level 36), with existing apps needing at least Android 15 (API 35) to remain updatable.

App submissions get rejected far more often for missing a documented requirement than for a genuine bug. Both Apple and Google publish their review guidelines — the problem is they're long, they change on a real schedule, and teams tend to read them once at project kickoff and not again before submission. This guide covers what actually matters at submission time, including the current SDK and target-API deadlines both platforms are enforcing through 2026.

Quick Answer: What's Different in 2026

If you only take two dates from this guide: Apple requires the iOS 26/iPadOS 26 SDK (built with Xcode 26 or later) for any new submission or update as of April 28, 2026. Google Play requires new apps and updates to target Android 16 (API level 36) as of August 31, 2026, with an extension option to November 1, 2026 for teams that request it in Play Console. Missing either of these blocks submission entirely, independent of how good the app itself is — so they're worth checking before anything else in a release plan.

App Store (Apple) Requirements

Developer Account and Agreements

You need an active Apple Developer Program membership, with the relevant program license agreements accepted, before you can submit anything. If your app involves in-app purchases or subscriptions, the associated agreements and banking/tax information need to be completed too — a surprisingly common last-minute blocker.

The 2026 Minimum SDK Requirement

As of April 28, 2026, apps and games uploaded to App Store Connect must be built with the iOS 26 and iPadOS 26 SDK or later; tvOS, visionOS and watchOS apps have the equivalent SDK-version requirement for their platform. In practice this means building with Xcode 26 or later. This is an SDK requirement, not a deployment-target requirement — building with the newer SDK doesn't stop your app from still running on older iOS versions, as long as your deployment target is set appropriately.

One practical side effect worth planning for: apps built with the iOS 26 SDK apply Apple's "Liquid Glass" visual treatment to native UI components by default, unless a developer explicitly opts out. If your app relies on standard system controls, budget time to review how they render under the new SDK rather than assuming a rebuild is purely mechanical.

App Review Guidelines

Apple's review is manual, and covers functionality (the app has to actually work, with no placeholder or broken screens), design (following their human interface guidelines reasonably closely), and content policy (no misleading claims, appropriate age rating for the actual content). A demo account and clear reviewer notes for anything gated behind login meaningfully speeds this up.

Privacy and Data Requirements

Apple requires a privacy policy URL and an accurate "App Privacy" nutrition-label style declaration covering what data is collected and how it's used — including data collected by third-party SDKs embedded in the app, not just your own code.

Other Technical Requirements

Beyond the current SDK deadline above, builds need to run cleanly without crashes on the devices and OS versions still in active use, and any App Store screenshots and previews need to accurately represent the actual current version of the app being submitted — outdated screenshots from a previous version are a common, avoidable metadata rejection.

Google Play Requirements

Developer Account Setup

A registered Google Play Console account is required, along with completed store listing details before an app can be published — even in internal or closed testing tracks.

The 2026 Target API Level Deadline

Starting August 31, 2026, new apps and app updates must target Android 16 (API level 36) to be published on Google Play; existing published apps need to target at least Android 15 (API level 35) to remain visible and downloadable on newer Android versions. Developers can request an extension to November 1, 2026 through Play Console for apps that need more time. Wear OS and Android Automotive OS apps have a slightly different bar (Android 15 / API 35), and Android TV and Android XR apps need at least Android 14 (API 34) — worth checking directly against your specific app category rather than assuming the general mobile requirement applies uniformly.

This deadline moves forward on a predictable annual cadence, so treat it as a recurring release-planning item rather than a one-time fix — an app that just barely meets this year's bar will likely need another target-API bump within roughly a year.

Content Policy and Restricted Content

Google's policies restrict certain content categories and require accurate content ratings. Apps in sensitive categories (health, finance, apps aimed at children) face additional policy scrutiny and, in some cases, additional declarations.

Privacy Policy and Data Safety Section

Google requires a "Data Safety" section in the store listing that discloses what data is collected, whether it's shared with third parties, and how it's secured. Like Apple's equivalent, this needs to account for every SDK in the app — analytics, crash reporting, ad networks — not just first-party data collection.

App Store vs. Google Play: A Direct Comparison

App Store vs. Google Play submission process

Apple App StoreGoogle Play
Review typeManual human reviewLargely automated, with policy checks
Typical review timeGenerally a matter of days, can varyOften faster, can also vary by app risk category
2026 build requirementiOS 26/iPadOS 26 SDK (Xcode 26+) as of April 28, 2026Target Android 16 (API 36) as of August 31, 2026, extension to Nov 1, 2026 available
Update flexibilityEvery update goes through reviewStaged rollouts and faster iteration are more common
Design scrutinyStrict adherence to Human Interface Guidelines expectedMore flexible on design, stricter on policy automation
Data disclosure"App Privacy" nutrition label"Data Safety" section

Common Rejection Reasons

  • Incomplete or inaccurate metadata — screenshots that don't match the actual app, or a description overstating functionality.
  • Broken core functionality during review — a login wall with no working demo credentials is one of the most common, avoidable causes.
  • Privacy disclosures that don't match actual data collection — especially missing third-party SDK data collection.
  • Placeholder or incomplete content still present in a build submitted for review.
  • Missing or inappropriate age rating relative to the app's actual content.
  • A build submitted against an SDK or target API level below the platform's current minimum, blocking submission outright regardless of app quality.

Keeping Up With Requirements That Change Every Year

Both platforms update their minimum SDK and target API requirements on a predictable annual cycle, tied to their own OS release schedules — this isn't a one-time hurdle to clear and forget. The practical approach is to check each platform's current developer requirements page as a standing item ahead of every major release, not just when a submission gets rejected. Treating this as a recurring release-checklist item, not a one-off fire drill, is what keeps a team from being caught off guard by a deadline that was public knowledge for months beforehand.

Pre-Submission Checklist

  1. Confirm developer account status and agreements are current on both platforms.
  2. Verify the build is targeting the current required SDK (iOS) or API level (Android) for the platform, not an older one that will block submission.
  3. Verify the privacy policy URL is live and accurately describes data collection, including third-party SDKs.
  4. Complete the App Privacy label (Apple) and Data Safety section (Google) to match what the app actually does.
  5. Provide working demo credentials and clear reviewer notes for anything gated behind login.
  6. Test the exact build being submitted on real, current devices — not just a development build.
  7. Confirm screenshots and store listing content reflect the actual current version of the app.

How Apptechies Handles App Store Submissions

Submission requirements are checked during our quality assurance phase, not discovered for the first time at submission — the same discipline we apply to every 7-phase engagement. Our iOS and Android teams build against current platform requirements from the start, which is the single biggest way to avoid a late, avoidable rejection.

Prince Rathore

Prince is the CTO of Apptechies, overseeing engineering and technology strategy across the company's product and client work.

Last updated: September 1, 2026

Have a Project in Mind?

A principal engineer or strategist replies within one business day.

Or see all contact options

Frequently Asked Questions

An active Apple Developer Program account, a complete app listing with accurate screenshots and description, a privacy policy URL, a completed App Privacy declaration, and a working build built against the current required SDK that passes Apple's manual review for functionality, design and content policy.
A registered Google Play Console account, a complete store listing, a privacy policy, a completed Data Safety section accurately reflecting all data collection (including third-party SDKs), and a build targeting the current required Android API level.
As of August 31, 2026, new apps and updates must target Android 16 (API level 36) to be published on Google Play, with existing apps needing at least Android 15 (API 35) to remain updatable. Developers can request an extension to November 1, 2026 through Play Console. Wear OS/Automotive and TV/XR apps have their own slightly different minimums.
As of April 28, 2026, apps and games submitted to App Store Connect must be built with the iOS 26/iPadOS 26 SDK or later, which in practice means using Xcode 26 or later. This is a build-SDK requirement, not a minimum deployment target — the app can still support older iOS versions if configured to.
The most common reasons are incomplete or inaccurate metadata, broken functionality during review (often due to missing demo credentials), privacy disclosures that don't match what the app actually collects, and submitting a build against an outdated SDK or target API level.
It varies and isn't something to plan around precisely, but Apple's manual review generally takes a matter of days, while Google's more automated process can be faster for lower-risk apps. Both can take longer for apps in sensitive categories or with policy flags.
No. A cross-platform app (built with a framework like React Native or Flutter) still compiles down to a native iOS and Android build, and both still need to meet each platform's current SDK and target API requirements — the cross-platform framework doesn't exempt the app from either deadline.
Yes, on both platforms. A live, accurate privacy policy URL is required before submission, and it needs to match the data-collection disclosures made in Apple's App Privacy label and Google's Data Safety section.
Next Steps

Preparing an App for Launch?

Submission requirements are easiest to meet when they're built in from the start, not fixed after a rejection. Tell us about your app and we'll help you get it submission-ready.