iOS13以后,苹果不允许再使用 UIWebView Apis 了,会影响到上线审核,目前 SobotKit 里面用的还是 UIWebview, 希望能够尽快迁移到 WKWebView.
ITMS-90809:`` Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . See https://developer.apple.com/documentation/uikit/uiwebview60 for more information.
After you’ve corrected the issues, you can use Xcode or Application Loader to upload a new binary to App Store Connect.
iOS13以后,苹果不允许再使用 UIWebView Apis 了,会影响到上线审核,目前 SobotKit 里面用的还是 UIWebview, 希望能够尽快迁移到 WKWebView.
After you’ve corrected the issues, you can use Xcode or Application Loader to upload a new binary to App Store Connect.