How to remove popup message of NFC tag?

When NFC session begin, "Ready to scan" popup appear in screen. In my application I only need to scan NFC tag without popup. Is there any solution to remove popup?

(Note: This is quite off-topic here, since it deals with Apple frameworks)

If you‘re scanning in the foreground, you can not get rid of the popup. That said, some devices support a limited form of background scanning. Read Apple Developer Documentation for more info.

1 Like

Thank you very much