Core NFC

RSS for tag

Detect NFC tags, read messages that contain NDEF data, and save data to writable tags using Core NFC.

Core NFC Documentation

Posts under Core NFC tag

101 Posts
Sort by:
Post not yet marked as solved
0 Replies
33 Views
Hello, We have created our own java card based applet and are adding it to the info.plist array but are unable to select it for some reason. While other applets with the below AIDs are being selected and we are able to do send and receive commands: A0 00 00 05 24 10 10 A0 00 00 03 08 00 00 10 A0 00 00 06 47 D2 76 00 00 85 30 4A 43 90 01 The AID of our applet is 01 02 03 04 05 06 What are we missing?
Posted
by
Post not yet marked as solved
0 Replies
27 Views
Hi Guys, wanted to know if we can switch on/off NFC settings programmatically? or if we can take user to the settings in react native/IOS native programming ?
Posted
by
Post not yet marked as solved
0 Replies
120 Views
Hi All, I'm currently looking into making an app with NFC capability to enable contactless door access. I can see CoreNFC enables reading and writing of tags in apps but this seems to be different from emulating a card to be read by an NFC reader (the reader that would be on the door). Based on some research it looks like Android provides this functionality in their apps but there's no documentation for it on iPhone. Has anyone been able to achieve this in an iPhone app? Thanks!
Posted
by
Post not yet marked as solved
0 Replies
65 Views
hi Im trying to write a simple app to interact with a custom java card (ISO7816) I created a session: readersession = NFCTagReaderSession(pollingOption: [.iso14443], delegate: self, queue: nil) readersession?.begin() } but no event firing while the card is near the phone if I take a passport it is working but I need to build an app with custom eID card any ideas? thanks
Posted
by
Post not yet marked as solved
1 Replies
116 Views
I have a small building that has a centralized access control system with RFID readers for entry. I have been able to add my phone to the system and it does seem to work with the caveat that it tries multiple keys before getting to the key in my building database. The reader will flash and beep even after the door has been successfully unlocked.
Posted
by
Post not yet marked as solved
0 Replies
112 Views
Hi, I'm trying to implement background NFC reading in my app, but I need it to work without associated url. On the tags should only be plain text that my app then works with. I only need this behavior if my app is active, so it shouldn't always open my app upon scanning. It should only retrieve data from a tag if the app is active, but without the user having to click on some button to trigger reading. If this isn't possible is there at least a way to intercept every nfc event and read it, like shortcuts currently does?
Posted
by
Post not yet marked as solved
0 Replies
132 Views
Hi, I'm writing an app in Swift and it needs to work with NFC. I've already seen dozens of tutorials for implementing a NFC-reader in your app, but I need my app to intercept every NFC-Event, so whenever a Tag is read even tough the app might not be active at the moment. The best-case scenario would be, that my app then checks if the data is relevant for it's use and if not "frees" the event and lets the system handle it. Does anybody have some advice on how to implement such a behavior?
Posted
by
Post not yet marked as solved
0 Replies
135 Views
From what I know, the iPhone can read NFC tags since 2017 (Core NFC) only on the iPhone 7, 7 Plus, and later. I also know that iPhone XR and later can read tags in the background. My question is the following : what is the difference between reading an NFC and being able to use the phone to scan a NFC ? Technically, paying with Apple Pay on an iPhone 6s, being the first to support Apple Pay is possible, but why is that phone model unable to read NFCS ? Thanks for the answers.
Posted
by
Post not yet marked as solved
1 Replies
210 Views
Can we write NFC Tag with password in iOS? That means iOS can Read/write to NFC tag with password protection? If yes then can you please share with me some details?
Posted
by
Post marked as solved
1 Replies
225 Views
I am trying to run apples sample code for NFC creating (i have made no changes), however when i run it only the reading sector runs. However there are no errors and doesn't appear to be any problems, other than it not running the NFC creator.
Posted
by
Post not yet marked as solved
0 Replies
162 Views
Hello, I need to use NFC for a project. My problem is that always when im entering with my Phone a RFID field Apple Pay shows up instead of just my NFC application. I know that you can suppress Apple Pay with adding com.apple.developer.passkit.pass-presentation-suppression to the Entitlements File but my Problem is that this Entitlement also suppresses NFC which I need. How can I suppress Apple Pay but use NFC? Thanks for Help!
Posted
by
Post not yet marked as solved
1 Replies
260 Views
Hello Apple Devs, Can some one tell if I can scan RFID tag using the CoreNFC framework? Right now i have a requirement of an iOS app which can scan RFID tag. I have read about CoreNFC framework and know that NFC is a subset of RFID but still requiring clarification on my question. Can anyone from APPLE team kindly and humbly reply to my query? Thanks and regards, Alex
Posted
by
Post marked as solved
1 Replies
241 Views
I'm developing an app using CoreNFC but it crashes when running on iPhone 6 with iOS 12.5 . Trying to search for an answer I didn't find any solution. When launching the app, this is the error I read in the console: dyld: Library not loaded: /System/Library/Frameworks/CoreNFC.framework/CoreNFC Referenced from: /var/containers/Bundle/Application/327CB0C3-4B7F-4B72-8F70-EEE985F688CD/myAppName.app/myAppName Reason: image not found I've already added CoreNFC.Framework in Targets -> General -> Frameworks, Libraries, and Embedded Content and set it to "Do Not Embed" but it doesn't work. Is there any solution for this? Or is it a bug of Xcode? Please help. Thanks
Posted
by
Post not yet marked as solved
1 Replies
224 Views
Hello, is there a way to pass Data directly via NFC between two Devices (iPhones)? Example: iPhone 1: NFC- Writer iPhone 2: NFC- Reader iPhone 1 writes/ passes NFC Data to iPhone 2 which reads it. Thanks for Help
Posted
by
Post not yet marked as solved
0 Replies
135 Views
I have a question regarding the passcode rule for reading the cards which are saved in "Wallet and Apple Pay" app. If I want the card to be read by tapping the iPhone / Apple Watch on IC Card Reader without entering the passcode, is it correct to set up a particular system code other than "0xFFFF"? Please kindly confirm. Thank you.
Posted
by
Post not yet marked as solved
6 Replies
305 Views
I have a tableview with 4 sections. Each section has a button. I used "convertPoint" to View to determine which button was touched and then get the indexPath from the "point". With the latest iOS update the point data returned is incorrect and thus the wrong indexPath.row is selected for action.
Posted
by