-
In general I'm trying to wire in some functionality where my server api can let the client know it has become incompatible. I want to tell the client if it's too old to go see if there's a new update available. Sometimes these updates may not be compatible, for instance, if they're on an old device. I can naively prompt them something along the lines of "hey, you're on an old client, go see if there are new updates [link to play store or app store]". I've seen some apps have the ability to actually detect when an update is available on the Play Store and from within the app, trigger this update to happen without actually going to the Play Store. In an ideal world, this would be a great feature to have whenever I actually need the user to update their client-- but if this isn't possible then it's not the end of the world. TLDR: On an Ionic/Angular/Capacitor App built for iOS/Android...
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hi, I'll try to answer your questions.
You have to write a plugin for this or use an existing plugin (e.g. https://github.com/robingenz/capacitor-app-update). I hope I could help you! |
Beta Was this translation helpful? Give feedback.
Hi, I'll try to answer your questions.
You have to write a plugin for this or use an existing plugin (e.g. https://github.com/robingenz/capacitor-app-update).
I hope I could help you!