https://github.com/goliatone/rfportals
iOS RF portals PoC
https://github.com/goliatone/rfportals
Last synced: 2 months ago
JSON representation
iOS RF portals PoC
- Host: GitHub
- URL: https://github.com/goliatone/rfportals
- Owner: goliatone
- Created: 2018-12-09T20:34:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T04:50:15.000Z (over 6 years ago)
- Last Synced: 2025-02-13T19:18:19.350Z (4 months ago)
- Language: Swift
- Size: 123 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RFPortals
Proof of concept application for remote Access Control using:
* NFCCore
* CoreBluetooth## Info.plist
* Added `NSUserActivityTypes` with value `com.goliatone.RFPortals.scanPortals`
* Added `Privacy - NFC Scan Usage Description`
* Added `Privacy - Camera Usage Description`### TODO
Knock background to open if BLE present, see [here](https://stackoverflow.com/questions/30619778/swift-coremotion-detect-tap-or-knock-on-device-while-in-background)