GUIDE

How to avoid Google Play app rejection

January 8, 2026· 6 min readUpdated June 7, 2026
Short answer: use a Trusted Web Activity instead of a raw WebView, make sure your PWA is genuinely functional offline, and pre-fill the privacy policy and data safety form. That alone clears the vast majority of rejections.

The most common rejection: policy 4.3

Policy 4.3 — minimum functionality — is the number-one rejection cause for website-to-app wrappers. The fix is structural: use a TWA on a proper PWA, not a raw WebView.

Pre-submission checklist

  • Use a TWA via Bubblewrap (or SaaSToStore) instead of a raw WebView
  • Valid web manifest with icons, name, theme color, display: standalone
  • Service worker that handles offline gracefully (at least an offline page)
  • Digital Asset Links pointing from your domain to the app's signing fingerprint
  • Privacy policy URL accessible without login, hosted on your domain
  • Data safety form filled honestly — wrong answers trigger rejections
  • Original icon (no copyrighted material) at 512×512
  • Feature graphic at 1024×500 with no app-store mockups in it
  • At least 2 phone screenshots showing actual app content
  • Content rating questionnaire completed

What to do if you get rejected

Read the rejection email carefully — Google cites the exact policy. Fix the underlying cause (not just the symptom), increment your version code, push a new .aab, and resubmit. Most rejections are cleared on the second try.

Frequently asked questions

Why do webview apps get rejected on Google Play?+

Because of policy 4.3 (minimum functionality). A raw WebView wrapping a website without offering app-specific value is rejected. Using a Trusted Web Activity (TWA) on a proper PWA is the official fix.

What is policy 4.3?+

Google Play's rule that an app must provide a meaningful, usable experience. Pure web shortcuts, broken pages, or copy-paste templates fail it.

Does a TWA pass policy 4.3?+

Yes when the underlying PWA is functional. TWAs are the Google-recommended way to publish a PWA, and they pass review when the site loads, works offline at a basic level, and provides real value.

What are the most common rejection reasons in 2026?+

Policy 4.3 (minimum functionality), missing privacy policy, incorrect data safety form, broken Digital Asset Links, missing 1024×500 feature graphic, and copyrighted icons.

If my app gets rejected, can I resubmit immediately?+

Yes. There is no waiting period or penalty. Fix the cited issue, push a new build, resubmit.

Ready to publish your app?

Paste your URL. We build the signed Android App Bundle. You upload to the Play Store.

Deploy now

Keep reading