Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant):
Description
I have migrated from ionic3 to capacitor/ionic5, i want to use code-push plugin i have followed below steps :
npm install cordova-plugin-code-push
npm install @ionic-native/code-push
ionic cap sync
in installed following dependencies :
"@ionic-native/code-push": "^5.31.1",
"cordova-plugin-code-push": "^2.0.0",
"code-push": "^3.0.1"
now next i checked UIWebView reference so i checked with following command :
grep -inr --include \*.h --include \*.m --include \*.swift UIWebView ios
and got few referenced

Reproduction
[FILL THIS OUT: If possible try to reproduce your bug on our basic sample: https://github.com/Microsoft/cordova-plugin-code-push/tree/master/samples/basic. If you can't reproduce the bug on it, provide us as much info as possible about your project.]
Additional Information
- cordova-plugin-code-push version: 2.0.0
- List of installed plugins:
code-push (3.1.5)
cordova-documentpicker (1.2.2)
cordova-plugin-advanced-http (3.1.0)
cordova-plugin-aes256-encryption (2.0.1)
cordova-plugin-android-permissions (1.1.2)
cordova-plugin-camera (5.0.1)
cordova-plugin-code-push (2.0.0)
cordova-plugin-device (2.0.3)
cordova-plugin-dialogs (2.0.2)
cordova-plugin-file (6.0.2)
cordova-plugin-file-opener2 (3.0.5)
cordova-plugin-file-transfer (1.7.1)
cordova-plugin-fingerprint-aio (4.0.2)
cordova-plugin-inappbrowser (4.1.0)
cordova-plugin-media-capture (3.0.3)
cordova-plugin-screen-orientation (3.0.2)
cordova-plugin-video-editor (1.1.3)
cordova-plugin-zip (3.1.0)
cordova-sqlite-storage (5.1.0)
es6-promise-plugin (4.2.2)
onesignal-cordova-plugin (2.11.2)
phonegap-plugin-barcodescanner (8.1.0)
- Cordova version: not using capacitor
- Capacitor version: 2.4.4
- iOS/Android/Windows version: 2.4.4
- Does this reproduce on a debug build or release build? - debug build
- Does this reproduce on a simulator, or only on a physical device? - simulator
(The more info the faster we will be able to address it!)