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

No event firing when IOS StartListening() encounters a read failure

Open petetataliba opened this issue 3 years ago • 1 comments

Description

On iOS, if there is an error reading, there is no event fired to handle the missed tag reading

Steps to Reproduce

  1. start listening
  2. create a read error reading NDEF tag. i can do this by passing the phone by my tag quickly, so that it is out range after the trigger to read and the actual reading of the NDEF message

Expected Behavior

should there be an event that fires on this failure? something like Current_OniOSReadingSessionCancelled?

Actual Behavior

no event is fired that ican find, i then have no way to know the tag read has failed I cant start over or move forward. I have a wizard, and i need to know to restart the process on a failure.

Basic Information

Maybe this is not a bug, maybe there is something i am missing to catch a read failure?

  • Version with issue:1.22
  • Last known good version:
  • IDE: VS 22 windows
  • Platform Target Frameworks:
    • iOS:
    • Android:
    • UWP:
  • Nuget Packages:
  • Affected Devices:

Screenshots

Reproduction Link

petetataliba avatar May 17 '22 21:05 petetataliba

@petetataliba did you try to assign a function to the iOS failure event handler ?

saamerm avatar Aug 20 '22 17:08 saamerm