How do you handle updates for published apps?
-
I created an app with quasar + capacitor and it’s in the “testflight” stage in the app store and play store.
One thing I need to figure out now is how to handle app updates.
For example, do you have a button in the app that can let a user trigger an update (without having to go to the app store). If so, what plugin do you use? Or do you use something like Ionic Appflow? If so, how do you turn a quasar project into an ionic project to use that?
Thank for the assistance. Much appreciated.
-
I would not worry too much about updates when you published your app to the app store of IOS or Google. Most people have their phone set to auto update apps.
Another way to update the code of a published app is MS Codepush:
https://docs.microsoft.com/en-us/appcenter/distribution/codepush/cordova