Search results for

nfc

1,175 results found

Post

Replies

Boosts

Views

Activity

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
NFC ISO7816 for ePassport
Hi, I just having an issue with ePassport NFC. When development all requirement setup already included. After build success when trying to scan the passport, it froze there. Nothing happen , look like it not detecting the passport. I check my device and passport no issue. So can help me since its urgent part of the development. It has been blocker since day 1 of the development
1
0
120
Oct ’25
IPhone to iPhone data transfer using NFC
My experience with NFC is very limited, but I'm trying to implement a way to share a URL directly from one iPhone to another using NFC, similar to how Android Beam works. I learned that even though iOS 13 supported writing to tags, it did not support tag emulation necessary for this kind of data exchange to work. I've watched the WWDC 2020 video on the new Core NFC features, but I can't figure out if anything has changed in this regard. I can't find any information about this in the documentation neither. Can anyone with more NFC experience tell me if what I'm trying to do is possible?
3
0
4.7k
Jun ’20
NFC Error Distribute App
Invalid entitlement for core nfc framework. The sdk version '16.4' and min OS version '11.0' are not compatible for the entitlement 'com.apple.developer.nfc.readersession.formats' because 'NDEF is missing in the entitlement'. (ID: 5825b68c-1bc8-450e-acfa-37f629843796)
0
0
1.1k
Jun ’23
NFC doubts
Hi everybody. I have a question about NDEF Messages. I just begin to learn CoreNFC from tutorials and Apple documentation. I'm trying to do an app with a Form and I want to write those TextFields into a NFC Tag . The tag that I'm using is a NTAG 125 wich works perfectly with IOS, but this is my problems I don't understand very well how payload works. Is possible to write a dictionary in the Tag ? or I'm forced to write each record at the time? For example: I want to write this in my Tag username: Rafael lastname : Castro Id: 0701334445 loginDate: 2021-11-02 Since I may be updating the Tag from time to time if instead of one register, the ones wrote down in my tag are 4 I thing I will be depleting the tag memory very quickly. Someone can help me with this ? Thanks in advance !
0
0
377
Nov ’21
NFC ID from Wallet pass always different
Hi Team, We are looking at developing a pass for Appley Wallet that will send an NFC ID to our device which has an NFC card reader built-in. Problem is every time we present the same pass, the ID read by our reader is different. The pass I am using is just a basic transport pass, not a payment card, so expecting the NFC ID to be the same. Do we need to do something special on our reader to properly decode the NFC IDs sent from a Wallet pass? Thanks in advance, Pat
1
0
967
Jul ’21
Core NFC: how to use NFCTagCommandConfiguration
After having reviewed the information from the WWDC2019 Key Note on the NFC API~ https://developer.apple.com/videos/play/wwdc2019/715/I've been experimenting with the Sample NFC-Project as found at~ https://developer.apple.com/documentation/corenfc/building_an_nfc_tag-reader_appI've just been focusing on Read/Write of NDEF-Formatted-Tags,~ using NFCNDEFReaderSession, NFCNDEFReaderSessionDelegate, NFCNDEFTag, NFCNDEFMessage, and their related methods and propertiesand ISO7816-Native-Tags~ using NFCTagReaderSession, NFCTagReaderSessionDelegate, NFCTagI've had general success with API's for both technologies, but I would like to know if and how i can use theNFCTagCommandConfiguration class~ https://developer.apple.com/documentation/corenfc/nfctagcommandconfigurationwith those API's?I'm specifically interested in its maximumRetries and retryInterval properties.An example use case for me is with the Delegate-Callback for when the Reader-Session has invalidated~ tagReaderSession(_ session: NFCTagR
1
0
1.2k
Oct ’19
Using NFC in iPhones for authentication in the payment process
From what I know, Apple's NFC chip cannot be linked to a card without Apple Pay.Which means Core NFC cannot be used for payment related application ID's , based on this documentation https://developer.apple.com/documentation/corenfcWhat if I want to use the NFC chip for authenticating a financial transaction? I have been scouring through Apple's legal documentation but I haven't found anything.Is it possible to use the NFC chip for a financial transaction but without using the payment protocol?If no, could you provide a source for it ?Thanks
0
0
637
Mar ’20