Is it possible to read NFC tag without the popover?

There's a popover when I use https://developer.apple.com/documentation/corenfc to read the nfcTag, but I don't want that popover. Can I read the nfcTag without popover?

I hope that there will be no pop-up window after enabling nfctag reading, and only start processing the obtained information when the correct nfcTag is read. I hope to realize that the user can perform other operations in the application and always open the nfcTag for reading before reading an nfcTag.Is it possible?How should I implement this function?

Is it possible to read NFC tag without the popover?
 
 
Q