What is generated when creating a new managed google play web app?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2024 05:09 AM
In the managed Google Play store, you have 3 different application types:
- Managed Google Play store app
- Managed Google Play private app
- Managed Google Play web app
The managed Google Play web app generates an APK that is listed after a couple of minutes between your other native apps. When using it from an end user perspective it opens in Chrome.
Anybody knows what exactly is used behind the scenes. I searched the docs but could not find any info.
Is a Trusted Web Activity generated behind the scenes?
What about lifecycle management of the shell, does Google the housekeeping for me to target new android versions for the shell or do I have to generate a new APK?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2024 09:52 AM
It's effectively like a website pinned to the home screen that is configured to launch in a WebView of sorts. I don't think it creates a custom APK, I think it creates a custom link that looks like an app that opens a browser view to your configured website when launched. In that sense the app powering this experience is maintained by Google and auto-updated from Google Play.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2024 12:30 AM
It'S mostlikely a dedicaded Chrome Tab. And as long as you update Chrome and Webview i guess you shouldn't need to care about it getting incompatible but issues can still happen so be aware on every new (OS) version.