Apple Pay is initiated when barcode/image is being processed using the iOS device

Issue:

Apple Pay is initiated when barcode/image is being processed using the iOS device

Solution:

1. Before clicking the Connect go to Settings – Device and enable the Document video detection.

Screenshot_101.png

2. Right after that, go to the RFID chip tab and enable Manual RFID detection.

Screenshot_102.png

3. Finally, click the Connect and in the Device tab enable the Quick boarding pass processing.
Screenshot_106.png

If you use the COM-obejct, you need to set the following properties values in RegulaReader.ini file:
 
 RFIDManualDetection=true 
 UseVideodetection=true 
 QuickBoardingPassProcessing=true 

The configuration file locations are as follows:
For desktop: C:\Users\<USER>\AppData\Local\Regula\Document Reader SDK;

For local web service on x86 systems: 
C:\Windows\System32\config\systemprofile\AppData\AppData\Local\Regula\Document Reader SDK

For local web service on x64 systems:
C:\Windows\SysWOW64\config\systemprofile\AppData\Local\Regula\Document Reader SDK
 

Note

You can also use SeparateOpticalReading = true with the mentioned above. This function will allow calling RFID only if you use WaitAndReadRFID method.

Was this article helpful?
2 out of 2 found this helpful

Comments

0 comments

Please sign in to leave a comment.

Articles in this section

See more