Links

Installation

install the plugin in your app
Add this to your main file.
import { CapacitorUpdater } from '@capgo/capacitor-updater'
CapacitorUpdater.notifyAppReady();
Then you are all set. `notifyAppReady` is important for your app it allow the plugin to validate your update run properly.