In an application created from the nxp code for android I can write perfectly in the sram, but in ios I can't.
I have obtained version V3 of the NTAG I2C Demo application for ios that was in an nxp forum, this application manages to compile perfectly but when trying it it does nothing, it does not work. I have tried to transfer these methods to swift and do it through the NFCCore library, but the I2C does not work.
https://community.nxp.com/t5/NFC-Knowledge-Base/NTAG-I2C-Demo-iOS-source-code-sharing/ta-p/1225337
A write and read of an ndef register works fine, even reading the configuration registers to check that passthrough is enabled.
I would like to be able to obtain a newer version or be clear that this function cannot be performed on iOS.
Thank you