We will develop the functionalty NFC enable pass ticket in our application (India). I have send a request through http://developer.apple.com/contact/passkit on 4th Nov 2019. But got no reply. Please suggest and let us know if other information required. Thanks,
Search results for
nfc
1,175 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hi, does anyone know which content/information does the nfc chip has in workout devices?We train with egym workout devices, which have no Apple Gymkit possibilities at the moment. (Polar and fitbit are partners of egym).Which person is responsible for upgrade workout devices for apple gymkit? Perhaps, we can get an email address?If there is no possiblity, does anyone has managed it to get egym cloud information into apple watch activities automatically?ThanksMichael
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.
As i know The historical bytes extracted from an Answer To Select response, what are the commands need to send to get response of historical bytes.i tried using NFC tag to get historical bytes but it always shows null.Please provide any solution to get historical bytes
Hi, we’re developing an app that needs to interact with a NFC Card Reader using ISO7816 protocol; even with iOS 13, it seems we can’t do it, neither in HCE nor in another way. Can you confirm that? There are other ways to communicate with a NFC Reader using NFCCore?MB
I saw in the release notes the the latest release of iOS 13.3 beta 2 that Safari now supposedly supports NFC. However, after searching documentation, I don't see any references to these changes. Does anyone happen to have more information, I am very interested in testing this out for a feature we're building at my work.
I've also been working with the NFCTagReaderSession, NFCISO7816Tag, and NFCISO7816APDU Core-NFC elements to communicate with NFC-Devices via the ISO14443/ISO7816 protocals.Right now I'm trying to reduce the Communication Failure Rate which I have found is directly proportional to three factors;1) The Size of the APDU Command sent by IOS, and the Size of the APDU Response of the NFC-Device.Where the larger they are, the more likely communication is to fail.2) The number of APDU Command/Response pairs you are sending/processing in a row via a single Session.The more APDU commands you try to send during a Session, the more likely communication is to fail.3) The positioning of the IOS-Device relative to the NFC-Device when initiating the Scan.The closer you are to the RF-Field of the NFC-Device when you begin a Scan, the more likely communication is to fail.The less Direct the Angle of approach of the IOS-Device to the RF-Field of the NFC-Device, the more like
Topic:
App & System Services
SubTopic:
Core OS
Tags:
If so, where can I find source code doing this? I only see read/write examples on Apple Documentation.If not, what are other alternatives to exchange close proximity information from the phone to phone?
Hello all!In our app we use a suppression API to disable the Apple Pay on a particular screen. It's needed to scan a QR-code on a device with an NFC chip.guard PKPassLibrary.isPassLibraryAvailable(), !PKPassLibrary.isSuppressingAutomaticPassPresentation() else { Logger.shared.info(Could not suppress Automatic Pass Presentation) return } tokenPKSuppresion = PKPassLibrary.requestAutomaticPassPresentationSuppression(responseHandler: { (result) in if result == PKAutomaticPassPresentationSuppressionResult.success { Logger.shared.info(Automatic Pass Presentation suppressed) } })This code works perfectly fine, but the system shows an alert when this method is invoked for the first time.So my question: are there any ways to customize or disable this alert? It looks a little bit confusing for a user.Thank you in advance!
I finding I crash when I try to start the NDEF scanning and not sure at this point how the UI should be setup for the NFCNDEFReaderSessionDelegate.
This seems to still be happening with iOS 13.1.2. The only ISO15693 command where Apple provided much documentation is readSingleBlockWithRequestFlags. Those docs say that RequestFlagAddress is enabled by default and that the OS will include the tag's identifier with the command. It may be the case that customCommand does that as well, which is why it rejects the attempt to include RequestFlagAddress manually. I don't have a way to verify this -- does anyone have an NFC card emulator or some other way to snoop the NFC traffic?
Topic:
App & System Services
SubTopic:
Core OS
Tags:
I have an iPhone 8 running iOS 12.2 and iPhone 8 Max running iOS 12 and in both cases, calling the method NFCReaderSession.readingAvailable results in a crash with the following message [NFCReaderSession readingAvailable]: unrecognized selector sent to class. This method is supposed to be available in iOS 11. I have tested this on my iPhone 6s running iOS 12.4 and the method returns false, as it should because NFC isn’t supported on an iPhone 6s. I have tested on my iPhone Xs and the method returns true, as it should. I’m trying to narrow down if this is bug with a specific phone version with iOS 8 and iOS 12? Thanks for any help!
Did you add the key in info plist for : Privacy - NFC Scan Usage Description
Topic:
App & System Services
SubTopic:
Drivers
Tags:
Thanks for the response @eskimo! One follow up question is this, how come it works on an iPhone 6s running iOS 12.4? The call to readingAvailable returns false and NFC is not supported on that hardware. I wonder if there is a bug with iOS 12 with devices that can support NFC?Here is a link to the radar I created. Thanks!https://feedbackassistant.apple.com/feedback/7471651
Topic:
App & System Services
SubTopic:
Drivers
Tags:
I am trying to read the passport with the help of NFC? how can I do that?Can I read the all countries passport through NFCTagReaderSessionDelegate or some specific one.Also When I used the NFCTagReaderSessionDelegate method then it's not calling the detectTags method and gives the error: Error Domain=NFCError Code=201 Session timeout UserInfo={NSLocalizedDescription=Session timeout}.Any solution / Documentation would be appreciated.