Michele Balistreri
Michele Balistreri
apparently this prompt is triggered on iOS14 and newer by any network access on local network: https://developer.apple.com/forums/thread/663874. Denying it probably doesn't break the app completely but might limit some functionality...
The computer crashing on disconnection is likely a problem with the OS X FTDI driver. I cannot reproduce the issue you describe. It would be interesting to know, if multiple...
I suggest using Nerves UART. This project was started before Nerves UART existed and is a port of a 20 year old Erlang project.
From what I have seen in the datasheet, it looks like the USB peripheral from the H5 might be the same as that in the G0 family (at least register...
the reason why it hasn't been upgraded is that trying to do so generated builds of status-mobile which crashed at runtime. Since status-mobile is indirectly dependent on bouncycastle through other...
while it surely would have made sense to develop the app using one of these libs, adopting it now is quite a task. That said, a PR would be absolutely...
It it a problem with opening the secure channel. I will check what's the issue. In the meantime, you can try to install the applet using https://github.com/martinpaljak/GlobalPlatformPro or any other...
if you do not have any pairing slot available, you will need to reset the card. You can find an example script at https://github.com/status-im/keycard-cli/blob/develop/_shell-commands-examples/01-install.sh You can download the latest applet...
a PR would be welcome, but as a workaround you can unpair immediately after PIN authentication instead of the end of the script. Unpairing does not close the active securechannel...
sure, a PR would be very welcome