Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

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

Open
screamingworld opened this issue Oct 28, 2019 · 2 comments

Comments

@screamingworld
Copy link

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
Copy link

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

@screamingworld
Copy link
Author

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants