Open pefka opened 3 days ago
Thank you for reaching out! Which platforms must be supported?
iOS and Android
I'm not sure if it's possible on iOS. Core NFC only offers two methods for MiFare tags:
The first is already available via the plugin. You may simply have to send a special command to the tag. However, I have never tested this myself. Feel free to give it a try using the transceive(...)
method of the plugin.
Android, on the other hand, offers the following two methods:
I guess these are the methods you are looking for. Both should be easy to implement.
Plugin(s)
Current problem
I can't find a way to make communication between the card and smartphone encrypted.
Preferred solution
There is a MiFare desFire card, it supports encrypted communication through authorisation.
Can you add to your plugin the possibility of read with authorisation and write with authorisation?
Alternative options
No response
Additional context
No response
Before submitting