Github Pages as PWA app for Play Market #114770
Replies: 3 comments
|
Hi, Yes, you can host a Progressive Web App (PWA) on GitHub Pages as long as it consists of static assets (HTML, CSS, JavaScript, images, etc.). In general:
Keep in mind that GitHub Pages only provides static hosting, so if your application requires server-side functionality (such as authentication, databases, or APIs), you'll need to use an external backend service. If your goal is to publish the PWA on Google Play, you'll also need to ensure it meets Google Play's current requirements for web-based apps. Hope this helps! |
|
I do not see any reason why you cannot host your PWA on GitHub Pages and then package it for distribution via a third-party app store, as long as you adhere to the terms of service of both GitHub and the app store you are using. It would also be helpful if someone who has successfully distributed a PWA hosted on GitHub Pages through Google Play could provide feedback. |
|
Yes, but the pieces are separate: GitHub Pages hosts the PWA; it does not produce or publish an Android package by itself.
If Play distribution is not required, users can install the PWA directly from a compatible browser, which avoids creating an APK while keeping the same Pages-hosted app. |
Uh oh!
There was an error while loading. Please reload this page.
Select Topic Area
Question
Body
Good afternoon. Can I use GitHub Pages as a PWA application to upload to third party app stores. In this case, on the play market. The application is a static page, but there will be an advertising banner in the application itself? Thanks for the answer
All reactions