Hi together,
i am working with the new CoreNFC library using ISO7816.
I also are pretty new within the apple world and have two talking points regarding the NFCReader session handling.
My use-case uses longlasting sessions with the card. However the NFCSession invalidates after about 20 seconds.
Is there a way to extend the duration by setting a arbitrary timeout ? I cannot find any calls in the api regarding this.
Secondly I may need user interaction while the session with the card is active. If i start the session ios shows the nfc overlay and blocks my UI thread until finished. Is there a way to manage the UI in an arbitrary way during NFC sessions?
Sincerely