Frank Morgner

Results 584 comments of Frank Morgner
trafficstars

it should be detected automatically. What's the output of `./configure`?

you need to install XCode with its PC/SC headers/libs. PCSC-Lite (the homebrew project) is not tightly integrated into the OS, I think.

How this could be implemented, I explained in my comments in this issue https://github.com/frankmorgner/vsmartcard/issues/264 However, I don't currently have time to implement this.

smart card reader app *offers* to handle the nfc card. if you have multiple apps installed that could handle the card, you will see a dialog from your os with...

FYI: I have disabled handling this intent. I think this better reflects the usage on modern Android OSs

See - https://github.com/frankmorgner/vsmartcard/issues/108 or - https://github.com/frankmorgner/vsmartcard/issues/133

If you install vpcd on your mac (and trigger system integration with a USB device), then vpcd is integrated into the macOS infrastructure for security tokens (i.e. PC/SC, CTK, possibly...

That will not work with pcsc-relay. You need to install vpcd on your mac: ``` contactless card remote reader app (mobile) vpcd (macOS) macOS App (e.g. Keychain, Chrome, Outlook) ```...

In your example, at the end of the "physical emulator", what do you want to use there? This would basically be the options that are listed for the `--connector` option...

If you want to get things fixed, you need to your problem in a more detailed way so that one can understand what is wrong