Notalib / nativescript-webview-ext

Nativescript plugin with extended WebView functionality
Apache License 2.0
76 stars 37 forks source link

Can't publish to AppStore - UIWebView issue #79

Closed Rho-bur closed 4 years ago

Rho-bur commented 4 years ago

Which platform(s) does your issue occur on?

Rho-bur commented 4 years ago

EDIT: Digging further I found that I was wrong and there is no issue with this plugin, I'll close this and explain what was wrong for further viewers. The AFNetworking pod (almost everyone is using) was version 3.1+ and also used the deprecated UIWebView so I upgraded it to ^4.0.0 which replaced it. But AppStore still rejected my app with the same error. Mode digging and found out that the nativescript-https plugin was referencing the older version of the AFNetworking. Removed and viola! :-) all good now.