-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS NFC Capabilities #2
Comments
@th0mas thanks for opening this issue to investigate iOS. 👍 In the first instance we just want the phone to be a passive NFC tag. We might just give people an NFC Sticker for their phone to get around any limitations. 💭 |
@nelsonic I don't have an NFC-enabled iOS device to test on. Making the phone a passive NFC tag seems to be very difficult/impossible on iOS. It only seems possible to read tags but I'll try and investigate more. An NFC sticker could be a good solution. |
Ok, let's park the iOS issue for now until we get the first "happy path" working. |
It seems we'll probably have to implement bluetooth beacons to get it working on iOS - it seems to be the current "go to" method. From my research I think you can set iBeacons to only trigger when they are in a >10cm range so we could achieve feature parity with NFC |
Yeah, BLE iBeacon seems like the way to go. 👍🏻 |
The easiest way for Phones to communicate with the NFC reader seems to be Host Card Emulation. The issue is, iOS can't do this.
We need to research ways of communicating with the NFC reader on iOS.
TODO:
The text was updated successfully, but these errors were encountered: