Search results for

nfc

1,175 results found

Post

Replies

Boosts

Views

Activity

Smartcard reader matching?
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?
0
0
790
Oct ’18
NFC and RFID
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?
0
0
775
Oct ’18
When will NFCReaderUsageDescription be shown to user?
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 !
0
0
1.2k
Nov ’18
Is there a list of UIRequiredDeviceCapabilities?
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?
3
0
908
Nov ’18
Reply to NFC enabled prepaid reward card
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!
Dec ’18
NFFieldNotification not loaded or does not exist
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?
Topic: UI Frameworks SubTopic: AppKit Tags:
7
0
3.8k
Jan ’19
The application is crashing on iPhone/iPad [with iOS 12] which does not have NFC capabilities.
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
0
0
902
Jan ’19
NFC capabilities on iPads 2019
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
4
0
14k
Jan ’19