Skip to content

Commit 681dcc1

Browse files
committed
updated readme
1 parent 8eb40d3 commit 681dcc1

File tree

1 file changed

+39
-37
lines changed

1 file changed

+39
-37
lines changed

README.md

Lines changed: 39 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,11 @@
11
![alt tag](https://github.com/Acuant/AcuantiOSMobileSDKCocoaPods/blob/master/Logo.png)
22

3-
iOS Mobile SDK Programmer’s Guide
3+
iOS Mobile SDK v5.9.2
44
==================
55

6-
**Last updated on – July 02, 2019**
6+
**November 2019**
77

88

9-
Copyright <sup>©</sup> 2003-2018 Acuant Inc. All rights reserved.
10-
11-
This document contains proprietary and confidential
12-
information and creative works owned by Acuant and its respective
13-
licensors, if any. Any use, copying, publication, distribution, display,
14-
modification, or transmission of such technology in whole or in part in
15-
any form or by any means without the prior express written permission of
16-
Acuant is strictly prohibited. Except where expressly provided by Acuant
17-
in writing, possession of this information shall not be
18-
construed to confer any license or rights under any Acuant intellectual
19-
property rights, whether by estoppel, implication, or otherwise.
20-
21-
AssureID and *i-D*entify are trademarks of Acuant Inc. Other Acuant product or service names or logos referenced this document are either trademarks or registered trademarks of Acuant.
22-
23-
All 3M trademarks are trademarks of Gemalto Inc.
24-
25-
Windows<sup>®</sup> is a registered trademark of Microsoft Corporation.
26-
27-
Certain product, service, or company designations for companies other
28-
than Acuant may be mentioned in this document for identification
29-
purposes only. Such designations are often claimed as trademarks or
30-
service marks. In all instances where Acuant is aware of a claim, the
31-
designation appears in initial capital or all capital letters. However,
32-
you should contact the appropriate companies for more complete
33-
information regarding such designations and their registration status.
34-
35-
**July 2019**
36-
37-
Acuant Inc.
38-
39-
6080 Center Drive, Suite 850
40-
41-
Los Angeles, CA 90045
429

4310

4411
==================
@@ -111,7 +78,7 @@ If the following error(s) occurs when publishing/exporting the app, then in the
11178

11279
platform :ios, '8.0'
11380
pod 'PPpdf417', '~> 5.1.0'
114-
pod 'AcuantMobileSDK', '~> 5.9.1'
81+
pod 'AcuantMobileSDK', '~> 5.9.2'
11582

11683
2. Run `pod install` to add the AcuantMobileSDK.
11784

@@ -455,7 +422,7 @@ Use the following optional method to use start or stop continuous scanning witho
455422

456423
###Tap to capture 2D Barcode:
457424

458-
By default the barcode is captured automatically as soon as a barcode is presented infront of the camera. If it is required to capture the barcode only after the user taps on the screen, then the following configuration can be done.
425+
By default the barcode is captured automatically as soon as a barcode is presented in front of the camera. If it is required to capture the barcode only after the user taps on the screen, then the following configuration can be done.
459426

460427
-(BOOL)startScanningBarcodeAfterTap{
461428
return YES; // Default is NO
@@ -1748,3 +1715,38 @@ An error occurred when the camera was opened
17481715
####AcuantErrorIncorrectDocumentScanned = 16
17491716
An error occurred when an incorrect document type is scanned
17501717

1718+
****
1719+
1720+
Copyright <sup>©</sup> 2003-2019 Acuant Inc. All rights reserved.
1721+
1722+
This document contains proprietary and confidential
1723+
information and creative works owned by Acuant and its respective
1724+
licensors, if any. Any use, copying, publication, distribution, display,
1725+
modification, or transmission of such technology in whole or in part in
1726+
any form or by any means without the prior express written permission of
1727+
Acuant is strictly prohibited. Except where expressly provided by Acuant
1728+
in writing, possession of this information shall not be
1729+
construed to confer any license or rights under any Acuant intellectual
1730+
property rights, whether by estoppel, implication, or otherwise.
1731+
1732+
AssureID and *i-D*entify are trademarks of Acuant Inc. Other Acuant product or service names or logos referenced this document are either trademarks or registered trademarks of Acuant.
1733+
1734+
All 3M trademarks are trademarks of Gemalto Inc.
1735+
1736+
Windows<sup>®</sup> is a registered trademark of Microsoft Corporation.
1737+
1738+
Certain product, service, or company designations for companies other
1739+
than Acuant may be mentioned in this document for identification
1740+
purposes only. Such designations are often claimed as trademarks or
1741+
service marks. In all instances where Acuant is aware of a claim, the
1742+
designation appears in initial capital or all capital letters. However,
1743+
you should contact the appropriate companies for more complete
1744+
information regarding such designations and their registration status.
1745+
1746+
**November 2019**
1747+
1748+
Acuant Inc.
1749+
1750+
6080 Center Drive, Suite 850
1751+
1752+
Los Angeles, CA 90045

0 commit comments

Comments
 (0)