Google Play Store

How can I get an Anvil App in the Google Play Store or the Apple App Store?

An Anvil app is a web app, so Google’ docs on putting a web app on the play store probably applies: Google Play-āϤ⧇ āφāĻĒāύāĻžāϰ āĻĒā§āϰāĻ—āϤāĻŋāĻļā§€āϞ āĻ“āϝāĻŧ⧇āĻŦ āĻ…ā§āϝāĻžāĻĒ āϝ⧋āĻ— āĻ•āϰāĻž āĻšāĻšā§āϛ⧇  |  Google Developers

Does anyone know how to add a short_name field to the manifest?

â€Ļ or is there another tool such as https://www.pwabuilder.com/ that doesn’t need the short_name field?

I can’t vouch for the product but it might be worth checking out for converting an anvil app (pwa - progressive web app) into an apk for the play store.

It seems better than some other solutions since it allows for offline capabilities where similar service don’t.

I know @rickhurlbatt is in the process of using it so he might be able to provide more insights.

1 Like

We have tried a few different options out and @stucork’s suggestion is bang on for Android.

For PWA to Android use @nickantonaccio’s suggestion https://www.pwabuilder.com/
There doesn’t seem to be a tool that builds for both Apple and Android easily so you need to use both suggestions above, separately.

There are a few gotchas to prep for though.
The First question to think about @J11 before you start trying is does your app need offline support?
If so, you should make that work butter smooth before you try packaging it as an app - trust me you will avoid a lot of headache.

The second is to go through and make sure you meet requirements for both app stores.

The third, is to make sure you have a device to use to test the app on both OSs or use something like https://www.browserstack.com/. Android allows you to install an unlisted app from an APK but iOS requires you to test using a Mac running Swift I think.

4 Likes