Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.
This repository was 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

@screamingworld

Description

@screamingworld

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions