Search results for

“nfc”

1,194 results found

Post

Replies

Boosts

Views

Activity

NFC (ISO7816)- Tag Connection Lost IPhone 15 & 16 variants
NFC reading starts but after BAC, during the reading of DG2 the NFC stops reading and returns with Tag connection Lost error . It almost fails everytime on iPhone 15 Pro max with the following error. What's the solution for this? This is really important because our app entirely relies on the NFC data to proceed forward. This always fails in iPhone 15 & 16. Same card works fine on older iPhone models. What change should we do or include for the newer models. Error Domain=NFCError Code=102 Tag response error / no response UserInfo={NSLocalizedDescription=Tag response error / no response, NSUnderlyingError=0x303bd6af0 {Error Domain=nfcd Code=29 Tag Error UserInfo={NSLocalizedDescription=Tag Error, NSUnderlyingError=0x303bd6910 {Error Domain=com.apple.nfstack Code=20 No response from tag UserInfo={NSLocalizedDescription=No response from tag}}}}}
2
0
1.1k
Oct ’24
How to hide the NFC reading pop-up prompt?
Dear Apple Engineers, I am using NFCNDEFReaderSession to read information from NFC tags. When calling the begin method of the session, a system dialog/popover appears at the bottom of the screen. Is it possible to suppress or disable this dialog? Thank you for your assistance. Here is my demo code: @IBAction func beginScanning(_ sender: Any) { guard NFCNDEFReaderSession.readingAvailable else { let alertController = UIAlertController( title: Scanning Not Supported, message: This device doesn't support tag scanning., preferredStyle: .alert ) alertController.addAction(UIAlertAction(title: OK, style: .default, handler: nil)) self.present(alertController, animated: true, completion: nil) return } session = NFCNDEFReaderSession(delegate: self, queue: nil, invalidateAfterFirstRead: true) session?.alertMessage = Hold your iPhone near the item to learn more about it. session?.begin() }
1
0
138
Jan ’26
Reply to Wallet open while Write NFC
What API are you using to write the NFC tag data? Basic CoreNFC functionality only allows apps to write to a tag (Creating NFC Tags from Your iPhone). If what you mean by Write Virtual NFC is you want your app to turn into a tag so the reader can interact with it, this is not possible except for very specific use cases. You can read about the capabilities and requirements for these use cases in the following documents: NFC & SE Platform for secure contactless transactions HCE-based contactless transactions for apps in the European Economic Area (EEA) At this time, no other use cases are supported. Argun Tekant /  DTS Engineer / Core Technologies .
Topic: App & System Services SubTopic: Core OS Tags:
Sep ’24
Need Help Creating Demo Video for NFC Functionality (App Store Review Guideline 2.1)
Hi Everyone, I’m currently working on an app that uses NFC functionality, and I’ve hit a roadblock during the App Store review process. The review team has requested a demo video that demonstrates the app’s NFC functionality in use, as per Guideline 2.1. Here are the details I’ve received from the App Store team: • The demo video should show the app running on a physical iOS device, not on a simulator. • It needs to clearly document the NFC-related app features, user permission requests, and how the app interacts with NFC tags. My Challenges: 1. I’m unsure about the best way to visually capture the NFC interaction, as it involves scanning physical tags. 2. Are there any recommended tools or techniques for recording a demo on an iOS device that complies with Apple’s guidelines? 3. Has anyone successfully submitted an NFC app with a similar requirement? If so, I’d appreciate tips or examples of how you structured your video. I want to make sure I meet all th
0
0
321
Jan ’25
Reply to NFC reads once, then no longer works.
Good evening everyone, I have the exact same issue. My app will read an NFC chip that I attached to the back of the phone, but it will never read it a second time... Has anyone fixed this?? My app is an advertising app where you attach an NFC chip to a sticker (advertisement) and the phone will verify that the sticker is presents by once or twice a month verifying that the chip is within range of the NFC radio in the Iphone... My developer who wrote the initial app, could not figure it our. Any assistance would be greatly appreicated!
Topic: App & System Services SubTopic: General Tags:
Aug ’20
NFC ISO15693 custom command: Invalid parameter
Hello,I am currently writing a little prototype using CoreNFC and NFCTagReaderSession with ISO15693 tags.I have a custom command that takes some data as an input and expects to get output data from the tag.I have successfully sent this command to the tag using the app NFC Tools on Android and received the data that I've expected, but fail to get the same response on iOS 13.3.1. All I get is this error:[NFCTagReaderSession transceive:tagUpdate:error:]:735 Error Domain=NFCError Code=102 Stack Error UserInfo={NSLocalizedDescription=Stack Error, NSUnderlyingError=0x282454150 {Error Domain=nfcd Code=10 Invalid Parameter UserInfo={NSLocalizedDescription=Invalid Parameter}}}Why does this command work on Android but not on iOS?The command lies within the range of valid custom commands (0xA0 to 0xDF) for ISO15693 tags.Has anyone experienced similar issues? Maybe someone can share some learnings. I am grateful for every piece of information or any help.Kind regards.
2
0
1.9k
Feb ’20
how to handle setup for NFC without NDEF & PACE and still support iOS 15.0
We have NFC capabilties enabled for our app ID - com.uob.mightyvn but our minimum deployment target is 15.0. We do not have an option deselect PACE from provisioning profile. Hence, the validation is failed for IPA. Invalid entitlement for core nfc framework. The sdk version '18.2' and min OS version '15.0' are not compatible for the entitlement 'com.apple.developer.nfc.readersession.formats' because 'NDEF is disallowed'
3
0
1.1k
Apr ’25
help required with PassType ID NFC Certificate exceeding max limit
Hi Team, I am unable to generate certificates anymore as i have reached the maximum limit for pass type ID with NFC certificates. Can you please help to increase the limit to 100? My project needs to generate these certificates. Thanks, Sanga Mithra.
Replies
0
Boosts
0
Views
655
Activity
Jan ’21
Reply to Can you disable Apple Pay (NFC reader)
I have HID NFC readers for the door access, I have added the Door access on the HID mobile access app. Everytime when i tap the HID NFC reader my default banking card will pop-up.. how to avoid this kindly help,,
Replies
Boosts
Views
Activity
May ’23
NFC (ISO7816)- Tag Connection Lost IPhone 15 & 16 variants
NFC reading starts but after BAC, during the reading of DG2 the NFC stops reading and returns with Tag connection Lost error . It almost fails everytime on iPhone 15 Pro max with the following error. What's the solution for this? This is really important because our app entirely relies on the NFC data to proceed forward. This always fails in iPhone 15 & 16. Same card works fine on older iPhone models. What change should we do or include for the newer models. Error Domain=NFCError Code=102 Tag response error / no response UserInfo={NSLocalizedDescription=Tag response error / no response, NSUnderlyingError=0x303bd6af0 {Error Domain=nfcd Code=29 Tag Error UserInfo={NSLocalizedDescription=Tag Error, NSUnderlyingError=0x303bd6910 {Error Domain=com.apple.nfstack Code=20 No response from tag UserInfo={NSLocalizedDescription=No response from tag}}}}}
Replies
2
Boosts
0
Views
1.1k
Activity
Oct ’24
Reply to Can you disable Apple Pay (NFC reader)
as I see , the post is old ,and I could not find any new information. Does it actual now or not ? I have same issue, my app should open door(NFC), when I put phone near NFC tag apple wallet app triggered.
Replies
Boosts
Views
Activity
Jun ’22
How to hide the NFC reading pop-up prompt?
Dear Apple Engineers, I am using NFCNDEFReaderSession to read information from NFC tags. When calling the begin method of the session, a system dialog/popover appears at the bottom of the screen. Is it possible to suppress or disable this dialog? Thank you for your assistance. Here is my demo code: @IBAction func beginScanning(_ sender: Any) { guard NFCNDEFReaderSession.readingAvailable else { let alertController = UIAlertController( title: Scanning Not Supported, message: This device doesn't support tag scanning., preferredStyle: .alert ) alertController.addAction(UIAlertAction(title: OK, style: .default, handler: nil)) self.present(alertController, animated: true, completion: nil) return } session = NFCNDEFReaderSession(delegate: self, queue: nil, invalidateAfterFirstRead: true) session?.alertMessage = Hold your iPhone near the item to learn more about it. session?.begin() }
Replies
1
Boosts
0
Views
138
Activity
Jan ’26
Reply to How do you add loyalty cards to wallet in ios9 beta
Loyalty cards are distributed by vendors as regualr pkpass (no need for Apple to provision as Apple Pay). There is a new field in pass.json (nfc) which allows loyalty pass to transmit message contactlessly with NFC terminal.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Wallet open while Write NFC
What API are you using to write the NFC tag data? Basic CoreNFC functionality only allows apps to write to a tag (Creating NFC Tags from Your iPhone). If what you mean by Write Virtual NFC is you want your app to turn into a tag so the reader can interact with it, this is not possible except for very specific use cases. You can read about the capabilities and requirements for these use cases in the following documents: NFC & SE Platform for secure contactless transactions HCE-based contactless transactions for apps in the European Economic Area (EEA) At this time, no other use cases are supported. Argun Tekant /  DTS Engineer / Core Technologies .
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’24
Need Help Creating Demo Video for NFC Functionality (App Store Review Guideline 2.1)
Hi Everyone, I’m currently working on an app that uses NFC functionality, and I’ve hit a roadblock during the App Store review process. The review team has requested a demo video that demonstrates the app’s NFC functionality in use, as per Guideline 2.1. Here are the details I’ve received from the App Store team: • The demo video should show the app running on a physical iOS device, not on a simulator. • It needs to clearly document the NFC-related app features, user permission requests, and how the app interacts with NFC tags. My Challenges: 1. I’m unsure about the best way to visually capture the NFC interaction, as it involves scanning physical tags. 2. Are there any recommended tools or techniques for recording a demo on an iOS device that complies with Apple’s guidelines? 3. Has anyone successfully submitted an NFC app with a similar requirement? If so, I’d appreciate tips or examples of how you structured your video. I want to make sure I meet all th
Replies
0
Boosts
0
Views
321
Activity
Jan ’25
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 using Core NFC to read credit card number, expiry date
Does anyone know the answer? Does iOS NFC support reading credit card infomation at all? I see Apple document saying Core NFC doesn't support payment-related Application IDs., but don't understand what this means. Thanks!
Replies
Boosts
Views
Activity
Jun ’20
Reply to NFC reads once, then no longer works.
Good evening everyone, I have the exact same issue. My app will read an NFC chip that I attached to the back of the phone, but it will never read it a second time... Has anyone fixed this?? My app is an advertising app where you attach an NFC chip to a sticker (advertisement) and the phone will verify that the sticker is presents by once or twice a month verifying that the chip is within range of the NFC radio in the Iphone... My developer who wrote the initial app, could not figure it our. Any assistance would be greatly appreicated!
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’20
NFC ISO15693 custom command: Invalid parameter
Hello,I am currently writing a little prototype using CoreNFC and NFCTagReaderSession with ISO15693 tags.I have a custom command that takes some data as an input and expects to get output data from the tag.I have successfully sent this command to the tag using the app NFC Tools on Android and received the data that I've expected, but fail to get the same response on iOS 13.3.1. All I get is this error:[NFCTagReaderSession transceive:tagUpdate:error:]:735 Error Domain=NFCError Code=102 Stack Error UserInfo={NSLocalizedDescription=Stack Error, NSUnderlyingError=0x282454150 {Error Domain=nfcd Code=10 Invalid Parameter UserInfo={NSLocalizedDescription=Invalid Parameter}}}Why does this command work on Android but not on iOS?The command lies within the range of valid custom commands (0xA0 to 0xDF) for ISO15693 tags.Has anyone experienced similar issues? Maybe someone can share some learnings. I am grateful for every piece of information or any help.Kind regards.
Replies
2
Boosts
0
Views
1.9k
Activity
Feb ’20
When my app close to the machine that has NFC , Apple Pay will show automaticly. can I close the Apple Pay?
When my app close to the machine that has NFC , Apple Pay will show automaticly. can I close the Apple Pay?
Replies
0
Boosts
0
Views
386
Activity
Jan ’18
how to handle setup for NFC without NDEF & PACE and still support iOS 15.0
We have NFC capabilties enabled for our app ID - com.uob.mightyvn but our minimum deployment target is 15.0. We do not have an option deselect PACE from provisioning profile. Hence, the validation is failed for IPA. Invalid entitlement for core nfc framework. The sdk version '18.2' and min OS version '15.0' are not compatible for the entitlement 'com.apple.developer.nfc.readersession.formats' because 'NDEF is disallowed'
Replies
3
Boosts
0
Views
1.1k
Activity
Apr ’25
Wallet Loyalty Passes using third party NFC contactless reader
Hi, is there any information on how to talk to the Wallet Loyalty Pass using NFC from third party contactless reader (i.e. Application Identifier (AID)) in ios9?I think we use the Value Added Service Protocol (VAS) but not sure what the file id we should select.Thanks.
Replies
0
Boosts
0
Views
1.6k
Activity
Jul ’15