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
- Host: GitHub
- URL: https://github.com/appcoda/corenfcdemo
- Owner: appcoda
- Created: 2017-07-20T05:09:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-20T05:13:18.000Z (almost 8 years ago)
- Last Synced: 2025-03-27T05:33:31.754Z (3 months ago)
- Topics: corenfc, demo-app, nfc, nfc-card-reader, swift, swift4, tutorial-code, xcode
- Language: Swift
- Homepage: http://www.appcoda.com/corenfc-introduction
- Size: 9.77 KB
- Stars: 32
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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