ITMS-90809: Deprecated UIWebView API Usage

• I was using aframework that use UIWebView, that's why when i upload a binnary at iTunnesConnect I got following warning from apple guys...

ITMS-90809: Deprecated API Usage
- Apple will stop accepting submissions of apps that use UIWebView APIs.
• To solve this I remove that framework clean the build, validate build from xCode validator and upload again. But still getting same email.
Can someone suggest me what i do next?

Accepted Reply

Issue has been resolved looks like i was usin GoogleSignIn Pod an older version that uses UIWebView that cause this issue.
I just have to update my pod and the issue resolved.

Replies

Issue has been resolved looks like i was usin GoogleSignIn Pod an older version that uses UIWebView that cause this issue.
I just have to update my pod and the issue resolved.