Plugin.NFC
Plugin.NFC copied to clipboard
Plugin.NFC can't read NFC Tags after write in ACS ACR122U device
Description
After writing to an NFC card with the ACS ACR122U device, I try to read the same tag from an app I'm developing in Xamarin.Forms, however it always returns False in the tagInfo.IsSupported section in the Current_OnMessageReceived method
Steps to Reproduce
- Write a message on an NFC tag
- Attempt to read the same NFC tag in the Xamarin.Forms app
Expected Behavior
Actual Behavior
Basic Information
-
Version with issue: 0.1.21
-
IDE: Visual Studio 2022 Preview
-
Platform Target Frameworks:
- Android: 29
-
Nuget Packages: Plugin.NFC
-
Affected Devices: Android
Screenshots

@MiguelLobato237 did you try to add the library by cloning this repository and then adding a break point to see why it is returning false?