Search results for

nfc

1,175 results found

Post

Replies

Boosts

Views

Activity

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
Can I emulate an NFC card in my iPhone to redirect another device to a link
Hi, I would like to know if its possible to emulate an NFC tag with my iPhone and use my device as a tag so other phones can approach and read it as a normal tag and maybe redirect them to a link or something like that. For instance at my previous job we would have our badge stored digitally on an app in our iPhone which we would scan at the entrance to register our attendance. Could this system be replicated to my situation? i.e. have a card stored digitally to direct another device to the desired link? Thank you very much for your info! Best regards
1
0
2.0k
Oct ’22
Reply to Mifare Plus and iOS 13
MIFARE Ultralight can be formatted as NFC Forum Type 2 Tag.But MIFARE Plus can't be formatted as NFC Forum Type Tags.So it is not possible to use NFCNDEFReader API for MIFARE Plus.You can use only NFCTagReader API for MIFARE Plus.
Topic: App & System Services SubTopic: Drivers Tags:
Sep ’19
Reply to Confirm whether the distribution of this app violates the terms of service
I am not sure what you mean by since NFC cannot be enabled under the separate Apple Developer account Base NFC functionality is not restricted to be used at the account level. So if the app is only using basic NFC functionality, the other account can use their own credentials, profiles, and certificates to build and publish the app. If you are using a special NFC based functionality that requires special permission from Apple, those would be limited to be used only by the account and in some cases, only the app they were assigned to. If the app is required to be released under the other account, they will have to acquire the necessary permissions, create the necessary certificates and profiles and build it themselves to publish it. You cannot build an .ipa with your account and have it published by another account which does not have the necessary permissions.
Nov ’25