Search results for

“nfc”

1,191 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
796
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
780
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
917
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
912
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
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?
Replies
0
Boosts
0
Views
796
Activity
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?
Replies
0
Boosts
0
Views
780
Activity
Oct ’18
iPhone XS and iPhone XS MAX - NFC
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?
Replies
0
Boosts
0
Views
4.4k
Activity
Nov ’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 !
Replies
0
Boosts
0
Views
1.2k
Activity
Nov ’18
Reply to Core nfc not working in iPhone 7plus after updating the software iOS from 11 to 12
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:
Replies
Boosts
Views
Activity
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?
Replies
3
Boosts
0
Views
917
Activity
Nov ’18
Is it possible to launch Apple pay NFC from my app (inside app)? for buying tickets
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
Replies
0
Boosts
0
Views
820
Activity
Dec ’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!
Replies
Boosts
Views
Activity
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:
Replies
7
Boosts
0
Views
3.8k
Activity
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
Replies
0
Boosts
0
Views
912
Activity
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
Replies
4
Boosts
0
Views
14k
Activity
Jan ’19
Reply to NFC capabilities on iPads 2019
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.
Replies
Boosts
Views
Activity
Jan ’19
Reply to Time to get NFC Apple Wallet Cert
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
Replies
Boosts
Views
Activity
Jan ’19
Reply to NFFieldNotification not loaded or does not exist
The same happened to me when I tried to read NFC tags from Android NFC Tools app.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Mar ’19
Como ler o UID (Serial único) de uma Tag NFC?
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 ?
Replies
1
Boosts
0
Views
415
Activity
Mar ’19