How do you push Application updates on an installed PWA application?
问题 My question is, Is it possible for the Users to acquire these changes without having to REINSTALL the PWA application? I have a PWA application deployed in Production. The client already installed the deployed PWA application in their MOBILE devices and I want to DEPLOY another patch of updates in the PWA application in the HTTP server. 回答1: Another simple way to update application is using workbox-window. You can detect updates in PWA and restart your application to get the last updates. For