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.
Search results for
nfc
1,175 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
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.
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
Is it possible to initiate Bluetooth pairing through NFC on an iPhone? or is this method is only allowed for Apple accessories?
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
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.
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.
How to Copy Mifare Card to NFC
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?
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?
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..
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.
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.
Dear Team! I am using a developer paid account and want to implement NFD technology in my application. In Xcode if I go to capability to enable the NFC it not showing the NFC in the list. If you could help me on this really that would be very helpful. Thanks!
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.