I've read the tutorial NFC - Reading and Writing, and it seems understandable. But I have a card that require me to use a KEY to read the data on it. (I have verified this with other apps so I know for certain that the card is a Mifare Classic and that my key is correct.)
My best guess is that I should somehow supply the key in this call:
The Null part is simply described as "Params - Array of parameters". I've searched the forum, and also tried the links in the tutorial (1, 2) without finding any clues on how to do this. I'm not even really sure this is where I'm supposed to give the key.
I feel I'm not able to figure this out by myself, can somebody give a hand?
My best guess is that I should somehow supply the key in this call:
B4X:
TagTech.RunAsync("ReadNdef", "getNdefMessage", Null, 0)
The Null part is simply described as "Params - Array of parameters". I've searched the forum, and also tried the links in the tutorial (1, 2) without finding any clues on how to do this. I'm not even really sure this is where I'm supposed to give the key.
I feel I'm not able to figure this out by myself, can somebody give a hand?