/NFCScanneriOSStarter

Starter project for NFC Product Scanner iOS Demo app

Primary LanguageSwift

iOS Core NFC Scanner

Descritpion

  • A demo of NFC scanner app that stores catalog of product locally uniquely by ID.
  • NFC Scanning session scans the NFC Tag containing the URI appended by id as the second path.
  • After retrieving the id from the tag, it then search the product inside the local store using the ID.
  • If found, the product detail is presented to the user.

Usage