Search results for

“nfc”

1,194 results found

Post

Replies

Boosts

Views

Activity

Do I need special entitlements to create building NFC passes for a private building?
I have a small building that has a centralized access control system with RFID readers for entry. I have been able to add my phone to the system and it does seem to work with the caveat that it tries multiple keys before getting to the key in my building database. The reader will flash and beep even after the door has been successfully unlocked.
1
0
1.3k
Jul ’22
Reply to Using Wallet.app to open doors with NFC reader
I found new to me documentation on how to build a pass for Wallet. It had this detail which looks like what I want to work on. https://developer.apple.com/documentation/walletpasses/pass/nfc?language=objc I need to finish up a pressing project but I will definitely dig into this as my next project. This should work. I can already unlock the my doors with my phone it just runs through a series of keys before it sends a matching key. I think I just need to establish which key belongs to my building so that there are fewer errors or turn off the beep on failure...
Topic: App & System Services SubTopic: Hardware Tags:
Jul ’22
NFC not working on iPhones in Japan
Hello, We install ISO/IEC 14443-A NFC chips in products. The reading works perfectly with German/European devices. However, it does not work with iPhones (iPhone 8+) from Japan, the tag is simply not recognised. Is it known that Japanese devices do not support this ISO standard or has anyone had similar experiences?
1
0
1.8k
Jun ’22
Is RFID tag scanning possible through CoreNFC Framework?
Hello Apple Devs, Can some one tell if I can scan RFID tag using the CoreNFC framework? Right now i have a requirement of an iOS app which can scan RFID tag. I have read about CoreNFC framework and know that NFC is a subset of RFID but still requiring clarification on my question. Can anyone from APPLE team kindly and humbly reply to my query? Thanks and regards, Alex
1
0
2.8k
Jun ’22
Reply to Write NFC Tag with Password protected
NFC tag with password protection is NFC tag manufacturer specific functionality. Please consult with tag manufacturer's documentation on how to interact with tag specific feature. Refer to Core NFC documentation (https://developer.apple.com/documentation/corenfc/) on APIs for interacting with an NFC tag.
Topic: App & System Services SubTopic: General Tags:
Jun ’22
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
Do I need special entitlements to create building NFC passes for a private building?
I have a small building that has a centralized access control system with RFID readers for entry. I have been able to add my phone to the system and it does seem to work with the caveat that it tries multiple keys before getting to the key in my building database. The reader will flash and beep even after the door has been successfully unlocked.
Replies
1
Boosts
0
Views
1.3k
Activity
Jul ’22
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 Using Wallet.app to open doors with NFC reader
Maybe this site can create such an door opening NFC card? https://passninja.com/
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Jul ’22
Reply to Using Wallet.app to open doors with NFC reader
I found new to me documentation on how to build a pass for Wallet. It had this detail which looks like what I want to work on. https://developer.apple.com/documentation/walletpasses/pass/nfc?language=objc I need to finish up a pressing project but I will definitely dig into this as my next project. This should work. I can already unlock the my doors with my phone it just runs through a series of keys before it sends a matching key. I think I just need to establish which key belongs to my building so that there are fewer errors or turn off the beep on failure...
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Jul ’22
Reply to NFC Tags won't read after iOS 15.4 update
We experience this on iPhone12. After upgrading to iOS 15.5 NFC stopped working for our app iPhone Xr, iPhone12 mini and iPhone13 continue to work with NFC
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to using Core NFC to read credit card number, expiry date
can anyone please provide an update on the Credit Card reading capability via NFC SDK? Would like to hear directly from Apple if possible. ?
Replies
Boosts
Views
Activity
Jun ’22
Reply to NFC Tags won't read after iOS 15.4 update
Same here - iPhone 8 Plus, Fresh out of the box. I unfortunately did not test it with the stock OS (14.7) but only after updating it to 15.5 - no NFC. Tried Beta 15.6 - no good. Hope there's no hardware problem. Is there an app that can send log files with the bug report?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to Using Wallet.app to open doors with NFC reader
I'm trying the same thing also, but Apple did not think on this. It was very useful if we could set something in wallet to act as an regular NFC card.
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Jun ’22
NFC not working on iPhones in Japan
Hello, We install ISO/IEC 14443-A NFC chips in products. The reading works perfectly with German/European devices. However, it does not work with iPhones (iPhone 8+) from Japan, the tag is simply not recognised. Is it known that Japanese devices do not support this ISO standard or has anyone had similar experiences?
Replies
1
Boosts
0
Views
1.8k
Activity
Jun ’22
Is RFID tag scanning possible through CoreNFC Framework?
Hello Apple Devs, Can some one tell if I can scan RFID tag using the CoreNFC framework? Right now i have a requirement of an iOS app which can scan RFID tag. I have read about CoreNFC framework and know that NFC is a subset of RFID but still requiring clarification on my question. Can anyone from APPLE team kindly and humbly reply to my query? Thanks and regards, Alex
Replies
1
Boosts
0
Views
2.8k
Activity
Jun ’22
Reply to Is RFID tag scanning possible through CoreNFC Framework?
Please refer to Core NFC documentation (https://developer.apple.com/documentation/corenfc/) regarding on the supported tag types, and cross reference with your specific RFID to check on compatibility.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’22
Write NFC Tag with Password protected
Can we write NFC Tag with password in iOS? That means iOS can Read/write to NFC tag with password protection? If yes then can you please share with me some details?
Replies
1
Boosts
0
Views
1.4k
Activity
Jun ’22
Reply to Write NFC Tag with Password protected
NFC tag with password protection is NFC tag manufacturer specific functionality. Please consult with tag manufacturer's documentation on how to interact with tag specific feature. Refer to Core NFC documentation (https://developer.apple.com/documentation/corenfc/) on APIs for interacting with an NFC tag.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to Using Wallet.app to open doors with NFC reader
Hello, Why I can not make a NCF tag from my iPhone? Why iPhone can not write NFC in shortcuts? Maybe for sharing quick information about yourself just tapping another iPhone. Michal
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Jun ’22
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