I am developing an app that should be able to read pkpasses that have NFC enabled. So far I have the service to fetch those pkpasses.
The app has Linea Pro Scanner that has RFID an NFC capabilities. But I can't find any docs on how I am supposed to read the pkpass.
When I try to read it, I get a callback to
void OnRfCardDetected(int cardIndex, DTRFCardInfo info)
But I think the callback that should be hitting is instead:
OnEmv2OnAppleVASProcessedWithResult(int result, NSData data)
Any help is appreciated.