|
1 | 1 |  |
2 | 2 |
|
3 | | -iOS Mobile SDK Programmer’s Guide |
| 3 | +iOS Mobile SDK v5.9.2 |
4 | 4 | ================== |
5 | 5 |
|
6 | | -**Last updated on – July 02, 2019** |
| 6 | +**November 2019** |
7 | 7 |
|
8 | 8 |
|
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 |
42 | 9 |
|
43 | 10 |
|
44 | 11 | ================== |
@@ -111,7 +78,7 @@ If the following error(s) occurs when publishing/exporting the app, then in the |
111 | 78 |
|
112 | 79 | platform :ios, '8.0' |
113 | 80 | pod 'PPpdf417', '~> 5.1.0' |
114 | | - pod 'AcuantMobileSDK', '~> 5.9.1' |
| 81 | + pod 'AcuantMobileSDK', '~> 5.9.2' |
115 | 82 |
|
116 | 83 | 2. Run `pod install` to add the AcuantMobileSDK. |
117 | 84 |
|
@@ -455,7 +422,7 @@ Use the following optional method to use start or stop continuous scanning witho |
455 | 422 |
|
456 | 423 | ###Tap to capture 2D Barcode: |
457 | 424 |
|
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. |
459 | 426 |
|
460 | 427 | -(BOOL)startScanningBarcodeAfterTap{ |
461 | 428 | return YES; // Default is NO |
@@ -1748,3 +1715,38 @@ An error occurred when the camera was opened |
1748 | 1715 | ####AcuantErrorIncorrectDocumentScanned = 16 |
1749 | 1716 | An error occurred when an incorrect document type is scanned |
1750 | 1717 |
|
| 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