Placing CapacitorUpdater.notifyAppReady() call correctly
Copy a setup prompt with the install steps and the full markdown guide for this plugin.
The placement of the CapacitorUpdater.notifyAppReady() call is crucial for the correct auto-update flow.
If not done correctly, the app will not be able to update to the latest version. Each version that does not call notifyAppReady() within 10 seconds will be marked as invalid and will be replaced by the previous valid version or the default (built-in) version.
In this guide we will show you how to properly place the notifyAppReady() call in your app to ensure correct auto-update flow.
notifyAppReady() Call Placement questionnaire
Section titled “notifyAppReady() Call Placement questionnaire”- What language/framework do you primarily use in your app?
Keep going from Placing CapacitorUpdater.notifyAppReady() call correctly
Section titled “Keep going from Placing CapacitorUpdater.notifyAppReady() call correctly”If you are using Placing CapacitorUpdater.notifyAppReady() call correctly to plan native plugin work, connect it with Using @capgo/capacitor-updater for the native capability in Using @capgo/capacitor-updater, Capgo Plugin Directory for the product workflow in Capgo Plugin Directory, Capacitor Plugins by Capgo for the implementation detail in Capacitor Plugins by Capgo, Adding or Updating Plugins for the implementation detail in Adding or Updating Plugins, and Ionic Enterprise Plugin Alternatives for the product workflow in Ionic Enterprise Plugin Alternatives.