mattwyskiel / LicensesKit

A simple way to list third-party licenses in your iOS apps
Other
58 stars 16 forks source link

ITMS-90809: Deprecated API Usage #17

Open kmaschke85 opened 4 years ago

kmaschke85 commented 4 years ago

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:

ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs starting from December 2020 . See https://developer.apple.com/documentation/uikit/uiwebview for more information.

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?