franckbour / Plugin.NFC

A Cross-Platform NFC (Near Field Communication) plugin to easily read and write NFC tags in your application.
MIT License
236 stars 68 forks source link

Plugin.NFC can't read NFC Tags after write in ACS ACR122U device #103

Open MiguelLobato237 opened 2 years ago

MiguelLobato237 commented 2 years ago

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

  1. Write a message on an NFC tag
  2. Attempt to read the same NFC tag in the Xamarin.Forms app

Expected Behavior

Actual Behavior

Basic Information

Screenshots

image

saamerm commented 2 years ago

@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?