You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,21 @@ The plugin will be available on `window` as `IonicCordova`
17
17
18
18
*`APP_ID`**Required** - Your Ionic Pro app ID
19
19
*`CHANNEL_NAME`**Required** - The channel to check for updates from
20
-
*`WARN_DEBUG` - Set false if you do not want the check when apk/ipa is in debug mode.
21
20
*`UPDATE_API` - The location of the Ionic Pro API (only change this for development)
22
21
*`UPDATE_METHOD` - `auto`, `background`, or `none`. Dictates the behavior of the plugin. `auto` will download and apply the latest update on app start, potentially leading to long splash screen loads if the connection is slow. `background` will only download the update in the background on app start, but will allow full functionality while doing so, only redirecting users the _next_ time the app is loaded. `none` will do nothing, leaving full plugin functionality in the hands of the developer. **Default is `background`**
23
22
*`MAX_STORE` - The maximum number of downloaded versions to store on the device for quick loading. More versions means less downloading, but can increase the app size greatly. **Default is 3 (Defaults is 2 in V5)**
24
23
*`MIN_BACKGROUND_DURATION` - The minimum duration in seconds after which the app in background checks for an update. **Default is 30 (New in V5)**
25
24
25
+
### Preferences
26
+
27
+
*`DisableDeploy` - Default value is `false`.
28
+
29
+
Allows to disable deploy updates by adding this preference in the config.xml
0 commit comments