maxep/MXParallaxHeader

Apple will stop accepting submissions of apps that use UIWebView APIs

0fcourse opened this issue · 2 comments

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.

Yes, this issue must be fixed asap @maxep

maxep commented

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.