If have an existing app in the Play Store and you want to publish a new version of it, follow these steps:
- Go to PWABuilder and input your PWA's URL
- When analysis completes, click
Build My Package
- Choose
Android
, then clickOptions
: - Specify your new
App version
andApp version code
: - Scroll down to
Signing key
and chooseUse mine
: - Choose your existing signing key file, and fill in your existing signing key information (
key alias
,key password
,store password
) - Build your package.
PWABuilder will build a package signed with your existing key. When you upload it to Google Play, it'll automatically be recognized as a new version of your existing app. 😎