Search results for

nfc

1,175 results found

Post

Replies

Boosts

Views

Activity

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
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
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
564
Jul ’24
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
242
Sep ’25
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
574
Dec ’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 ’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
584
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