Search results for

“nfc”

1,191 results found

Post

Replies

Boosts

Views

Activity

NFC TAG Error
Good morning, I hope to find someone who knows better than me regarding reading NFC tags I'll explain what happens: if I read my card [iso 7816 nfc card with fingerprint reader] everything is fine. If I bring another card near it, for example the Italian tax code, it reads OK (so in the UI it says that it has been read) in the usual entitlement error log I honestly would prefer it to show the error: self.nfcSession?.invalidate(errorMessage: Not a WiBioCard Otp Card) while I have precisely in the UI that everything went well.
1
0
576
Jul ’24
External NFC on iPad
Hello all! I have an app (Scriptio Medication Management) that uses NFC on iPhone, and that works really well. However, I need a larger screen to satisfy customer requests (reports, etc). Because we use NFC tags to authenticate & authorize I need to stick with this tech. I cannot assume that all my customers have iPhone (we also deploy to Android) so pairing an iPad with an iPhone doesn't work for us. I was looking at an external device such as FlowJack, but since iPad no longer has an audio port, this won't work for me. Has anyone been able to solve this type of issue? Ideally I can find a solution that non-technical folks can attach/pair with an iPad to read NFC devices (NOT payment processing). Thanks in advance
2
0
2.3k
Apr ’24
Apple Wallet Pass NFC Message
So I want to create a Apple Wallet Pass that can send a string message with the NFC chip when I arrive at my workplace, but my question is: Can I create a pass that send the same generic string when sending from the NFC chip? So we have a security system at work that uses these nfc chips that have hardcoded some values in them and I want to know if I store this value in the NFC chip on my iPhone, that it can send the same value to the NFC reader? or do I have to have the terminal for reading the encoded values?
0
0
582
Dec ’21
Apply for NFC enabled pass
Does anyone have expereince for applying NFC enabled pass? What's the process looks like? I have send couple requests through http://developer.apple.com/contact/passkit. but get no reply. Same thing happen to our NFC reader vendor. Is there any other channel to get NFC enabled certificate other than this request form web page.
10
0
9.5k
May ’19
Is there a way to disable NFC on iPhones?
I have some logic which requires NFC support on the device. This is what I'm using to make sure that it's available: isNFCMissing = !NFCNDEFReaderSession.readingAvailable && !NFCTagReaderSession.readingAvailable && !NFCVASReaderSession.readingAvailable Is it possible for isNFCMissing to be true even if the device has an NFC chip. The minimum iOS version for the application is 16 which is only supported on devices with an NFC chip to begin with.
2
0
276
Sep ’25
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 ’19
NFC URL Tags
Hi Everyone, Do apple block domains from working with NFC tags? For the last year I have been selling cards with NFC tags using a specific URL. As of yesterday iOS no longer reads this specific URL. Change the URL by one character to anything else and it works fine. Has apple blocked my domain from working specifically? The first error we got was cps Error Domain error 2 and now the phone wont scan the tag at all, but change the tag to another URL and it works fine. Any help as my business runs off this and I need a fix.
2
0
588
May ’21
Passbook NFC information
Hi all.I added to pass.json NFC information, and now passbook doesn't open in iOS9nfc : { message : “4444678966661234, encryptionPublicKey : MDkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDIgACigjq+QYC17m3i9uO8uKc8mLpaS1UJOEaCFvMedkXsuA= },What could be wrong? Where i can find decumentation about it?Thanks.
10
0
9k
Jul ’15
NFC background reader doubles the identification
Description:We are using the `read NFC tag in background` functionality but we are also reading the tags in foreground mode.If we do the Tag scan with NFC, having the app opened (in foreground), we also receive the notification about the scan result comming from the background read functionality. In result, we are experiencing the Tag read completion twice at once being in foreground mode: from foreground read and the background listener.Step-by-step instructions:1. Setup the `NFC background read` listener and the `NFC foreground read` functionality2. Open the app3. Run the NFC session4. Move the iPhone towards the Tag to read itResults we see:The Tag is being read but we are also receiving the notification from the `background NFC reader` at the same time.Results we expect:If the user is in the foreground mode, the app is opened, and he reads the tag, we expect not to receive the notification from the background NFC listener. The notification fro
4
0
2.3k
Feb ’20
NFC TAG Error
Good morning, I hope to find someone who knows better than me regarding reading NFC tags I'll explain what happens: if I read my card [iso 7816 nfc card with fingerprint reader] everything is fine. If I bring another card near it, for example the Italian tax code, it reads OK (so in the UI it says that it has been read) in the usual entitlement error log I honestly would prefer it to show the error: self.nfcSession?.invalidate(errorMessage: Not a WiBioCard Otp Card) while I have precisely in the UI that everything went well.
Replies
1
Boosts
0
Views
576
Activity
Jul ’24
Bluetooth pairing through NFC
Is it possible to initiate Bluetooth pairing through NFC on an iPhone? or is this method is only allowed for Apple accessories?
Replies
2
Boosts
0
Views
4.5k
Activity
Mar ’21
Testing NFC passes without a NFC terminal? (Value Added Services Protocol)
Is there an easy way to test an NFC-enabled pass without a terminal?Unfortunately, I don't access to an Apple Pay terminal. And I was wondering if there is a way to have another device (iPhone, or iPad, general NFC reader) to act as a terminal for testing purposes? Any feedback is greatly appreciated.Cheers
Replies
1
Boosts
0
Views
3.8k
Activity
Nov ’16
How to Copy Mifare Card to NFC
How to Copy Mifare Card to NFC
Replies
1
Boosts
0
Views
173
Activity
May ’25
External NFC on iPad
Hello all! I have an app (Scriptio Medication Management) that uses NFC on iPhone, and that works really well. However, I need a larger screen to satisfy customer requests (reports, etc). Because we use NFC tags to authenticate & authorize I need to stick with this tech. I cannot assume that all my customers have iPhone (we also deploy to Android) so pairing an iPad with an iPhone doesn't work for us. I was looking at an external device such as FlowJack, but since iPad no longer has an audio port, this won't work for me. Has anyone been able to solve this type of issue? Ideally I can find a solution that non-technical folks can attach/pair with an iPad to read NFC devices (NOT payment processing). Thanks in advance
Replies
2
Boosts
0
Views
2.3k
Activity
Apr ’24
Apple Wallet Pass NFC Message
So I want to create a Apple Wallet Pass that can send a string message with the NFC chip when I arrive at my workplace, but my question is: Can I create a pass that send the same generic string when sending from the NFC chip? So we have a security system at work that uses these nfc chips that have hardcoded some values in them and I want to know if I store this value in the NFC chip on my iPhone, that it can send the same value to the NFC reader? or do I have to have the terminal for reading the encoded values?
Replies
0
Boosts
0
Views
582
Activity
Dec ’21
Core NFC UI issue
Hi I am implement my app with Core NFC , I found the module have their own UI , can I implement without the UI? we want the NFC scanning in background , not blocking the UI.
Replies
1
Boosts
0
Views
92
Activity
May ’25
Apply for NFC enabled pass
Does anyone have expereince for applying NFC enabled pass? What's the process looks like? I have send couple requests through http://developer.apple.com/contact/passkit. but get no reply. Same thing happen to our NFC reader vendor. Is there any other channel to get NFC enabled certificate other than this request form web page.
Replies
10
Boosts
0
Views
9.5k
Activity
May ’19
nfc service in india
When will the nfc service update will come in india as there have been a update for ios 14 above users in other countries, please let us know..
Replies
0
Boosts
0
Views
339
Activity
Jun ’21
Is there a way to disable NFC on iPhones?
I have some logic which requires NFC support on the device. This is what I'm using to make sure that it's available: isNFCMissing = !NFCNDEFReaderSession.readingAvailable && !NFCTagReaderSession.readingAvailable && !NFCVASReaderSession.readingAvailable Is it possible for isNFCMissing to be true even if the device has an NFC chip. The minimum iOS version for the application is 16 which is only supported on devices with an NFC chip to begin with.
Replies
2
Boosts
0
Views
276
Activity
Sep ’25
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 ’19
NFC URL Tags
Hi Everyone, Do apple block domains from working with NFC tags? For the last year I have been selling cards with NFC tags using a specific URL. As of yesterday iOS no longer reads this specific URL. Change the URL by one character to anything else and it works fine. Has apple blocked my domain from working specifically? The first error we got was cps Error Domain error 2 and now the phone wont scan the tag at all, but change the tag to another URL and it works fine. Any help as my business runs off this and I need a fix.
Replies
2
Boosts
0
Views
588
Activity
May ’21
How to Get NFC Capabilities
Hello, I have created a digital card on Apple Wallet. How do I give it NFC capabilities without having to apply to Apple? Any workarounds?
Replies
0
Boosts
0
Views
656
Activity
Jan ’23
Passbook NFC information
Hi all.I added to pass.json NFC information, and now passbook doesn't open in iOS9nfc : { message : “4444678966661234, encryptionPublicKey : MDkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDIgACigjq+QYC17m3i9uO8uKc8mLpaS1UJOEaCFvMedkXsuA= },What could be wrong? Where i can find decumentation about it?Thanks.
Replies
10
Boosts
0
Views
9k
Activity
Jul ’15
NFC background reader doubles the identification
Description:We are using the `read NFC tag in background` functionality but we are also reading the tags in foreground mode.If we do the Tag scan with NFC, having the app opened (in foreground), we also receive the notification about the scan result comming from the background read functionality. In result, we are experiencing the Tag read completion twice at once being in foreground mode: from foreground read and the background listener.Step-by-step instructions:1. Setup the `NFC background read` listener and the `NFC foreground read` functionality2. Open the app3. Run the NFC session4. Move the iPhone towards the Tag to read itResults we see:The Tag is being read but we are also receiving the notification from the `background NFC reader` at the same time.Results we expect:If the user is in the foreground mode, the app is opened, and he reads the tag, we expect not to receive the notification from the background NFC listener. The notification fro
Replies
4
Boosts
0
Views
2.3k
Activity
Feb ’20