Hi,how can I debug CCID hardware driver matching on Mojave? I have an NXP NFC reader that should match the CCID profile.The USB ID is in SmartcardServices Info.plst and also mentioned as supported in https://opensource.apple.com/source/SmartcardCCID/SmartcardCCID-55017/ccid/ccid/readers/supported_readers.txtHowever it doesn't show up when I run pcsctest. I have another CCID reader that works fine.Any hints how to debug?
Search results for
nfc
1,175 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Is there a way to get device information such as os version and device type via NFC or maybe some other way? I want to get started learning about RFID and iOS. What would you guys would recommend in terms of Readers and Tags for iOS?
Hi All. iPhone XS and iPhone XS MAX both have NFC native for reading NFC tags. This is working in the US but not in Australia. I can't get an answer from Apple support, or engineering team. Thoughts as to why it doesn't work in Australia?
NFCReaderUsageDescription - Xcode Name: Privacy - NFC Reader Usage Description”.I included the NFCReaderUsageDescription key in my app’s Info.plist file and provided a purpose string for this key.But the purpose string is NOT displayed as part of the alert like other privacy keys. Indeed there is no alert before the NFC Reader session running. If anyone know when will NFCReaderUsageDescription be shown to user? Thanks a lot !
Hello,I've an iPhone 7 and I've a problem with all nfc tag reader apps too. It detects the tag but get an error response. Same apps with same tags work on iPhone X, I only get this problem with my iPhone 7, so maybe an iPhone 7/7 Plus bug.Best regards
Topic:
Programming Languages
SubTopic:
Swift
Tags:
Apple's documentation has been marked as no longer being updated. Is there a place where I can get updated information? I want to know if new keys have been added to UIRequiredDeviceCapabilities that let me restrict my app to iPhone 8 and above, for example.According to the keys listed in the aforelinked document, one can restrict one's app to running on iPhone 7 and above by listing nfc as a required device capability. I don't see a way to require iPhone 8. Is there a key, and the document hasn't been updated, or is there no key?
I didn't find any information regarding the Apple pay NFC for buying physical goods etc in Apple Pay documentation. Is it possible to use the Apple Pay NFC inside the app? I am able to develop an app using the apple pay in-app feature but interested to integrate the NFC Apple Pay feature also for physical goods etc.Thanks
Tag: FlonSolutionsHi @FlonSolutionsThank you for the explanation.We are done with the following:1.) Creating Pass in Apple wallet of type Store card2.) RFID reader was able to receive the NFC message data in encrypted form.3.) Every read attempt from the reader results into a different tag value:eg: C8F8420FC06AE683B4A82767F66DC77542432F0883135FA1F678E42382D02F7660AEFE90A6452FE0EDBB8972860CFA9E99C391E7712DFC3FF1DC814795851F7B9C2C7B3FEF50ED==?Question:How to decrypt the tag to get the StoreCard message value out of it?Any help will be appreciated.ThanksHappy New Year!
Topic:
App & System Services
SubTopic:
Apple Pay
Tags:
Hi everyone, I created a simple application for iOS using swift 4.2, this application use Core NFC, but ever use scanner NFC this erro appear:2019-01-03 13:26:59.854792-0200 NFCteste[10884:3626226] [general] connection to service named com.apple.nfcd.service.corenfc: Exception caught during decoding of received message, dropping incoming message. Exception: Exception while decoding argument 0 (#2 of invocation): Exception: decodeObjectForKey: class NFFieldNotification not loaded or does not existSomeone can to help me?
Note:NFC detection part is in Cocoa Pods Framework. There is the solution to make NFC framework optional in the app to prevent this crash but in this specific case, NFC detection happens in the framework itself. It is crashing on all iPhones which don't have NFC support. Crash log for this:dyld: Library not loaded: /System/Library/Frameworks/CoreNFC.framework/CoreNFC Referenced from: /private/var/containers/Bundle/Application/9BF98F8A-775D-436A-92CA-4A6534686BF9/smart-interaction-client-iOS_Example.app/Frameworks/smart_interaction_client_iOS.framework/smart_interaction_client_iOS Reason: image not foundMessage from debugger: Terminated due to signal 6
Hello,does the Core NFC Framework work with iPads?I want to read an NDEF NFC Tag, it works great on the iPhone Family, does Apple support this on iPads too?Do actually iPads have NFC hardware built-in? Would be nice if someone has experience in this case.Greetings,Tobias
NFC chips were first found back in 2013~14 iPad Air. Supporting NFC, and supporting Apple Pay are two different things.AFAIK, the use of Apple Pay on iPad requires a man/in/middle website & mobileSafari.
Topic:
App & System Services
SubTopic:
Apple Pay
Tags:
Hi CouponWorld,Same for us. We requested NFC enabled pass 2 weeks ago, and still no answer. Do you have any idea regarding delay / answer from Apple ? Thx
Topic:
App & System Services
SubTopic:
Apple Pay
Tags:
The same happened to me when I tried to read NFC tags from Android NFC Tools app.
Topic:
UI Frameworks
SubTopic:
AppKit
Tags:
alguem sabe uma forma de obter o UID de uma tag NFC Usando Swift 4?how can i read and display the UID NFC Tag ?