Reputation: 907
Do we need to update the PWA app on Android Play Store or Apple's App Store to release new changes or it automatically cleans-up the cache and show the new changes over time?
Upvotes: 3
Views: 1343
Reputation: 2974
Based from this blogpost Google Play Store now open for Progressive Web Apps by Firtman, if you need to update your app in Google Play Console:
You don’t need to upload your app again if you change web content — unless you change the app completely as per the store rules. You will continue updating your app through Service Workers and new deploys to your server. You will have to create and upload another APK only if you want to change metadata, native code, or icons.
Upvotes: 2