Disable ISO15693Tag Popup

Dear Apple CS,

I’m working with NFC ISO15693 tags using NFCTagReaderSession / NFCISO15693Tag, and I’d like to read these tags in the background if possible. Is there any way to read this tag type without triggering the system NFC popup that iOS normally shows?

Please note it will not be a public app, the app is meant for internal use for our employees only. is there an option to submit a special request for this use case?

Thank you in advance!

It is not possible to scan NFC tags silently without the UI. This is by design and there is no way to eliminate all UI elements.

While you can Add Support for Background Tag Reading to your app, this will only change the UI shown - a notification instead of the full NFC UI, and the user will need to interact with the notification for your app to be launched.

Is there any way to use the hardware RF reading capabilities of an iPhone to read ISO15693 RF tags silently, and without a UI pop-up? Perhaps using other native iOS libraries than the NFC library?

If not, is there a way for a business to request this feature be allowed in internally used apps only?

Disable ISO15693Tag Popup
 
 
Q