An open API service indexing awesome lists of open source software.

https://github.com/appcoda/corenfcdemo

A simple demo for CoreNFC in iOS 11
https://github.com/appcoda/corenfcdemo

corenfc demo-app nfc nfc-card-reader swift swift4 tutorial-code xcode

Last synced: 3 months ago
JSON representation

A simple demo for CoreNFC in iOS 11

Awesome Lists containing this project

README

        

# A simple demo for CoreNFC iAn iOS 11

At WWDC 2017, Apple announced a long wanted system framework for developers, CoreNFC. If you are not familiar with NFC, simply put, NFC (short for Near Field Communication) allows two devices to communicate with each other when placed within 4cm of each other. Most businesses put NFC chips in cards, enforcing tighter security of who can enter a building. Apple’s CoreNFC currently supports one single NFC format, NFC Data Exchange Format, or NDEF (commonly used in most tablets and phones on the market today).

For the full tutorial, please refer to the link below:

http://www.appcoda.com/corenfc-introduction