Hello,
im trying to call from my View Controller a NFC Reader in a different ViewController. The NFC Reader starts but doesn't calls:
func readerSession(_ session: NFCNDEFReaderSession, didDetectNDEFs...)
I can call the NFC Reader in the other ViewController but don't use reader output because i think, that he doesn't calls the didDetectNDEF function.
Thanks for Help