-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
beda881
commit 8174ab4
Showing
1 changed file
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,16 @@ | ||
# Near | ||
## Near - CoreNFC Example App | ||
|
||
CoreNFC Example | ||
#### Requirements | ||
|
||
* iOS 11 beta | ||
* iPhone 7 or 7 Plus | ||
|
||
The app will build and run in the simulator but will do nothing interesting. Tapping scan in the Simulator or on an unsupported device will yield an error alert. | ||
|
||
|
||
#### Overview | ||
|
||
This project is a sample app showing how to use CoreNFC with NDEF tags or hardware. It was tested with a limited number of NDEF tags. | ||
|
||
From the main screen, tapping scan will show the system UI for NFC scanning. Hold the tag or device near the top of the phone. A scan result will appear. You can drill down into the message and see individual message records. | ||
|
||
Requires iOS 11 beta and iPhone 7 or 7 Plus. Will not build in the simulator. |