Search results for

“nfc”

1,194 results found

Post

Replies

Boosts

Views

Activity

Reply to Core NFC - IOS 13 - M24LR16E(iso15693) : Not able to Read/Write the Data
I think the problem lies in the chip implementation of standard ISO15693 address length. I have seen same problem with On-semi N24RF64E, i have asked them but they ignore to answer if the tag follow ISO15693 or work with iOS. Probably the chips is constructed before iOS got NFC API in place. For example ST25DV16K seems to implement correct IOS15693 Extended Commands. One problem here is that the manufacture could indicate that the chip is not compatible with iOS.
Topic: App & System Services SubTopic: General Tags:
Dec ’21
Reply to Integrate Passkey iCloud Keychain with other smartphone-based FIDO authenticator
WebAuthn divides authenticator connections into two categories: Platform authenticators which are provided by the device itself. Passkeys as well as the existing FaceID/TouchID support in Safari fall into this category. You can typically only use these on the same machine as before, although Passkeys is trying to expand these to be synced across devices on your Apple account. Cross-platform authenticators (or roaming authenticators), which communicate over some sort of transport like USB, BLE, NFC, etc. These can be used whenever the authenticator is available over that transport and the browser/platform you are on supports them - most Macs are not going to have much luck using NFC to talk to an authenticator. That said, there's nothing saying an authenticator can't be both - that you couldn't use your iPhone as an authenticator for your Windows laptop over USB/BLE/NFC. This is possible today. That said, there are some issues with the bluetooth transport support. One is that you can
Topic: Privacy & Security SubTopic: General Tags:
Dec ’21
ios NFC troubles
Hello everybody! Thx for any info. I have NFC key. When i go to shortcuts on my iphone xr and make scan nfc, my iphone find my nfc key tag, so i think iphone can read this tag. But when i download app from appstore, I tried 10 - 12 different apps. This apps cant see my nfs tag. Why?
1
0
682
Dec ’21
What iOS support for ISO-DEP (ISO 14443-4) properties
Hi all, Currently I am a Android developer for NFC tag. In my application, I use IsoDep tech for reading/writing data between smartphone and NFC tag. However, I would like to port my Android app to iOS app. Could everyone tell me know Core NFC (iOS) support for IsoDep tech like android.nfc.tech.IsoDep (Android)? and which the iPhone(XR, XS max,...) support for?
1
0
1.9k
Nov ’21
NFC P2P
Hey, you all Genius, We are a company connecting devices. Now, looking for support on P2P mode and card emulation in incredible apple. As per our research, core NFC does not provide any support for P2P mode. So please guide a way out for solving complex riddles. Curious to know if ever apple will release any API support for P2P in the near future or a dmg probably. Response Awaited on highest priority.
1
0
2.7k
Nov ’21
Reply to NFC loyalty card in HCE
Hello Hdemondt、Jordanch, Did you get an answer to your problem ? I'm currently facing with the same issue for my company。 here is a sample, do you know how to do it ? NFC - Mobile Phone as Ticket https://www.skidata.com/en-us/products-services/products-for-arenas-leisure/tickets-ticketing/e-ticketing/nfc/ SKIDATA and Allianz Arena launch Germany’s first contactless NFC stadium access with iPhone and Apple Watch https://www.skidata.com/en/skidata-and-allianz-arena-launch-genrmanys-first-contactless-nfc-stadium-access-with-iphone-and-apple-watch/
Nov ’21
Reply to Emulating NFC Tag using iPhone Device
who can tell me, how this solution to do with NFC emulation? like this: SKIDATA and Allianz Arena launch Germany’s first contactless NFC stadium access with iPhone and Apple Watch https://www.skidata.com/en/skidata-and-allianz-arena-launch-genrmanys-first-contactless-nfc-stadium-access-with-iphone-and-apple-watch/ NFC - Mobile Phone as Ticket https://www.skidata.com/en-us/products-services/products-for-arenas-leisure/tickets-ticketing/e-ticketing/nfc/
Topic: App & System Services SubTopic: General Tags:
Nov ’21
Reply to CoreNFC reads Chinese national ID card
Hi linchenglong ,Use CoreNFC , How did you detect the ID card of a Chinese mainland citizen. I even can not detect any Tags about IDCard ,there is nothing delegate callback fires until the NFCTagReaderSession timeout, Do I need to fill some code around ISO7816 application identifiers for NFC Tag Reader Session in the info.plist ? many thanks! and If you are Chinese , Can we have a friendly communication in WeChat. and My WeChat: funnyboyle , Expect you !
Topic: App & System Services SubTopic: General Tags:
Oct ’21
Reply to CoreNFC reads Chinese national ID card
Hi linchenglong ,Use CoreNFC , How did you detect the ID card of a Chinese mainland citizen. I even can not detect any Tags about IDCard ,there is nothing delegate callback fires until the NFCTagReaderSession timeout, Do I need to fill some code around ISO7816 application identifiers for NFC Tag Reader Session in the info.plist ? many thanks! and If you are Chinese , Can we have a friendly communication in WeChat. and My WeChat: funnyboyle , Expect you !
Topic: App & System Services SubTopic: General Tags:
Oct ’21
Apple Pay Suppression - unable to sign app
Hi, application that i'm working on uses NFC which is invoking Apple Pay. I've got permission from Apple to suppress it. I've set com.apple.developer.passkit.pass-presentation-suppression to true. Then i had to follow instructions from email: Go to the developer website, login, edit provisioning profile, select the entitlement from the drop down menu In first step i don't have dropdown to select entitlements From the Xcode IDE, go to Build Settings, ensure same profile from Step 1 is selected to sign the app Add entitlement manually to the entitlement plist. Any manually created provisioning profile fails to sign app due to missing entitlement. Using automatic signing also fails. I couldn't find any relevant informations about this issue over the web. Thanks for your help
6
0
3.8k
Sep ’21
App Clip first launch with nothing in userActivity
Hi , App Clip is great for user to scan NFC Tags . But I found that , when user first scan the NFC Tags with associated URL in it , the app clip receive the userActivity is empty. not only for NFC Tags , also appear on QR Code. Another things, when you scan the NFC Tags with URL in it , which associated the app. The App Clip card appear. but cannot receive any ndefMessagePayload in userActivity (only for NFC Tags). Before App Clip appear, in iOS 13 & iOS 12. when you scan the NFC Tags with URL in it , which associated the app. you can receive ndefMessagePayload in userActivity.
1
0
696
Sep ’21
NFC ID from Wallet pass always different
Hi Team, We are looking at developing a pass for Appley Wallet that will send an NFC ID to our device which has an NFC card reader built-in. Problem is every time we present the same pass, the ID read by our reader is different. The pass I am using is just a basic transport pass, not a payment card, so expecting the NFC ID to be the same. Do we need to do something special on our reader to properly decode the NFC IDs sent from a Wallet pass? Thanks in advance, Pat
1
0
974
Sep ’21
Reply to Core NFC - IOS 13 - M24LR16E(iso15693) : Not able to Read/Write the Data
I think the problem lies in the chip implementation of standard ISO15693 address length. I have seen same problem with On-semi N24RF64E, i have asked them but they ignore to answer if the tag follow ISO15693 or work with iOS. Probably the chips is constructed before iOS got NFC API in place. For example ST25DV16K seems to implement correct IOS15693 Extended Commands. One problem here is that the manufacture could indicate that the chip is not compatible with iOS.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to Integrate Passkey iCloud Keychain with other smartphone-based FIDO authenticator
WebAuthn divides authenticator connections into two categories: Platform authenticators which are provided by the device itself. Passkeys as well as the existing FaceID/TouchID support in Safari fall into this category. You can typically only use these on the same machine as before, although Passkeys is trying to expand these to be synced across devices on your Apple account. Cross-platform authenticators (or roaming authenticators), which communicate over some sort of transport like USB, BLE, NFC, etc. These can be used whenever the authenticator is available over that transport and the browser/platform you are on supports them - most Macs are not going to have much luck using NFC to talk to an authenticator. That said, there's nothing saying an authenticator can't be both - that you couldn't use your iPhone as an authenticator for your Windows laptop over USB/BLE/NFC. This is possible today. That said, there are some issues with the bluetooth transport support. One is that you can
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’21
ios NFC troubles
Hello everybody! Thx for any info. I have NFC key. When i go to shortcuts on my iphone xr and make scan nfc, my iphone find my nfc key tag, so i think iphone can read this tag. But when i download app from appstore, I tried 10 - 12 different apps. This apps cant see my nfs tag. Why?
Replies
1
Boosts
0
Views
682
Activity
Dec ’21
What iOS support for ISO-DEP (ISO 14443-4) properties
Hi all, Currently I am a Android developer for NFC tag. In my application, I use IsoDep tech for reading/writing data between smartphone and NFC tag. However, I would like to port my Android app to iOS app. Could everyone tell me know Core NFC (iOS) support for IsoDep tech like android.nfc.tech.IsoDep (Android)? and which the iPhone(XR, XS max,...) support for?
Replies
1
Boosts
0
Views
1.9k
Activity
Nov ’21
NFC P2P
Hey, you all Genius, We are a company connecting devices. Now, looking for support on P2P mode and card emulation in incredible apple. As per our research, core NFC does not provide any support for P2P mode. So please guide a way out for solving complex riddles. Curious to know if ever apple will release any API support for P2P in the near future or a dmg probably. Response Awaited on highest priority.
Replies
1
Boosts
0
Views
2.7k
Activity
Nov ’21
Reply to NFC loyalty card in HCE
Hello Hdemondt、Jordanch, Did you get an answer to your problem ? I'm currently facing with the same issue for my company。 here is a sample, do you know how to do it ? NFC - Mobile Phone as Ticket https://www.skidata.com/en-us/products-services/products-for-arenas-leisure/tickets-ticketing/e-ticketing/nfc/ SKIDATA and Allianz Arena launch Germany’s first contactless NFC stadium access with iPhone and Apple Watch https://www.skidata.com/en/skidata-and-allianz-arena-launch-genrmanys-first-contactless-nfc-stadium-access-with-iphone-and-apple-watch/
Replies
Boosts
Views
Activity
Nov ’21
Reply to Emulating NFC Tag using iPhone Device
who can tell me, how this solution to do with NFC emulation? like this: SKIDATA and Allianz Arena launch Germany’s first contactless NFC stadium access with iPhone and Apple Watch https://www.skidata.com/en/skidata-and-allianz-arena-launch-genrmanys-first-contactless-nfc-stadium-access-with-iphone-and-apple-watch/ NFC - Mobile Phone as Ticket https://www.skidata.com/en-us/products-services/products-for-arenas-leisure/tickets-ticketing/e-ticketing/nfc/
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’21
NFC scan success sheet displayed when NFC scan time out on iOS 15 beta 4.
On iOS 15 beta 4, NFC scan success sheet is displayed when NFC scan time out. (At this time, tagReaderSession(_:didInvalidateWithError:) is called normary.) It worked fine (NFC scan success sheet is not displayed) on iOS 15 beta and iOS 14.
Replies
10
Boosts
0
Views
2.2k
Activity
Oct ’21
Reply to CoreNFC reads Chinese national ID card
Hi linchenglong ,Use CoreNFC , How did you detect the ID card of a Chinese mainland citizen. I even can not detect any Tags about IDCard ,there is nothing delegate callback fires until the NFCTagReaderSession timeout, Do I need to fill some code around ISO7816 application identifiers for NFC Tag Reader Session in the info.plist ? many thanks! and If you are Chinese , Can we have a friendly communication in WeChat. and My WeChat: funnyboyle , Expect you !
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to CoreNFC reads Chinese national ID card
Hi linchenglong ,Use CoreNFC , How did you detect the ID card of a Chinese mainland citizen. I even can not detect any Tags about IDCard ,there is nothing delegate callback fires until the NFCTagReaderSession timeout, Do I need to fill some code around ISO7816 application identifiers for NFC Tag Reader Session in the info.plist ? many thanks! and If you are Chinese , Can we have a friendly communication in WeChat. and My WeChat: funnyboyle , Expect you !
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’21
Apple Pay Suppression - unable to sign app
Hi, application that i'm working on uses NFC which is invoking Apple Pay. I've got permission from Apple to suppress it. I've set com.apple.developer.passkit.pass-presentation-suppression to true. Then i had to follow instructions from email: Go to the developer website, login, edit provisioning profile, select the entitlement from the drop down menu In first step i don't have dropdown to select entitlements From the Xcode IDE, go to Build Settings, ensure same profile from Step 1 is selected to sign the app Add entitlement manually to the entitlement plist. Any manually created provisioning profile fails to sign app due to missing entitlement. Using automatic signing also fails. I couldn't find any relevant informations about this issue over the web. Thanks for your help
Replies
6
Boosts
0
Views
3.8k
Activity
Sep ’21
App Clip first launch with nothing in userActivity
Hi , App Clip is great for user to scan NFC Tags . But I found that , when user first scan the NFC Tags with associated URL in it , the app clip receive the userActivity is empty. not only for NFC Tags , also appear on QR Code. Another things, when you scan the NFC Tags with URL in it , which associated the app. The App Clip card appear. but cannot receive any ndefMessagePayload in userActivity (only for NFC Tags). Before App Clip appear, in iOS 13 & iOS 12. when you scan the NFC Tags with URL in it , which associated the app. you can receive ndefMessagePayload in userActivity.
Replies
1
Boosts
0
Views
696
Activity
Sep ’21
NFC ID from Wallet pass always different
Hi Team, We are looking at developing a pass for Appley Wallet that will send an NFC ID to our device which has an NFC card reader built-in. Problem is every time we present the same pass, the ID read by our reader is different. The pass I am using is just a basic transport pass, not a payment card, so expecting the NFC ID to be the same. Do we need to do something special on our reader to properly decode the NFC IDs sent from a Wallet pass? Thanks in advance, Pat
Replies
1
Boosts
0
Views
974
Activity
Sep ’21
Reply to Using Wallet.app to open doors with NFC reader
The credit/debit cards stored on your iPhone/Apple Watch uses a dynamic system to avoid fraud. However, if you open up any transit card, it will only show one static serial. That said, open up any transit card, read it on the NFC reader, add it to your database, done.
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Sep ’21
Reply to Is this compatible with IOS NFC: MIFARE Classic 1K Chip 13.56mhz
CoreNFC does NOT support Mifare Classic 1K, so we've created the Mifare Classic Tools for iOS - MTools Lite app, which can use an external BLE Reader to read/write Mifare Classic 1K card. It also supports reading or writing NFC tag and transportation card which has SAK under 20 and 28. Checkout MTools Lite on App Store
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’21