Awesome
Capgo demo app
This is a simple demo app for the @capgo/capacitor-updater
package
using autoUpdate
(using capgo cloud
)
Package.json scripts
swap-config
swaps capacitorConfig. Useful for local testingswap-package-json
- sets@capgo/capacitor-updater
tolink:@capgo/capacitor-updater
. You can runbun link
in the capacitor updater plugin to link it with this demo app.proxy
- sets up MITM proxy. Both Android and IOS will use this proxy. This allows for easier debuggingreverse-ports-android
- Allows android to contact the proxy
Old demo app
There exists an old version of the demo app, stored here