Placing CapacitorUpdater.notifyAppReady() call correctly
このコンテンツはまだあなたの言語で利用できません。
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
- What language/framework do you primarily use in your app?