Search code examples
iosobjective-ciphonenfccore-nfc

how to hide or change popup which comes before NFC Tag detection?


is it possible to detect CoreNFC tag without that default PopUp ? and if not ? can i change icon in it or somehow modify that PopUp ?

i am using objective c.

Thanks in Advance


Solution

  • No, you can’t avoid presenting the alert. It’s also not possible to edit the image on it, the only detail that is configurable is the alertMessage (Details here) parameter on your instance of NFCReaderSession.