Andy Qua
Andy Qua
Thats really annoying! will have a re-think
I've created a test branch - aa_test which makes the following changes: - passportReader.readPassport now takes in an optional PassportReaderOptions struct with various configuration options - Added option usePACEPolling -...
Hmmm thats a good point. Wonder if it would work the other way round? try first with extended read and if that failed then try standard? I've pushed up a...
Ah of course - small change! - currently doesn't check the error, just retries non-extended - any better? I'm really interested if the passport will allow the normal read after...
> Well... Apparently that will give you: (Extended try) sw - 0x67, sw2 - 0x00, and no data > > and then (Normal try) sw - 0x69, sw2 - 0x88,...
> The `doInternalAuthentication` function is actually not working. Active Authentication (AA) is not being created. Could you try with version 2.1.1 and see if that works for you (that doesn't...
So what I've done for the moment is instead of enabling extended mode for AA by default, we now have an additional flag set on PassportReader init - useExtendedMode. Not...
It's definitely getting closer. I'm still not 100% happy as I do t yet know what passport support extended reads and which don't! It looks like some Chinese ones don't...
Unfortunately, when we get the the tag connection lost, iOS closes the NFC Connection and you have to completely start the connection flow (including detection again). I'm not aware of...
This has been tested and implemented in current main branch (no release quite yet) - please test and report any issues