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.
Search results for
nfc
1,175 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I’ve downloaded the sample Core NFC application to try out scanning of a few NFC tag enabled items I own and so far no luck. I’ve tried probably 8 different cards and passes that I all know to have NFC chips and none of them result in a successful scan. Am I just unlucky to only have NFC chips that aren’t supported by Core NFC, or is it not functioning in beta 4?
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,I have difficulty to upload the application to AppStore just recently.This is the initial content of entitlement:<key>com.apple.developer.nfc.readersession.formats</key><array> <string>NDEF</string></array>The error message related to NFC capability:I add <string>TAG</string> into info.plist and entitlement.<key>com.apple.developer.nfc.readersession.formats</key><array> <string>NDEF</string> <string>TAG</string></array>Now the error message is:FYI, in profiles, I have enable NFC reader capability.Anyone has advise?
Hi,I've read the official documentation about Core NFC (https://developer.apple.com/documentation/corenfc) and it seems that is not possibile to read the NFC Tag's UID.Can you confirm me this is not (yet) possible? If yes, would Apple let users read this tag information in the future?Thanks,Alberto
How does Core NFC support ISO 7816? ISO 7816 is for contact smart cards. Is Apple adding smart card readers to devices? If not, how is it possible for Core NFC to support ISO 7816?
Hi, I am creating an iOS application using iPhone 11. The purpose of the functionality is to extract data from passport NFC. The NFC functionality works on my colleague iPhone but does not work on my iPhone. Are there any known issues with NFC for iPhone 11? Thanks
on a span of 4 months we sent 2 for nfc entitlement requests and refused , no reason nothing . i mean all we want is the ability to use nfc on passes nothing else , no idea why this is so complex . with google you don’t even need a developer account and it’s for free , here we pay and we can’t even get the full functionality the passes offer , we got the hardware and the solution but we find out we need an nfc entitlement to allow passes to have nfc ? i mean our use case is very simple instead of having barcode on the passes we want them to be via nfc and we already got the nfc hardware but we find out we need nfc entitlement which we tried requesting but getting refused with no reason at all. at least tell u what is the problem what how to fix it not outright refuse without any reason at all. if anyone got any solution please provide.
I want to try small POC for NFC payment using iOS device and Android device. Android device act like merchant here. Is it possible to transfer data from iOS to Android device using NFC?
Can we use the CoreNFC framework to automatically open an app when a specific NFC tag is detected?The framework would need to run the the background processes.. Has anyone seen this done or can they point me in the right direction?ThanksOliver
Hello everyone,We use at work those NFC cards to open the door..I would like to add those to the Wallet app, because will be with Face/Touch-ID more secure.Is it possible to add those cards to the Wallet app (I have acces to an Developer Account & NFC Certificate)We use normal NFC Readers and I dont know if its possible to apply an normal nfc code threw the wallet app.- Louis
As part of our mobile app for Electrical Vehicle (EV) charging, we are creating a NFC enabled prepaid reward card. Can you help us in understanding following data flow so that we can use this pass in our application in conjunction with charge station NFC reader and our backend server1. We are able to create the Pass and add it in Apple Wallet. However the NFC reader is not able to read this pass. Is there anything else required to be done in order to enable this card for NFC data exchange?2. Once exchanged via NFC, the reader is expected to send this data to our server for validation. We are unable to find any documentation on apple developer site on this data exchange front. Can you help us in understanding following2.1 What data is exchanged over NFC for our pass? We are hoping data from pass.json is passed over NFC to the reader. Can we get a reference of which all data is exchanged over NFC? Is the exchange data encrypted?2.2 As part
Why NFC tags shown speed is slower than iOS 16.0? After paying with Apple Wallet with iOS 18.0, it seems that it could only detect the NFC tags after 5s, it is the particularity of the iOS 18.0? How can it be quick as former version?
Does anyone have info on the NFC upgrades in ios12?
Hi, im developing an app for read NFC tags but now only i can read message payload, i want to know if i would read UID or other features from the nfctag.Regards