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.
2. Right after that, go to the RFID chip tab and enable Manual RFID detection.
3. Finally, click the Connect and in the Device tab enable the Quick boarding pass processing.

If you use the COM-obejct, you need to set the following properties values in RegulaReader.ini file:
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
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.
Comments
Please sign in to leave a comment.