Skip to content

Commit 49cb3a8

Browse files
committed
1 parent 3eefdab commit 49cb3a8

File tree

1 file changed

+0
-3
lines changed
  • src/content/docs/docs/plugin

1 file changed

+0
-3
lines changed

src/content/docs/docs/plugin/api.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ CapacitorUpdater can be configured with these options:
2525
| **`updateUrl`** | <code>string</code> | Configure the URL / endpoint to which update checks are sent. Only available for Android and iOS. | <code>https://plugin.capgo.app/updates</code> | |
2626
| **`channelUrl`** | <code>string</code> | Configure the URL / endpoint for channel operations. Only available for Android and iOS. | <code>https://plugin.capgo.app/channel_self</code> | |
2727
| **`statsUrl`** | <code>string</code> | Configure the URL / endpoint to which update statistics are sent. Only available for Android and iOS. Set to "" to disable stats reporting. | <code>https://plugin.capgo.app/stats</code> | |
28-
| **`privateKey`** | <code>string</code> | Configure the private key for end to end live update encryption. Only available for Android and iOS. Deprecated in version 6.2.0. will be removed in version 7.0.0. | <code>undefined</code> | |
2928
| **`publicKey`** | <code>string</code> | Configure the public key for end to end live update encryption Version 2 Only available for Android and iOS. | <code>undefined</code> | 6.2.0 |
3029
| **`version`** | <code>string</code> | Configure the current version of the app. This will be used for the first update request. If not set, the plugin will get the version from the native code. Only available for Android and iOS. | <code>undefined</code> | 4.17.48 |
3130
| **`directUpdate`** | <code>boolean</code> | Make the plugin direct install the update when the app what just updated/installed. Only for autoUpdate mode. Only available for Android and iOS. | <code>undefined</code> | 5.1.0 |
@@ -59,7 +58,6 @@ In `capacitor.config.json`:
5958
"updateUrl": https://example.com/api/auto_update,
6059
"channelUrl": https://example.com/api/channel,
6160
"statsUrl": https://example.com/api/stats,
62-
"privateKey": undefined,
6361
"publicKey": undefined,
6462
"version": undefined,
6563
"directUpdate": undefined,
@@ -99,7 +97,6 @@ const config: CapacitorConfig = {
9997
updateUrl: https://example.com/api/auto_update,
10098
channelUrl: https://example.com/api/channel,
10199
statsUrl: https://example.com/api/stats,
102-
privateKey: undefined,
103100
publicKey: undefined,
104101
version: undefined,
105102
directUpdate: undefined,

0 commit comments

Comments
 (0)