microsoft / cordova-plugin-code-push

Cordova plugin for CodePush
http://appcenter.ms
Other
643 stars 332 forks source link

This plugin is compatible with capacitor and UIWebView reference free ? #674

Open wasimbakali opened 3 years ago

wasimbakali commented 3 years ago

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 Screenshot 2021-04-05 at 3 17 26 PM

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

(The more info the faster we will be able to address it!)

gitbizcon commented 3 years ago

Any updates on this one?