xamarin / SignaturePad

MIT License
245 stars 150 forks source link

When using the current package for iOS Apple Store will refuse because of using UIWebView #173

Open screamingworld opened 5 years ago

screamingworld commented 5 years ago

Description

Since I have this package in my App, I can not submit the app, because Apple will refuse submissions, when App uses the UIWebView. Inside my App I could avoid this warning/error when I uses a custom renderer for it. [assembly: ExportRenderer(typeof(WebView), typeof(Xamarin.Forms.Platform.iOS.WkWebViewRenderer))] But this does not work for third party code...

Expected Behavior

Submission in Apple store will proceed without any issues.

Actual Behavior

Submission in Apple store will proceed with issues.

rotsen24154 commented 5 years ago

I don't see any reference to UIWebView in the project. Did you solve it?

screamingworld commented 5 years ago

Hm no I do not resolve it. The warning still exists, but apple will not deny the build at the end. It is only a warning. I thought the warning could be avoided, when using the custom Renderer when compiling the package. But I am not so much into it.