Please use the following settings in the Regula Document Reader application in order to avoid the initiation of Apple Pay during the barcode processing on the iOS device:
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'.

You need to set the following properties' values in RegulaReader.ini file (C:\Users\<USER>\AppData\Local\Regula\Document Reader SDK) if you use the COM-obejct:

You need to set the following properties' values in RegulaReader.ini file (C:\Users\<USER>\AppData\Local\Regula\Document Reader SDK) if you use the COM-obejct:
RFIDManualDetection=true
UseVideodetection=true
UseVideodetection=true
QuickBoardingPassProcessing=true
NB! You can also use SeparateOpticalReading = true with the mentioned above. This function will allow calling RFID only if you use WaitAndReadRFID method.
0 Comments