Replies: 1 comment
-
On further investigation I learned about the AppFlow product, https://ionicframework.com/docs/appflow/deploy/intro, which I suppose would be a pretty good alternative to doing it myself since it seems to cover all the same bases. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Capacitor Community,
I am looking for feedback on my plan to implement an app that caches the last known version of a website for offline access.
My organization is looking to turn progressive web application into an offline-first mobile using Capacitor. Some users will continue to use the web application through the desktop, but other users will be using it on their devices while in remote areas until they come back for a new version. One of the capabilities we'd like to have is the ability to serve over-the-air updates, and then cache the files for offline use.
Here is an example workflow:
We don't want to have to publish the app through the app store every time we want to make an update like this.
For Android, my plan is to:
For iOS, I plan to find the equivalent of these same steps and then implement it more or less the same way.
Questions:
Beta Was this translation helpful? Give feedback.
All reactions