Enforcement: App Suspension policy

Account Enforcement: App Suspended (Not Removed, Not Rejected)

High RiskMedium DifficultyTypical Fix: 3-10 days for appeal decision; 2-4 weeks if resubmitting as a new listing0 Reports
Also known as:"Your app has been suspended and removed from Google Play as a policy strike""This suspension counts as a strike against your Developer account""Your app is no longer available on Google Play" (Policy status shows red "Suspended")"We removed your app for a violation of [policy] and this counts as a strike""Repeated policy violations have resulted in the suspension of your app"

Our Take

Suspension is Google Play's most severe app-level enforcement action short of terminating the developer account: the app and all of its previous versions are pulled from the Play Store, and unlike a removal, you lose the app's accumulated install count, ratings, and reviews for good.


Suspension is reserved for egregious single violations (impersonation, malware, deceptive behavior) or for accounts with a pattern of repeated rejections and removals. Each suspension also counts as a strike against the developer account, and multiple strikes on one account — or on accounts Google links together — can escalate to full account termination.


A rejection, by contrast, only blocks a single submitted build and never touches account standing; a removal takes the app down but preserves stats if you fix and resubmit before Google escalates further.

Resolution Guide

01

Read the exact policy cited

Open Play Console > your app > Policy status (or Policy and programmes > App content) and identify the specific policy section named in the notice (e.g., Deceptive Behavior 4.8, Impersonation). Do not guess; the fix must target the cited clause.

02

Do not resubmit the same package name

a suspended app's listing is dead. Any update to it will be auto-rejected. You must remove the violation from your codebase/store listing and publish under a new app if the original listing was suspended (not just removed).

03

Check account-level Policy status first

go to Play Console > Policy status. If the suspension shows as a strike, note the strike count; a second or third strike materially raises termination risk, which changes your risk calculus on whether to appeal or quietly rebuild.

04

File one appeal from the Policy status page

click Appeal next to the suspended app entry, or use the appeal form at https://support.google.com/googleplay/android-developer/contact/appappeals. You get exactly one appeal per enforcement action, so include everything in the first submission: what caused the violation, the specific code/asset changes made, and screenshots of the corrected build.

05

Check eligibility for the Strike Removal program

if the strike is for Spam or Impersonation specifically, watch for an invitation email; Google occasionally offers a training course + assessment (3 attempts, must pass before the deadline in the email) that waives that single strike without a traditional appeal. This does not apply to Deceptive Behavior, IP, or UGC strikes as of mid-2026.

06

Wait 2-7 days for a response

appeal decisions typically arrive by email within a few business days; Google states some can take longer for manual review.

07

If denied, rebuild clean and republish as a new listing

remove the offending SDK, claim, asset, or UGC gap entirely, then submit under a new package name with a changelog-style justification in your reviewer notes. Do not reuse suspended assets (icon, screenshots, description phrasing) verbatim.

08

Escalate only if you have hard evidence of reviewer error

post to the Google Play Developer Community with your case number if the automated appeal response doesn't address your specific evidence; community moderators occasionally escalate stuck cases to a human reviewer.

Example Rejection Email

From:Google Play Developer Support
Subject:Policy violation - Account Enforcement: App Suspended (Not
Google Play Developer Program Status Update App: [App Name] (com.example.app) Issue found: Violation of Google Play's Deceptive Behavior policy. Your app has been suspended and removed from Google Play as a policy strike. This means your app is no longer available on Google Play and further distribution to your existing install base has been blocked. Why was your app suspended? We found that your app violates section 4.8 (Deceptive Behavior) of the Google Play Developer Program Policies. This suspension counts as a strike against your Google Play Developer account. Multiple strikes may result in the termination of your Google Play Developer account and all associated apps. Action required: If you believe this suspension was made in error, you can appeal from the Policy status page in Play Console. To resubmit a compliant version of this app, you must publish it as a new application; this suspended listing cannot be reused. - The Google Play Team

Consider Appealing

First-time suspensions for a clear, fixable violation (misleading screenshot, missing disclosure) succeed on appeal reasonably often when you show the exact before/after fix — Google's own guidance says apps are reinstated "in appropriate circumstances" including reviewer error. Suspensions tied to repeated prior rejections or an already-strike-laden account have much lower odds and are often better resolved by rebuilding clean under a new listing than by fighting the same appeal twice, since you only get one shot per action. Evidence that actually moves the needle: screenshots of the corrected build, a diff of what changed, and — for SDK/ads-related suspensions — proof you removed or updated the offending third-party library version.

Generate Appeal

Before & After

Before — Rejected

App store listing screenshot shows a "100% Free" badge while the app requires a paid subscription to unlock core functionality after a 3-day trial, triggering a Deceptive Behavior suspension and account strike.

After — Approved

Screenshots and description updated to state "Free trial, then $4.99/month" with the subscription terms visible in the first screenshot; app resubmitted under a new listing since the original was suspended, with reviewer notes explaining the correction.

What changed: Suspension for misleading monetization claims requires removing the false claim from every visible surface (icon, screenshots, description) — not just the in-app paywall copy — before Google will consider the fix compliant.

Community Solutions · 0

Sign in to share your solution.