How do I deliver updates to users?
-
First of all I would like to take this opportunity to thank the developers of quasar and its community!!! This is a no-compromise!!!
I still have a question. How Can I deliver updates to users? I plan to update the program often enough and I want to make it as simple and user friendly as possible
-
@Avada-Kedavra Update options depend on what kind of App your made( SPA, cordova, pwa, ect)
-
@dobbel, Thank you for your quick response. At the moment this is a SPA
-
@Avada-Kedavra What do you mean with update the program? Because a SPA is just a website. If the files on the webserver are updated so will the users browser when they visit your site( if you have good caching settings on your headers, server ect)
-
@dobbel Aww. So I chose the wrong mode when creating it. I need a universal app for all platforms.
-
@dobbel, Let’s say I mean ELECTRON APP. How do I deliver updates for this type of app?
-
Quasar can create different apps in various modes and for various platforms ( with the same source code).
There’s no universal Quasar mode/app for all platforms, so no universal way of updating.
-
@Avada-Kedavra said in How do I deliver updates to users?:
@dobbel, Let’s say I mean ELECTRON APP. How do I deliver updates for this type of app?