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: src/content/docs/docs/plugin/api.md
+61Lines changed: 61 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ CapacitorUpdater can be configured with these options:
49
49
|**`disableJSLogging`**|`boolean`| Disable the JavaScript logging of the plugin. if true, the plugin will not log to the JavaScript console. only the native log will be done |`false`| 7.3.0 |
50
50
|**`osLogging`**|`boolean`| Enable OS-level logging. When enabled, logs are written to the system log which can be inspected in production builds. - **iOS**: Uses os_log instead of Swift.print, logs accessible via Console.app or Instruments - **Android**: Logs to Logcat (android.util.Log) When set to false, system logging is disabled on both platforms (only JavaScript console logging will occur if enabled). This is useful for debugging production apps (App Store/TestFlight builds on iOS, or production APKs on Android). |`true`| 8.42.0 |
51
51
|**`shakeMenu`**|`boolean`| Enable shake gesture to show update menu for debugging/testing purposes |`false`| 7.5.0 |
52
+
|**`allowShakeChannelSelector`**|`boolean`| Enable the shake gesture to show a channel selector menu for switching between update channels. When enabled AND `shakeMenu` is true, the shake gesture shows a channel selector instead of the default debug menu (Go Home/Reload/Close). After selecting a channel, the app automatically checks for updates and downloads if available. Only works if channels have `allow_self_set` enabled on the backend. Only available for Android and iOS. |`false`| 8.43.0 |
52
53
53
54
54
55
</docgen-config>
@@ -101,6 +102,8 @@ CapacitorUpdater can be configured with these options:
0 commit comments