An open API service indexing awesome lists of open source software.

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

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)