Data transfer using NFC

I am trying to transfer data from one device to another using NFC. I'm trying to figure out if this is possible, I downloaded apple's sample project about CoreNFC, I was able to read NFC Tags (it wasn't a real NFC Tag, rather it was an NFC Tag emulated with an android device). Can I use my iPhone to emulate an NFC Tag to transfer data to another iPhone or Android device?

Replies

Can I use my iPhone to emulate an NFC Tag to transfer data to another iPhone or Android device?

No.

hi ,

No, this is not yet possible with coreNFC to emulate iphone as a NFC Tag. The HostCardEmulation mode is ONLY reserved for Wallet applications (ApplePay, CarKey, ...) and is not accessible at user level. good luck.