Hey,
Apple seems to have deprecated UIWebView, because I received this email for my app submission:
Dear Developer,
We identified one or more issues with a recent delivery for your app, "ABCDE" 1.2.3 (456). Your delivery was successful, but you may wish to correct the following issues in your next delivery:
After you’ve corrected the issues, you can upload a new binary to App Store Connect.
I searched my whole project and couldn't find any reference to UIWebView. The only location where I could find usage of "UIWebView" is in the sourcekitten docs of this project that I am using via Cocoapods. Can that be easily removed?
Hey, Apple seems to have deprecated UIWebView, because I received this email for my app submission:
I searched my whole project and couldn't find any reference to UIWebView. The only location where I could find usage of "UIWebView" is in the sourcekitten docs of this project that I am using via Cocoapods. Can that be easily removed?