Privacy - NFC Scan Usage Description text missing on scan

I have notice on Beta 4 and maybe it was on Beta 3 that the text in plist parameter : Privacy - NFC Scan Usage Description is missing on the app now when the NFC scan dialogue is visible.


Is anyone else experiencing this or is the a setting I need to change?

Accepted Reply

hi Chum63,


Since Beta3, usage description when NFC scan banner is displayed, is done programmaticaly.


Ref to https://developer.apple.com/documentation/corenfc/nfcreadersessionprotocol/2919987-alertmessage?changes=latest_major


After creating a instance of NFCNDEFReaderSession, you can set the alertMessage.


Hope it helps.

Replies

hi Chum63,


Since Beta3, usage description when NFC scan banner is displayed, is done programmaticaly.


Ref to https://developer.apple.com/documentation/corenfc/nfcreadersessionprotocol/2919987-alertmessage?changes=latest_major


After creating a instance of NFCNDEFReaderSession, you can set the alertMessage.


Hope it helps.

Thank you very much - sorted my problem and very uesful to be able to change dynamically for each scan.

It's cool. And here my another question is "When will the NFCReaderUsageDescription value that I set up in Xcode plist file display?"