AzureAD/microsoft-authentication-library-common-for-objc

Remove UIWebView reference

Dimillian opened this issue · 3 comments

You have one reference to UIWebView in a comment:

// Cancel the Cert Auth Challenge happened in UIWebview, as we have already handled it in SFSafariViewController

This make App Store Connect to reject the binary on new application and trigger a warning on already shipped application.

ITMS-90809: Deprecated API Usage - App updates that use UIWebView will no longer be accepted as of December 2020. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview).

Thanks!

Good catch! Removed it from the comment here:adc9f87.

It will be included in the next MSAL release (1.1.3). Thanks.

Perfect thanks! 👍

Fixed in MSAL 1.1.3. Closing the issue.