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.

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
QuickBoardingPassProcessing=true
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.