Search results for

“nfc”

1,194 results found

Post

Replies

Boosts

Views

Activity

NFC - tagReaderSession - didInvalidateWithError latency
Good day, I would appreciate clarification on something. I've got, say, a very simple Obj-C app with one Scan card button. If the user pushes the button, beginSession is called, followed by tagReaderSessionDidBecomeActive. Now the user presses the Cancel button on the NFCCore popup showing up while detecting cards. This will eventually fire a call to tagReaderSession - didInvalidateWithError. But I find it very slow to come (approximately 1 sec or so), which give plenty of time to the user to push the Scan card button again. If he does so a new call to beginSession will be made just before the didInvalidateWithError comes up, leading to a very broken scenario... Am I doing something wrong? If not any idea how to workaround that? Cheers, Alex
0
0
890
Mar ’21
Reply to CoreNFC: Sending Custom Commands using NFCISO15693Tag protocol
This seems to still be happening with iOS 13.1.2. The only ISO15693 command where Apple provided much documentation is readSingleBlockWithRequestFlags. Those docs say that RequestFlagAddress is enabled by default and that the OS will include the tag's identifier with the command. It may be the case that customCommand does that as well, which is why it rejects the attempt to include RequestFlagAddress manually. I don't have a way to verify this -- does anyone have an NFC card emulator or some other way to snoop the NFC traffic?
Topic: App & System Services SubTopic: Core OS Tags:
Nov ’19
Reply to NFC (CPSErrorDomain error 2.)
Are there any updates for this issue? the same error with the NFC tags and the QR reader in the control center, but with the https URLs not http, I don't have any payment methods, I think the issue with links with trackable codes but not sure, I checked all posts and answers through the web that connected to the NFC and QR issues but no one got a key or answer, please provide us updates if someone reaches the solution or the reason. Regards
Topic: App & System Services SubTopic: General Tags:
Mar ’21
Reply to CoreNFC / NFCTagReaderSession Availability on iPad
At this time, CoreNFC functionality is only available on iPhones with NFC capability. We cannot discuss future changes to hardware or software. You can always determine the availability at runtime by checking the NFCReaderSession.readingAvailable property to determine whether the user’s device supports scanning for and detecting NFC tags, and then handle your user experience gracefully depending on the outcome. This way your app would be ready to use any functionality if it were to become available in future OS or device versions.
Nov ’25
Reply to Using Wallet.app to open doors with NFC reader
Hi, I had the same thought. The problem is the NFC Entitlement (=> you cannot generate custom NFC-Passes) and the Apple VAS protocol. As it‘s proprietary and only available for MFi members. In such case, I‘d love to be such member, but the process behind seems to be complicated :/ I guess, walket encrypts the data sent by the pass using a key every time, so it can’t be shared always the same string… would love to see more flexibility here!
Topic: App & System Services SubTopic: Hardware Tags:
Jun ’22
Reply to Swift iOS iPadOS app for Smartcard Token PIV using CryptoTokenKit
Does Apple support lighting port readers? Depends on what you mean by “support”. The iOS security infrastructure is able to work with smart card readers connected via Lightning, USB, NFC, and others. The exact mechanics of how that works, and who supports it if it fails!, depends on the connection type. What is the need of crypto token kit extension if we are able to list the certificates from key chain just by adding com.apple.token in the entitlements file. The built-in infrastructure can work the SE and with PIV hardware token. If your hardware token needs custom support, or you want to create a virtual token that’s not backed by directly connected hardware, you create a CTK appex. For example, my Yubikey 5Ci has NFC support. That only works if Yubico’s app is installed, because the app contains the CTK appex that bridges to NFC [1]. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] Via a very convoluted path,
Topic: Privacy & Security SubTopic: General Tags:
Jun ’23
NFC - tagReaderSession - didInvalidateWithError latency
Good day, I would appreciate clarification on something. I've got, say, a very simple Obj-C app with one Scan card button. If the user pushes the button, beginSession is called, followed by tagReaderSessionDidBecomeActive. Now the user presses the Cancel button on the NFCCore popup showing up while detecting cards. This will eventually fire a call to tagReaderSession - didInvalidateWithError. But I find it very slow to come (approximately 1 sec or so), which give plenty of time to the user to push the Scan card button again. If he does so a new call to beginSession will be made just before the didInvalidateWithError comes up, leading to a very broken scenario... Am I doing something wrong? If not any idea how to workaround that? Cheers, Alex
Replies
0
Boosts
0
Views
890
Activity
Mar ’21
Reply to NFC Tags won't read after iOS 15.4 update
I found that if I turn off cellular, then I can read NFC devices. Not worth it for a silly device, but probably worth it for your GCM.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’22
Reply to Using Wallet.app to open doors with NFC reader
Deemer and where's the security of it? The phone reads the nfc stick, and then? Send a response to a server or what? What if the service of the server is not running?
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to Emulating NFC Tag using iPhone Device
Hello may you please advice how were you able to use an NFC tag emulated in a device ?? and if there is a link or an app you used can you please share.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’20
Reply to CoreNFC: Sending Custom Commands using NFCISO15693Tag protocol
This seems to still be happening with iOS 13.1.2. The only ISO15693 command where Apple provided much documentation is readSingleBlockWithRequestFlags. Those docs say that RequestFlagAddress is enabled by default and that the OS will include the tag's identifier with the command. It may be the case that customCommand does that as well, which is why it rejects the attempt to include RequestFlagAddress manually. I don't have a way to verify this -- does anyone have an NFC card emulator or some other way to snoop the NFC traffic?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’19
Reply to NFC (CPSErrorDomain error 2.)
Are there any updates for this issue? the same error with the NFC tags and the QR reader in the control center, but with the https URLs not http, I don't have any payment methods, I think the issue with links with trackable codes but not sure, I checked all posts and answers through the web that connected to the NFC and QR issues but no one got a key or answer, please provide us updates if someone reaches the solution or the reason. Regards
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’21
Reply to CoreNFC / NFCTagReaderSession Availability on iPad
At this time, CoreNFC functionality is only available on iPhones with NFC capability. We cannot discuss future changes to hardware or software. You can always determine the availability at runtime by checking the NFCReaderSession.readingAvailable property to determine whether the user’s device supports scanning for and detecting NFC tags, and then handle your user experience gracefully depending on the outcome. This way your app would be ready to use any functionality if it were to become available in future OS or device versions.
Replies
Boosts
Views
Activity
Nov ’25
Reply to How does one read/parse the NDEF Message from CoreNFC?
This looks to be the URI identification code. You can read more about it here: https://learn.adafruit.com/adafruit-pn532-rfid-nfc/ndef
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’17
Reply to Writing ndef messages to a MiFare Ultralight tag with known password
Hello... you are use Ultralight NFC right. May I know how you do this, can you share code here so I can identify what's is the main error. Thanks.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’20
Reply to iOS 13 CoreNFC ISO15963 customCommand 0x35
Looking forward to better support for reading/writing NFC. Some good steps forward, but still catching up to Android...
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’20
Reply to Using Wallet.app to open doors with NFC reader
Hi, I had the same thought. The problem is the NFC Entitlement (=> you cannot generate custom NFC-Passes) and the Apple VAS protocol. As it‘s proprietary and only available for MFi members. In such case, I‘d love to be such member, but the process behind seems to be complicated :/ I guess, walket encrypts the data sent by the pass using a key every time, so it can’t be shared always the same string… would love to see more flexibility here!
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to iOS13 supports Webauthentication feature.
The device itself is not the security key. You need to purchase a security key supports NFC or lightning and use it when the device asks you to.
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’20
Reply to NFC capabilities on iPads 2019
Apple only supports reading/writing NDEF messages on nfc. Many (most/all?) passports do not use NDEF.
Replies
Boosts
Views
Activity
Mar ’20
Reply to Reading Credit Card Tag using CoreNFC
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:
Replies
Boosts
Views
Activity
Jul ’22
Reply to Swift iOS iPadOS app for Smartcard Token PIV using CryptoTokenKit
Does Apple support lighting port readers? Depends on what you mean by “support”. The iOS security infrastructure is able to work with smart card readers connected via Lightning, USB, NFC, and others. The exact mechanics of how that works, and who supports it if it fails!, depends on the connection type. What is the need of crypto token kit extension if we are able to list the certificates from key chain just by adding com.apple.token in the entitlements file. The built-in infrastructure can work the SE and with PIV hardware token. If your hardware token needs custom support, or you want to create a virtual token that’s not backed by directly connected hardware, you create a CTK appex. For example, my Yubikey 5Ci has NFC support. That only works if Yubico’s app is installed, because the app contains the CTK appex that bridges to NFC [1]. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] Via a very convoluted path,
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’23