Issue:
Apple Pay appears during a scanning process.
Solution:
In order to avoid activating Apple Pay when trying to read information, you need to set the settings listed below.
Setting options via the Document Reader application menu:
- Go to Options, then open the RFID chip tab and enable Manual RFID detection option:
Setting the options using the RegulaReader.ini configuration file:
Go to C:\Users \<USER>\AppData\Local\Regula\Document Reader SDK folder and open the RegulaReader.ini file with a text editor, then set the following values:
RFIDManualDetection=true
UseVideodetection=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.