Can not release ios app

Can not release ios version because of UIWebView API usage is deprecated.
I changed the Cordova ios platform to 5.1.1 and added use WKWebview only flag to the config file. still, its references to UIWebView in my cod failed ios upload.

Hi!

Maybe you have some plugins that use UIWebView and you need to update them.

Here is the post of Ionic Blog about these theme:

https://blog.ionicframework.com/understanding-itms-90809-uiwebview-api-deprecation/

Yes I think so, but How can I find out which one is using that depricated api.

You can search UIWebView in your project. You can also search if any of your plugins have an update related to this.