Description
Hello, first of all, thank you very much for a great job with this react native library.
I am experiencing the following issue:
I am able to use the HCE library on both android 10 and 12, which are the devices I am testing with.
Both are able to send the HCE message, however android 12 is unable to read the message from android 10.
For example, I can send an NDEF message from android 10 to another android 10 device as a reader.
However, if a try to send the NDEF message from android 10 to a Samsung S22+ with android 12, the reader is unable to receive the NDEF messages, there are no errors on any of the two sides. There is just a small bubble on the HCE side (android 10) which states that there are no apps available to receive the tag.
As a side note I am using this library as a reader:
https://github.com/revtel/react-native-nfc-manager
Also, I tested sending the HCE NDEF message with another google play store library and the message is properly sent from android 10 to 12 with this one:
https://play.google.com/store/apps/details?id=com.maxsoft.ndeftagemulator&hl=en&gl=US
Just wanted to know I anyone has experienced something similar or has any clue of what could be happening. Thanks in advance!