User Activity

Hi all,On a M24SR series NFC tag, after writing a NDEF message I need to activate GPO pin to wake up the MCU. On Android with java, this method exists: activePinGPO(NFCTag tag, OnNFCListener listener);And I'm trying to find the same method for iOS. J...