Search results for

“nfc”

1,191 results found

Post

Replies

Boosts

Views

Activity

NFC tag doesn’t work
today i Updates to the latest beta version of iOS, iOS 14 beta 4 and I use many NFC tags to activate all sorts of things in my house and now I can't because the pop-up window that let's you know that you can scan doesn't appear anyone, could you please fix it?
0
0
705
Aug ’20
How to identify a merchant using NFC?
Hi everyone, I'm working on something that needs to be able to identify the identity of a merchant when the merchant starts an NFC transaction. Is there any suitable API that can do this? I'm not sure if this would be an Apple Wallet or an Apple Pay API. I don't want to settle the actual transaction, I just want to identify the merchant. Thanks for any advice in advance. 🙏🙇
0
0
582
Nov ’21
The application is a mobile pass system using NFC
Hello everyone Together with a team of students, we have developed an application for android, a pass system that works using NFC, tell me if it will be possible to release a similar system on iOS. It's just that payment using NFC does not work in Russia. In our case, payment is not necessary, the NFC chip is used to transmit the signal to the reader. I would be very grateful if you could tell me if it will be possible to release our application in the App Store
0
0
487
Apr ’24
NFC scanning session not detecting tags
Some background: We are developing an app that needs to scan NFC tags We are following this documentation for our app We (assume) we've gotten all the correct entitlements for our app Our app correctly shows the NFC scanning prompt We are using up-to-date iPhones to test We tested scanning using a different NFC app on the app store and were able to successfully scan the tag We're using NFC NDEF tags to test The problem: Nothing is being detected in the scan Nothing in the example application when we downloaded it down and loaded it onto a test device (reminder that the app from the app store was able to read our tag) When connected to the debugger, our delegate function is not firing (tested with breakpoints and print statements). The following is the signature of our delegate function: func readerSession(_ session: NFCNDEFReaderSession, didDetectNDEFs messages: [NFCNDEFMessage]) Is there something that we're missing to get the NFC scanning to work? Perhaps some ki
2
0
146
Jun ’25
Core NFC can not find NFTechnologyEvent
I created a sample application to scan different NFC tags with Core NFC. Unfortunately when it finds NDEF messages, I get this exception output:2017-06-07 15:36:58.919005+0200 NFC[399:60159] <NSXPCConnection: 0x1c4114eb0> connection to service named com.apple.nfcd.service.corenfc: Warning: Exception caught during decoding of received message, dropping incoming message. Exception: Exception while decoding argument 0 (#2 of invocation): <NSInvocation: 0x1c047cd80> return value: {v} void target: {@} 0x0 selector: {:} didDetectExternalReader: argument 2: {@} 0x0 Exception: decodeObjectForKey: class NFTechnologyEvent not loaded or does not existHas someone an idea what that means? It doesn't look like the 'normal' bugs in early betas, it seems to be some kind of linker error?I have set the entitlement entry and the usage description. It's also activated in the app id and I'm using the correct provisioning profile.Thanks in advance!
3
0
1.5k
Jun ’17
Is NFC HCE functionality supported in India? If so, how can it be implemented?
I am currently developing an app and facing challenges with implementing NFC HCE functionality on iOS. From my research, it seems that NFC HCE is achievable within the EEA, but I need guidance on implementing it for other countries. Has anyone successfully implemented NFC HCE outside the EEA? What steps or workarounds are available for this feature in regions like US or other countries? Additionally, is there any possibility of achieving this through a license or certification from Apple? Any guidance or references would be greatly appreciated.
0
0
455
Jul ’24
Unable to Invoke NFC In IOS App
I am trying to launch Nfc session but its failing with the below error ** CoreNFC CRASHING_DUE_TO_PRIVACY_VIOLATION NSLocalizedFailureReason = This app cannot be installed because its integrity could not be verified. Failed to verify code signature ... (A valid provisioning profile for this executable was not found.)** But We have declared NFC in capabilities both in code base and provisioning profile. Tools Used VS Code , MAUI IOS Development Please let me know how to resolve this issue
2
0
150
Jun ’25
NFC - React Native
We are essentially implementing a membership card feature wherein the card details originates from a third-party provider and gets stored in the Apple Wallet. We are utilizing the Passkit Generator ( https://www.npmjs.com/package/passkit-generator ) for this purpose. The challenge, or rather issue, is that when this card is saved to Apple Wallet and tapped on the NFC reader, it only shows Invalid Card. When we attempted to gather information from the third-party provider regarding this issue on both Android and iOS, they stated: For IOS we do not have any experience to share with, rather than the fact we have implemented the VAS protocol under an NDA signed with Apple. Related to Passkit we do not have any experience with it. We require your assistance to identify any potential issues.
0
0
793
Aug ’24
Introducing NFC to Apple Wallet
Hello. I am Enes from Turkey. I have a lifechanging solution about business cards. I have been producing digital business cards for more than 2 years. Now I want to Introduce the card into the Apple Wallet and use the NFC hardware to open a website URL on the other phone. Is there any suggestions for me? Thank you.
0
0
677
Feb ’23
How save NFC tag on on iphone then use it
Recently i got Segway P100S scooter. In order to start it, i need to tap NFC enabled card on the top of the handle bar. I've tried to save the card on my iphone 13 but it does not work. When i tap the phone to the top of my handle bar, just like i would normally with the card, the Apple Wallet appears on the screen. Here are steps i took on iphone 13: Went to Shortcuts Clicked on Automation Clicked on Create Personal Automation Selected NFC Scanned Segway card to ensure it's in the system With all these steps taken, segway cannot read the NFC code from my phone. Further, providing that i can get my iphone to work (iphone can unlock the scooter), is it possible to use Apple Watch for the same purpose? Regards Xavior
1
0
3.5k
Mar ’23
NFC Certificates requires ApplePay integration
We need to integrate the Digital Card Rfid functionality into the app to allow our users to be able to recharge electric vehicles using NFC functionality. Last year we received a block from Apple because to enable the NFC capability it was mandatory to have integrated the ApplePay SDK within the app. We would like to understand if this constraint is still present and, if necessary, identify a solution to make our current Payment Hub (coexist (web interface for managing / adding payment methods) with Apple Pay.
0
0
590
Oct ’22
NFC tag doesn’t work
today i Updates to the latest beta version of iOS, iOS 14 beta 4 and I use many NFC tags to activate all sorts of things in my house and now I can't because the pop-up window that let's you know that you can scan doesn't appear anyone, could you please fix it?
Replies
0
Boosts
0
Views
705
Activity
Aug ’20
How to identify a merchant using NFC?
Hi everyone, I'm working on something that needs to be able to identify the identity of a merchant when the merchant starts an NFC transaction. Is there any suitable API that can do this? I'm not sure if this would be an Apple Wallet or an Apple Pay API. I don't want to settle the actual transaction, I just want to identify the merchant. Thanks for any advice in advance. 🙏🙇
Replies
0
Boosts
0
Views
582
Activity
Nov ’21
Open Core NFC for iPads, too
Hi.Is there a technical reason why Core NFC is only supported on iPhones? I need this on iPads, too.Hopefully Apple rethinks his strategy.
Replies
4
Boosts
0
Views
1.7k
Activity
Jun ’17
The application is a mobile pass system using NFC
Hello everyone Together with a team of students, we have developed an application for android, a pass system that works using NFC, tell me if it will be possible to release a similar system on iOS. It's just that payment using NFC does not work in Russia. In our case, payment is not necessary, the NFC chip is used to transmit the signal to the reader. I would be very grateful if you could tell me if it will be possible to release our application in the App Store
Replies
0
Boosts
0
Views
487
Activity
Apr ’24
NFC feature with mentioned technologies NfcA, MifareClassic, NdefFormatable
I am implementing the NFC feature from the iOS side and wanted to know that can we read the data from mentioned technologies here NfcA, MifareClassic, and NdefFormatable. can we implement NFC using core NFC that can read the data from MifareClassic tags?
Replies
1
Boosts
0
Views
808
Activity
Jul ’23
NFC scanning session not detecting tags
Some background: We are developing an app that needs to scan NFC tags We are following this documentation for our app We (assume) we've gotten all the correct entitlements for our app Our app correctly shows the NFC scanning prompt We are using up-to-date iPhones to test We tested scanning using a different NFC app on the app store and were able to successfully scan the tag We're using NFC NDEF tags to test The problem: Nothing is being detected in the scan Nothing in the example application when we downloaded it down and loaded it onto a test device (reminder that the app from the app store was able to read our tag) When connected to the debugger, our delegate function is not firing (tested with breakpoints and print statements). The following is the signature of our delegate function: func readerSession(_ session: NFCNDEFReaderSession, didDetectNDEFs messages: [NFCNDEFMessage]) Is there something that we're missing to get the NFC scanning to work? Perhaps some ki
Replies
2
Boosts
0
Views
146
Activity
Jun ’25
Core NFC can not find NFTechnologyEvent
I created a sample application to scan different NFC tags with Core NFC. Unfortunately when it finds NDEF messages, I get this exception output:2017-06-07 15:36:58.919005+0200 NFC[399:60159] <NSXPCConnection: 0x1c4114eb0> connection to service named com.apple.nfcd.service.corenfc: Warning: Exception caught during decoding of received message, dropping incoming message. Exception: Exception while decoding argument 0 (#2 of invocation): <NSInvocation: 0x1c047cd80> return value: {v} void target: {@} 0x0 selector: {:} didDetectExternalReader: argument 2: {@} 0x0 Exception: decodeObjectForKey: class NFTechnologyEvent not loaded or does not existHas someone an idea what that means? It doesn't look like the 'normal' bugs in early betas, it seems to be some kind of linker error?I have set the entitlement entry and the usage description. It's also activated in the app id and I'm using the correct provisioning profile.Thanks in advance!
Replies
3
Boosts
0
Views
1.5k
Activity
Jun ’17
Apple branded NFC Codes for App Clip
Where can I find information on how to order the Apple branded App Clip NFC tags for our app? I saw the App Clip NFC tag today on an Exxon gas pump, so it seems they are already being produced somewhere.
Replies
1
Boosts
0
Views
500
Activity
Nov ’20
Is NFC HCE functionality supported in India? If so, how can it be implemented?
I am currently developing an app and facing challenges with implementing NFC HCE functionality on iOS. From my research, it seems that NFC HCE is achievable within the EEA, but I need guidance on implementing it for other countries. Has anyone successfully implemented NFC HCE outside the EEA? What steps or workarounds are available for this feature in regions like US or other countries? Additionally, is there any possibility of achieving this through a license or certification from Apple? Any guidance or references would be greatly appreciated.
Replies
0
Boosts
0
Views
455
Activity
Jul ’24
Unable to Invoke NFC In IOS App
I am trying to launch Nfc session but its failing with the below error ** CoreNFC CRASHING_DUE_TO_PRIVACY_VIOLATION NSLocalizedFailureReason = This app cannot be installed because its integrity could not be verified. Failed to verify code signature ... (A valid provisioning profile for this executable was not found.)** But We have declared NFC in capabilities both in code base and provisioning profile. Tools Used VS Code , MAUI IOS Development Please let me know how to resolve this issue
Replies
2
Boosts
0
Views
150
Activity
Jun ’25
NFC tag data readible by iphone
Hi, There are certain NFC tags not compatible with the iphone, for example a vcard, text, location, etc. Does anybody what data tags is compatible with iphone?
Replies
0
Boosts
0
Views
531
Activity
Apr ’23
NFC - React Native
We are essentially implementing a membership card feature wherein the card details originates from a third-party provider and gets stored in the Apple Wallet. We are utilizing the Passkit Generator ( https://www.npmjs.com/package/passkit-generator ) for this purpose. The challenge, or rather issue, is that when this card is saved to Apple Wallet and tapped on the NFC reader, it only shows Invalid Card. When we attempted to gather information from the third-party provider regarding this issue on both Android and iOS, they stated: For IOS we do not have any experience to share with, rather than the fact we have implemented the VAS protocol under an NDA signed with Apple. Related to Passkit we do not have any experience with it. We require your assistance to identify any potential issues.
Replies
0
Boosts
0
Views
793
Activity
Aug ’24
Introducing NFC to Apple Wallet
Hello. I am Enes from Turkey. I have a lifechanging solution about business cards. I have been producing digital business cards for more than 2 years. Now I want to Introduce the card into the Apple Wallet and use the NFC hardware to open a website URL on the other phone. Is there any suggestions for me? Thank you.
Replies
0
Boosts
0
Views
677
Activity
Feb ’23
How save NFC tag on on iphone then use it
Recently i got Segway P100S scooter. In order to start it, i need to tap NFC enabled card on the top of the handle bar. I've tried to save the card on my iphone 13 but it does not work. When i tap the phone to the top of my handle bar, just like i would normally with the card, the Apple Wallet appears on the screen. Here are steps i took on iphone 13: Went to Shortcuts Clicked on Automation Clicked on Create Personal Automation Selected NFC Scanned Segway card to ensure it's in the system With all these steps taken, segway cannot read the NFC code from my phone. Further, providing that i can get my iphone to work (iphone can unlock the scooter), is it possible to use Apple Watch for the same purpose? Regards Xavior
Replies
1
Boosts
0
Views
3.5k
Activity
Mar ’23
NFC Certificates requires ApplePay integration
We need to integrate the Digital Card Rfid functionality into the app to allow our users to be able to recharge electric vehicles using NFC functionality. Last year we received a block from Apple because to enable the NFC capability it was mandatory to have integrated the ApplePay SDK within the app. We would like to understand if this constraint is still present and, if necessary, identify a solution to make our current Payment Hub (coexist (web interface for managing / adding payment methods) with Apple Pay.
Replies
0
Boosts
0
Views
590
Activity
Oct ’22