I have a custom tender application. I wrote some NFC code to read a tag that is not a traditional card but just a simple text tag. If I run on any dev kit I own (Clover mini, Flex2) everything works but I just got a couple of Flex 3s and now the NFC is not working at all when I do
nfcAdapter = NfcAdapter.getDefaultAdapter(...)
I get back a null object. I see this message in the nfc support for clover:
IMPORTANT—Support ended for Android NFC feature from July 2023 With the launch of the third generation of Clover Flex and Mini devices, we no longer support the Android NFC (Near Field Communication) feature.
Is this the source of this issue? Is there any way to get NFC support on these new devices? (even if it is via a custom SDK/API?)