Search results for

“nfc”

1,194 results found

Post

Replies

Boosts

Views

Activity

Reply to How do you add loyalty cards to wallet in ios9 beta
I'm using a valid public key. If I create the pkpass without adding the nfc key it works, but if I add it (and add the sha1 to the manifest and resign) it doesn't. It doesn't work either if I replace the barcode key for this one.Have you been able to create a pkpass with the nfc key on it and add it to the phone? Maybe this is not enabled in the current beta yet...
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Has anyone managed to get Nintendo's amiibo working with iOS 11's Core NFC?
I've been trying to work with the same thing. I was able to get a very basic identifier for lego dimentions characters, but it seems that the ID is the same on certain vehicles. I also tried scanning disney infinity, skylanders figures, and Amiibo as well. None worked, however the skylanders did light up when the iPhone was in scanning mode, which is interesting. This leads me to believe that none of them use just NFC, but rather some mixture of NFC and RFID. I am not very familiar with NFC or RFID so I could be wrong. Technically CoreNFC supports RFID, it just hasn't been implemented yet, so hopefully we will see that and be able to implement that into our apps. Imagine an app that changes the theme based on a scanned Amiibo (That's what I was working on).
Topic: App & System Services SubTopic: Core OS Tags:
Sep ’17
App Clip invoking from NFC Tag - only one NDEF record allowed?
Good day everyone, We have an app containing App Clip which should appear after scanning an URL from an NFC tag. Now if the tag contains ONLY one NDEF URL Record, the App Clip appears. But if there are more fields (as in our case), while URL record being still the first. App Clip is not started, iOS tries to open URL in safari. Is there might be official statement from Apple on this? Could not find any reference in the docs.
0
0
605
Jul ’23
Reply to iPhone 7: NFC capability not supported error on xCode 9 Beta 2
I did delete the entitlements but the NFC Capabilites said for it to be added, so I allowed it to add it automatically.NFC has been enabled, it has been working on the same iPhone. But now XCode 9 Beta 2 will not allow me to run it on my iPhone(Hopefully, you can see these images)The following is the Error I get, when trying to build my app onto my iPhone 7.The following is the Capabilites tab showing that NFC has been enabled
Jul ’17
Can third-party transit apps receive the NFC HCE entitlement in the EEA?
Hi everyone, I'm looking for clarity on the NFC HCE entitlement process for third-party apps in the EEA. I've built an alternative client for Milan's public transport app (ATM Milano) on Android by reverse engineering the original app. It offers the same core functionality(users still need a valid transit subscription) just with a different UI and better UX. I'd now like to port it to iOS. According to Apple's documentation, NFC HCE was opened to third parties in the EEA starting with iOS 17.4. However, the API requires an entitlement from Apple. I have a few questions: Is the entitlement required regardless of distribution method? Even if I distribute through a third-party marketplace like AltStore PAL rather than the App Store, do I still need Apple to grant the HCE entitlement? Are third-party/alternative clients eligible for the entitlement? My app isn't a competing transit provider, it's an alternative frontend for an existing service. Users must hold a valid subscription with the offic
1
0
95
1w
NFC Tag Connection has only 20 seconds timeout.
We're trying to communicate with Tangem cards (https://tangem.com) that contains ISO7816 Tag via NFC.We open session:readerSession = NFCTagReaderSession(pollingOption: [.iso14443], delegate: self, queue: nil)readerSession?.begin()Bring our card to iPhone NFC Reader and connect to a tagsession.connect(to: tags.first!)and start sending APDU commands one by one.But after about 20 seconds CoreNFC session sends us the error:Error Domain=NFCErrorCode=100 Tag connection lostUserInfo={NSLocalizedDescription=Tag connection lost}or, if there was no active command at that moment:Error Domain=NFCErrorCode=201 Session timeoutUserInfo={NSLocalizedDescription=Session timeout}We have to send plenty of commands within one session. It is needed to secure Tangem clients from malefactors that can read data without user's knowledge and approval. Session with the card can last more than 30 seconds. And we can't invalidate session and start another one, because after it we have to start sending commands from the very begin
5
0
3.8k
Jun ’19
Reply to How do you add loyalty cards to wallet in ios9 beta
I'm using a valid public key. If I create the pkpass without adding the nfc key it works, but if I add it (and add the sha1 to the manifest and resign) it doesn't. It doesn't work either if I replace the barcode key for this one.Have you been able to create a pkpass with the nfc key on it and add it to the phone? Maybe this is not enabled in the current beta yet...
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Has anyone managed to get Nintendo's amiibo working with iOS 11's Core NFC?
I've been trying to work with the same thing. I was able to get a very basic identifier for lego dimentions characters, but it seems that the ID is the same on certain vehicles. I also tried scanning disney infinity, skylanders figures, and Amiibo as well. None worked, however the skylanders did light up when the iPhone was in scanning mode, which is interesting. This leads me to believe that none of them use just NFC, but rather some mixture of NFC and RFID. I am not very familiar with NFC or RFID so I could be wrong. Technically CoreNFC supports RFID, it just hasn't been implemented yet, so hopefully we will see that and be able to implement that into our apps. Imagine an app that changes the theme based on a scanned Amiibo (That's what I was working on).
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’17
App Clip invoking from NFC Tag - only one NDEF record allowed?
Good day everyone, We have an app containing App Clip which should appear after scanning an URL from an NFC tag. Now if the tag contains ONLY one NDEF URL Record, the App Clip appears. But if there are more fields (as in our case), while URL record being still the first. App Clip is not started, iOS tries to open URL in safari. Is there might be official statement from Apple on this? Could not find any reference in the docs.
Replies
0
Boosts
0
Views
605
Activity
Jul ’23
Reply to iPhone 7: NFC capability not supported error on xCode 9 Beta 2
I did delete the entitlements but the NFC Capabilites said for it to be added, so I allowed it to add it automatically.NFC has been enabled, it has been working on the same iPhone. But now XCode 9 Beta 2 will not allow me to run it on my iPhone(Hopefully, you can see these images)The following is the Error I get, when trying to build my app onto my iPhone 7.The following is the Capabilites tab showing that NFC has been enabled
Replies
Boosts
Views
Activity
Jul ’17
Reply to Passbook NFC information
Hi lineelik,is there more information how these nfc-keys are supposed to work?Regards,David
Replies
Boosts
Views
Activity
Aug ’15
Reply to AppClip Not Launching from Physical QR Codes
This seems to be related to iOS26, app clips also no longer work over NFC
Replies
Boosts
Views
Activity
Oct ’25
Reply to How do you add loyalty cards to wallet in ios9 beta
Hey KhaosT,Do you have any more info/resources you can share regarding the NFC field in json?Thanks!
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’15
Reply to NFC Tags won't read after iOS 15.4 update
I think I experienced the same. After updating to 15.4 I cannot read my nfc card. Anyone have solutions on this?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’22
Can third-party transit apps receive the NFC HCE entitlement in the EEA?
Hi everyone, I'm looking for clarity on the NFC HCE entitlement process for third-party apps in the EEA. I've built an alternative client for Milan's public transport app (ATM Milano) on Android by reverse engineering the original app. It offers the same core functionality(users still need a valid transit subscription) just with a different UI and better UX. I'd now like to port it to iOS. According to Apple's documentation, NFC HCE was opened to third parties in the EEA starting with iOS 17.4. However, the API requires an entitlement from Apple. I have a few questions: Is the entitlement required regardless of distribution method? Even if I distribute through a third-party marketplace like AltStore PAL rather than the App Store, do I still need Apple to grant the HCE entitlement? Are third-party/alternative clients eligible for the entitlement? My app isn't a competing transit provider, it's an alternative frontend for an existing service. Users must hold a valid subscription with the offic
Replies
1
Boosts
0
Views
95
Activity
1w
Reply to NFC in Wallet
Really? As far as I was aware third-party applications were unable to access the NFC chip.Where did you see this?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’15
Reply to Core NFC background mode support possibility
I second to this question. Eager to know future plans for NFC support in the background mode.
Replies
Boosts
Views
Activity
Jan ’18
Reply to NfcReaderSession.invalidate(errorMessage: ) dose not work on iOS 15 beta 2.
I can confirm. May you please tag with Core NFC: I will eagerly wait for the next update...
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’21
Reply to I cannot add com.apple.developer.proximity-reader.payment.acceptance in entitlement
we can request for NFC entitlement through their technical support and that will resolve the entitlement issue of Tap and Pay.
Topic: Code Signing SubTopic: Entitlements Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to How to hide the NFC reading pop-up prompt?
It is not possible to suppress this dialog. It is there to indicate to the user that an NFC transaction is taking place.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’26
NFC Tag Connection has only 20 seconds timeout.
We're trying to communicate with Tangem cards (https://tangem.com) that contains ISO7816 Tag via NFC.We open session:readerSession = NFCTagReaderSession(pollingOption: [.iso14443], delegate: self, queue: nil)readerSession?.begin()Bring our card to iPhone NFC Reader and connect to a tagsession.connect(to: tags.first!)and start sending APDU commands one by one.But after about 20 seconds CoreNFC session sends us the error:Error Domain=NFCErrorCode=100 Tag connection lostUserInfo={NSLocalizedDescription=Tag connection lost}or, if there was no active command at that moment:Error Domain=NFCErrorCode=201 Session timeoutUserInfo={NSLocalizedDescription=Session timeout}We have to send plenty of commands within one session. It is needed to secure Tangem clients from malefactors that can read data without user's knowledge and approval. Session with the card can last more than 30 seconds. And we can't invalidate session and start another one, because after it we have to start sending commands from the very begin
Replies
5
Boosts
0
Views
3.8k
Activity
Jun ’19