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
2 Answer(s)
-
1
The library seems to be not maintained any more => https://github.com/BradleyDHobbs/Xamarin.CropView
We need to find a replacement of this library for Xamarin.Forms.
We are open to suggestions for image cropper libraries!While we implement a solution you can check out this
https://github.com/luberda-molinet/FFImageLoading -
0
track the issue from https://github.com/aspnetzero/aspnet-zero-core/issues/3059