Search results for

nfc

1,175 results found

Post

Replies

Boosts

Views

Activity

Reply to iOS 11 - write to nfc
It is a pity that writing NFC tags is not supported. Writing NFC tags can be very useful to push some configuration data to the device hosting the NFC chip (a WiFi password for example). Sometimes it is very difficult to understand what is the reasoning behind this kind of decisions.Thanks,Anna.
Topic: Programming Languages SubTopic: Swift Tags:
Jan ’18
NFC in background mode
Hi,There are two similar questions regarding Core NFC in the developer forum already, but I decided to create a new one. I collectively have few questions -1. Is there any future plans to enable Core NFC to support background mode?2. Is there any possibility to read ID of NFC tags (not payload)?3. Is it possible to work with Apple in OEM level and have this support enabled? Will Apple likely consider if it makes win win business case?My team has conceived an idea where we would like to know placement of phone in specific spot (can be desk, holder etc). To be able to do that, phone needs to be able to read NFC tag in the background - both introduction and removal of tag needs to be read in the background so as to identify when it was taken to that spot and when it was removed. Thanks in advance.
0
0
321
Jan ’18
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
423
Jan ’18
Reply to iOS 11 - write to nfc
I agree Anna. It sure would be nice to write to NFC tags. I have an application which needs to set time to the device as well as calibrate the device. We'd also like to be able to reflash the firmware via NFC - all of these are operations we can do with our Android app but can't with an iPhone.
Topic: Programming Languages SubTopic: Swift Tags:
Feb ’18
Reply to iOS 11 - write to nfc
It sure would be nice to write to NFC tags.Are your bug number is?Share and Enjoy — Quinn “The Eskimo!” Apple Developer Relations, Developer Technical Support, Core OS/Hardware let myEmail = eskimo + 1 + @apple.com
Topic: Programming Languages SubTopic: Swift Tags:
Feb ’18
Effect of Pass Type ID w NFC Certificate Expiration
I'm having a hard time finding in the Wallet documentation what the net effect would be when the production signing certificate for a Pass Type ID w/ NFC expires out. I'm pretty sure any attempts to install a pkpass signed by an expired certificate will fail, but what I'm a bit unclear about is whether & how users who have already installed the pkpass previously while the signing certificate was valid would be affected. Will this already installed NFC pkpass signed with the expired certificate no longer be able to provide its function & so push notifications should be sent to attempt to update the pkpass with a new one that is signed with a currently valid certificate? Does the pass get removed automatically from Wallet or is the user notified in some way that the pkpass is expired due to the signing certificate?If anyone can point me at the documentation that covers this, I'd appreciate it.
3
0
2.8k
Feb ’18
Transferring User personal data from his iPhone to another iPhone over the air.
Hi All,I am looking into some requirements from my Client(Doctor) and he wants a feature where in when the patient walkin for his scheduled appointment to the clinic instead of entering all his personal details like Name,DOB,Email address into a form if its possible to transfer the data from his phone to clinics iphone when they are broght near to each other(Similar to what Apple doen when we setup new iPhone's). For sure this will be done in secured manner as we need to be HIPPA complaint. I looked in NFC but iSO only support NFC tag reading capabilty but not writing.or is there something in ResearchKit??Any ideas?? This will really Help.ThanksAmit
Topic: UI Frameworks SubTopic: UIKit Tags:
3
0
642
Feb ’18
How to integrate Apple Pay on web with standalone NFC reader connected to the browser host machine.
I have a touch screen monitor which runs a live URL for my web application and a NFC reader(UIC 680) attached to it. I would like to accept Apple Pay payments via the NFC reader if a user wishes to use his/her iPhone on checkout. As of now I do receive card track data but everytime I pass the details to Stripe(my payment provider) it fails with error code do_not_honour and CVC check failed. Can you guide me as to what steps I should take to execute a succesful transaction.
0
0
506
Feb ’18
Reply to Apple Pay EMV mode
Hi Alex,I am trying to integrate Apple Pay using a standalone NFC reader and processing payments via Stripe. I am able to get the track data but everytime I try to process the txn it fails. Can you let me know how you were able to parse the track2 data for making it work? I am able to get the card number and expiry date properly but I am not sure if the CVC data I pass is proper. I used this document for setting the parsing rules - http://media.elotouch.com/Support/Pdf/magtek_mtd_opos.pdf. It would be great help if you can assist me.Thanksk
Feb ’18