Hi Guys, wanted to know if we can switch on/off NFC settings programmatically? or if we can take user to the settings in react native/IOS native programming ?
Search results for
nfc
1,176 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hello friend! I started this week using NFC to view payment cards, and I'm at the same stage. Did you manage to evolve?
Topic:
App & System Services
SubTopic:
General
Tags:
Maybe this site can create such an door opening NFC card? https://passninja.com/
Topic:
App & System Services
SubTopic:
Hardware
Tags:
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!
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
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.
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:
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?
We experience this on iPhone12. After upgrading to iOS 15.5 NFC stopped working for our app iPhone Xr, iPhone12 mini and iPhone13 continue to work with NFC
Topic:
App & System Services
SubTopic:
General
Tags:
can anyone please provide an update on the Credit Card reading capability via NFC SDK? Would like to hear directly from Apple if possible. ?
Topic:
App & System Services
SubTopic:
Apple Pay
Tags:
Same here - iPhone 8 Plus, Fresh out of the box. I unfortunately did not test it with the stock OS (14.7) but only after updating it to 15.5 - no NFC. Tried Beta 15.6 - no good. Hope there's no hardware problem. Is there an app that can send log files with the bug report?
Topic:
App & System Services
SubTopic:
General
Tags:
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?
I'm trying the same thing also, but Apple did not think on this. It was very useful if we could set something in wallet to act as an regular NFC card.
Topic:
App & System Services
SubTopic:
Hardware
Tags:
Please refer to Core NFC documentation (https://developer.apple.com/documentation/corenfc/) regarding on the supported tag types, and cross reference with your specific RFID to check on compatibility.
Topic:
Programming Languages
SubTopic:
Swift
Tags:
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: