Search results for

nfc

1,176 results found

Post

Replies

Boosts

Views

Activity

NFC Card Emulation in iPhone App
Hi All, I'm currently looking into making an app with NFC capability to enable contactless door access. I can see CoreNFC enables reading and writing of tags in apps but this seems to be different from emulating a card to be read by an NFC reader (the reader that would be on the door). Based on some research it looks like Android provides this functionality in their apps but there's no documentation for it on iPhone. Has anyone been able to achieve this in an iPhone app? Thanks!
0
0
1.8k
Jul ’22
Working with custom java card via NFC
hi Im trying to write a simple app to interact with a custom java card (ISO7816) I created a session: readersession = NFCTagReaderSession(pollingOption: [.iso14443], delegate: self, queue: nil) readersession?.begin() } but no event firing while the card is near the phone if I take a passport it is working but I need to build an app with custom eID card any ideas? thanks
0
0
882
Jul ’22
Do I need special entitlements to create building NFC passes for a private building?
I have a small building that has a centralized access control system with RFID readers for entry. I have been able to add my phone to the system and it does seem to work with the caveat that it tries multiple keys before getting to the key in my building database. The reader will flash and beep even after the door has been successfully unlocked.
1
0
1.3k
Jul ’22
Reply to Using Wallet.app to open doors with NFC reader
I found new to me documentation on how to build a pass for Wallet. It had this detail which looks like what I want to work on. https://developer.apple.com/documentation/walletpasses/pass/nfc?language=objc I need to finish up a pressing project but I will definitely dig into this as my next project. This should work. I can already unlock the my doors with my phone it just runs through a series of keys before it sends a matching key. I think I just need to establish which key belongs to my building so that there are fewer errors or turn off the beep on failure...
Topic: App & System Services SubTopic: Hardware Tags:
Jul ’22
NFC background reading for current app
Hi, I'm trying to implement background NFC reading in my app, but I need it to work without associated url. On the tags should only be plain text that my app then works with. I only need this behavior if my app is active, so it shouldn't always open my app upon scanning. It should only retrieve data from a tag if the app is active, but without the user having to click on some button to trigger reading. If this isn't possible is there at least a way to intercept every nfc event and read it, like shortcuts currently does?
0
0
720
Jun ’22
Intercept NFC-Events with Swift App
Hi, I'm writing an app in Swift and it needs to work with NFC. I've already seen dozens of tutorials for implementing a NFC-reader in your app, but I need my app to intercept every NFC-Event, so whenever a Tag is read even tough the app might not be active at the moment. The best-case scenario would be, that my app then checks if the data is relevant for it's use and if not frees the event and lets the system handle it. Does anybody have some advice on how to implement such a behavior?
0
0
570
Jun ’22
Reply to Write NFC Tag with Password protected
NFC tag with password protection is NFC tag manufacturer specific functionality. Please consult with tag manufacturer's documentation on how to interact with tag specific feature. Refer to Core NFC documentation (https://developer.apple.com/documentation/corenfc/) on APIs for interacting with an NFC tag.
Topic: App & System Services SubTopic: General Tags:
Jun ’22