Skip to content

Publish a WebView App on Google Play: Checklist

Generating an AAB is one step in publishing an Android app. Google Play reviews the app and its store submission separately. Web2Apk can create the bundle, but a downloadable file does not establish store eligibility or guarantee approval.

Updated · About these guides

Choose the publishing output

Use an APK for direct device testing. An AAB is a publishing format from which Google Play can generate APKs for devices. Keep a tested project and a copy of the output you submit. Do not assume that renaming an APK to .aab converts it.

Confirm the website permission and app value

Only package a website you own or are authorized to use. Google Play restricts unauthorized WebViews, affiliate spam, and repetitive content. Permission is necessary, but it does not settle every policy or quality requirement. Review the actual service your app provides and the current policies linked below.

Resolve signing before the first release

Keep the package identity stable and understand the signing setup requested in Play Console. Play App Signing distinguishes the app signing key from the upload key. The current Web2Apk importer accepts its own encrypted key backups, not JKS or P12 files, so check compatibility with your existing app workflow before attempting an update.

Test the complete user journey

Install and exercise the app on the devices you intend to support. Check first launch, navigation, sign-in, downloads, unavailable network behavior, and every permission your website needs. Follow the testing requirements shown for your developer account. Those requirements can change and may differ by account.

Prepare the store submission

Use accurate app descriptions and screenshots that show the actual product. Complete the privacy, content, audience, and data-related declarations required for your app. Review the current target API and release requirements in Play Console instead of assuming that an AAB export proves compliance.

Maintain the app after launch

Keep the last submitted version code, project backup, signing-key backup, and release files. Test changes to your live website inside the installed app as well as in a browser. A website update can change the app experience even when the wrapper binary has not changed.

Checklist

  • Confirm you own the site or have the owner’s permission.
  • Review current Play Console requirements for your developer account and app.
  • Test the actual app experience, including error and offline states.
  • Verify your app’s signing setup and version code before submitting.
  • Prepare an accurate listing, screenshots, privacy disclosures, and required declarations.
  • Use the testing workflow Play Console requires and resolve reported issues.

Official references

Use these primary sources for platform details and current requirements.