I had a Progressive Web App that cached for offline use on mobile.
Recently, all the files were delete from the server and replaced with a temporary index.html holding page.
The problem I have is that the old PWA is still being cached on mobile. I have attempted to expire the cache in the .htaccess but this does not work.
Does anyone know how I can force remove this old PWA from a server level for all users?