MaldonadoAndres / mifare_nfc_classic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Application Crashes When Writing to NFC Card with Incorrect Password

maumarteau opened this issue · comments

Hi
I have a problem writing NFC cards.
When I'm trying to write via writeRawHexToBlock or writeBlock and the password is wrong, the application crashes completely, even though I try to catch the error inside a try-catch block.

Can you help me solve it?