From 8ff4ebba3f28e2a05528bd9000ed2821beba2d58 Mon Sep 17 00:00:00 2001 From: Shashank Agrawal Date: Fri, 24 Jul 2020 12:37:40 +0530 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 1088bd8..aaaa351 100755 --- a/README.md +++ b/README.md @@ -3,6 +3,17 @@ OverAppBrowser Render a webview over your cordova webview (ios and android). +# Important Notice for iOS app developers + +This plugin uses `UIWebView` and Apple is not accepting the apps using `UIWebView`. So if you are using this plugin to build an Cordova iOS app, there are two important points to note- + +1. If you are developing a new iOS app which is not yet live on AppStore, because of this limitation, your app will never get approved and your build will be rejected as soon you upload it. +2. If you are using this plugin in an exisitng iOS app which was live on AppStore before April 2020, you can use this plugin but Apple will start rejecting your app releases after December 2020. + +We had a discussion with the author of the original fork [etabard/Cordova-OverAppBrowser#12](https://github.com/etabard/Cordova-OverAppBrowser/issues/12). He is also no longer maintaining the repository. If you are interested to maintain the fork, you are welcome: 😊 + +To provide the solution, we have raised a feature request in Cordova's official plugin [apache/cordova-plugin-inappbrowser#668](https://github.com/apache/cordova-plugin-inappbrowser/issues/668). Please upvote and follow that issue so that the Cordova team can implement that feature. + Difference with the original repository ------------