Hello, I'm currently developing an iOS app using CoreNFC that interacts with an RFID reader to facilitate data writing via NFC. My use case involves writing specific NFC tag data to an RFID reader in the context of an electric vehicle charging station that supports multiple RFID standards (ISO/IEC 14443A/B, ISO/IEC 15693, Mifare, FeliCa™, etc.). However, every time I attempt this NFC write operation, the Apple Wallet app opens, preventing my app from completing the NFC session. Here are the details of the issue: I'm using the lower-level NFCISO14443ReaderSession API for direct tag communication, not NDEF. I do not want to create a virtual NFC tag for contactless transactions; I only need to write the NFC tag data to the RFID reader, and the iPhone should act as an initiator, not a tag emulation device. This behavior is consistent, and despite ensuring that I am not working with NDEF tags, the Wallet app is triggered each time. I understand that CoreNFC sup