Search results for

nfc

1,125 results found

Post

Replies

Boosts

Views

Activity

NFC in background?
Hi,Will iOS 11 allow NFC tags to be read when our apps are in the background, or only when they are in the foreground?Assuming background is supported, will the app wake up and become the foreground app (and the screen turn on) if the user swipes their locked phone over an NFC tag? Or will the user need to manually initiate something?I have a potential customer who wants to use NFC tags in a retail environment as part of a loyalty program. One thing the customer wants to do is subscribe the user to push notifications when they swipe a tag -- obviously this will involve some permissions UI the first time it happens. Is this going to be feasible?Thanks,Frank
0
0
731
Aug ’17
NFC TAG IPHONE
I have a client who asked me to create an app that reads nfc data, but this data needs to come from a built in iPhone nfc tag, so the app will read through nfc the SECOND device info. my question is, does the iPhone has a built in nfc tag? if so, can it share any device info?
1
0
662
Jul ’24
Read NFC
We have an iPhone and Android app that reads NFC tags. What we do is scan tags, get tag ID and put that into our database and add information. Works fine when scanned with Android. We went back and learned we had to program NFC tags to be NDEF. We did this, phone vibrates and can't upload into database. Does anyone have any input on this? Is there something we are missing, a certain thing we need to code them to?
0
0
411
Jan ’18
How to Create an NFC-Enabled Wallet Pass with pass.json Including NFC Field?
Hello, I’m working on creating an NFC-enabled Apple Wallet pass and I need assistance with the proper implementation of the pass.json file to include NFC functionality. My goal is to enable NFC interactions, such as tapping to unlock a door or interacting with other NFC systems. Here is what I have done so far: Set up a Pass Type ID and Certificates: I have registered a Pass Type ID in my Apple Developer account. I have generated and installed the required certificates (Pass Type ID certificate and WWDR certificate). Backend Integration: I have set up a backend service for generating passes, and I can successfully create and deliver standard Wallet passes without the NFC functionality. Adding the NFC Field: I understand that to enable NFC interactions, I need to add an nfc dictionary to the pass.json file. The key components for NFC include the encryptionPublicKey, message, and payload. Here’s an example of my current pass.json:
2
0
1.6k
Oct ’24
Passes with an NFC dictionary
When I generate passes with the new WWDC announced NFC tag: nfc : { message : “4444678966661234}I get the following error when loading it: Passes with an NFC dictionary must be signed with an enhanced Passbook certificate.How can I get an enchanced certificate?
1
0
1.7k
Aug ’15
NFC Kaput
I keep seeing this in the Xcode when I launch my app: -[NFCTagReaderSession beginSessionWithConfig:]:468 error:Error Domain=NFCError Code=203 System resource unavailable UserInfo={NSLocalizedDescription=System resource unavailable}, errorCode: 0xcb Initially, the device was working with NFC. Now on multiple complete restarts of my app, the System resource is still not available. If I lock the screen and reenter iOS again, the problem persists. Rebooting the device appears to get it working again. I suspect this is only happening on iPhone 15 and iOS 18.01. My other devices I have do not exhibit the problem. I'd wager some service in the OS has crashed? There also appears to be limitation on renewing nfc sessions. Similar problems on iPhone 16 to what I experienced on iPhone 15. I don't know what they did with iPhone 15 and 16 but the NFC has really deteriorated for longer sessions. Seems the newer Apple HW is worse at NFC than my iPhone 11. Just providing feedback. The devi
4
0
1.1k
Oct ’24
Problem Core NFC
Hello,I'm having a problem with using Xcode9 and NFC, basically when I create an NFC project with a provisioning enabled for its use, I do not see the capability on Xcode so I can not use the new API. Can you give me info about it? Consider I started from a new project and with NFC-enabled appID.thank you
1
0
554
Jun ’17