iosiphoneswiftcore-nfc

Read data on one iOS Device from another using Core NFC framework


Is it possible to establish certain type of data transfer like sharing contact or any other info using CoreNFC framework?


Solution

  • No, as the official documentation states, the Core NFC framework can only be used to detect tags and read messages, it cannot be used to publish messages.