UIWebView Deprecation

In our recent submissions to the app store we have been warned that our app is referencing UIWebView and that this is now a deprecated API. We aren't referening UIWebView in our code but we suspect that one of our 3rd party dependencies might be, is there a technique or tool that we can use to try and identify if a library is referencing UIWebView?


Thanks,

Replies

See UIWebView

All but certain, if you don't call UIWebView in your own code, there's a 3rd party library calling it.

Are you using so many third party libraries that it is difficult to know which ?


What I would first try is google with searches like:

alamofire uses UIWebView deprecated


replacing alamofire by the name of any library you use.

The article at the following URL may help you determine what framework is using UIWebView:


blog.kulman.sk/determining-which-frameworks-use-uiwebview/