Hi,
We received yesterday a warning when requesting acceptance of our iOS application (based on AspNetZero) on the App Store.
The exact message is: ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of new apps that use UIWebView APIs starting from April 2020. See https://developer.apple.com/documentation/uikit/uiwebview for more information.
References to UIWebView are made in: .Mobile.iOS\Renderer\CropViewDelegate.cs .Mobile.iOS\Renderer\ImageInEntryFieldsRenderer.cs
In the latest version of AspNetZero, this API is still used.
Do you have a solution to offer us to replace the use of this API (UIWebView)?
Regards Guillaume