maxep / MXParallaxHeader

Simple parallax header for UIScrollView
MIT License
1.73k stars 251 forks source link

Apple will stop accepting submissions of apps that use UIWebView APIs #108

Closed 0fcourse closed 4 years ago

0fcourse commented 5 years ago

I'm getting the warning emails from Apple every time we submit new version to App Store Connect. As my app not using any UIWebView and I looked at the problem, and it turns out that MXParallaxHeader using UIWebView in "MXWebViewController.m" file.

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

could you please have a look at this issue.

Thanks.

Kedar-27 commented 5 years ago

Yes, this issue must be fixed asap @maxep

maxep commented 4 years ago

MXWebViewController is from the examples it shouldn't be part of your app.

UIWebView is not part of MXParallaxHeader and refs to UIWebView have been removed from the examples a while ago.