Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sagrawal31 authored Jul 24, 2020
1 parent 10ccdea commit 8ff4ebb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------

Expand Down

0 comments on commit 8ff4ebb

Please sign in to comment.