- Notifications
You must be signed in to change notification settings - Fork0
clarenceji/ClareTouch
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Experiments with Apple's CoreNFC framework (beta)
This iOS 11 project demonstrates how to use Apple's latest (not-well-documented, as always 🤷♂️ )CoreNFC framework. Currently the framework only supports reading NDEF tags.
CoreNFC currently also supports reading NFC tags compatible with ISO15693 standard. However, while implementing and testing this support, a "Feature not supported" error was given which prevented the NFC Reader Session from being started.
If you would like to start a CoreNFC project, you can check out this tutorial:http://jensmeder.de/git/2017/06/06/getting-started-with-corenfc.html. This also requires an active Apple Developer account.