Activate GPO pin with iOS code
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.
Just for be more precise, I'm using NFCISO7816APDU to send messages. So I'm wondering if I can manage GPO pin with APDU as well because it's not written on the datasheet.
Any idea?
Thanks!
