Plugin.NFC icon indicating copy to clipboard operation
Plugin.NFC copied to clipboard

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

Open MiguelLobato237 opened this issue 3 years ago • 1 comments

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

  • Version with issue: 0.1.21

  • IDE: Visual Studio 2022 Preview

  • Platform Target Frameworks:

    • Android: 29
  • Nuget Packages: Plugin.NFC

  • Affected Devices: Android

Screenshots

image

MiguelLobato237 avatar Apr 12 '22 21:04 MiguelLobato237

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

saamerm avatar May 08 '22 07:05 saamerm