Search code examples
androidgoogle-chromeprogressive-web-apps

PWA not installed as WebApk


I've made a PWA and it is passing all LightHouse factors. Even AddToHomeScreen popup is showing when visiting the website, but when you add it to your home screen it's not showing in the app drawer and has a chrome badge on it's icon. I don't have any other idea what to do. Service worker is registered, Different icon sizes are registered, maskable icons registered, Webmanifest is correct. What should i do?


Solution

  • Problem solved. As it seems there is some sort of server side checking in chrome which tests your PWA before adding to home screen and as a result of being in Iran which is sanctioned, those tests fail and result in not a valid PWA. You just need to change your ip and install the PWA and everything would be fine.