Skip to content

Commit

Permalink
docs(our): add deprecation warning (#3439)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobe authored Jun 11, 2020
1 parent 4575cb6 commit dc6e331
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/@ionic-native/plugins/ocr/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@ export interface OCRResult {
* @name OCR
* @description
* This plugin attempts to identify and extract text from an image.
*
* Please note: This plugin depends on the GoogleMobileVision pod which is referencing UIWebview, that has been deprecated by Apple.
* Don't use this plugin in an app intended for App Store as you will get a review rejection from Apple: `Deprecated API Usage — Apple will stop accepting submissions of apps that use UIWebView APIs`
* For more info, please see the following Github issue [Google Mobile Vision relying on deprecated UIWebview](https://github.com/NeutrinosPlatform/cordova-plugin-mobile-ocr/issues/27).
* @usage
* ```typescript
* import { OCR, OCRSourceType } from '@ionic-native/ocr/ngx';
Expand Down

0 comments on commit dc6e331

Please sign in to comment.