Search results for

“nfc”

1,194 results found

Post

Replies

Boosts

Views

Activity

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
Core NFC reports stack error in the modal intermittently. What is this error?
Howdy, I seem to have a reliability issue when reading a type 5 tag where I get this Stack Error, but only sometimes. Other times, the reads are completing without an issue. The delegate's readerSession(:didInvalidateWithError:) is reporting type 200 (user cancelled) even though that doesn't seem to be the case. It looks like Core NFC is cancelling the session itself... What does this mean? Thanks, smkuehnhold
1
0
1.1k
Mar ’23
ePassport NFC detected but not reading, entitlement error when adding AID
Hi, I’m implementing ePassport reading in an iOS app using a third-party KYC identity verification SDK (the SDK handles the NFC logic internally). Before adding any specific AID, the NFC session would start normally and iOS showed the system popup asking the user to hold the passport near the device. However, the passport was never read , the session just stayed there with no progress or data returned. I then tried enabling the ICAO ePassport AID: A0000002471001 After adding this, the build failed with the following signing error: Provisioning profile iOS Team Provisioning Profile: com.sandrotbilisi.DigitalCurrency doesn't include the com.apple.developer.nfc.readersession.iso7816.select-identifiers entitlement. Has anyone encountered this behavior when working with ePassports? Do I need special entitlement approval from Apple for this AID? Thank you.
1
0
119
Feb ’26
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 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
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
Replies
1
Boosts
0
Views
2.0k
Activity
Oct ’22
When my app close to the machine that has NFC , Apple Pay will show automaticly. can I close the Apple Pay?
When my app close to the machine that has NFC , Apple Pay will show automaticly. can I close the Apple Pay?
Replies
0
Boosts
0
Views
386
Activity
Jan ’18
When my app close to the machine that has NFC , Apple Pay will show automaticly. can I close the Apple Pay?
When my app close to the machine that has NFC , Apple Pay will show automaticly. can I close the Apple Pay?
Replies
0
Boosts
0
Views
359
Activity
Jan ’18
Core NFC reports stack error in the modal intermittently. What is this error?
Howdy, I seem to have a reliability issue when reading a type 5 tag where I get this Stack Error, but only sometimes. Other times, the reads are completing without an issue. The delegate's readerSession(:didInvalidateWithError:) is reporting type 200 (user cancelled) even though that doesn't seem to be the case. It looks like Core NFC is cancelling the session itself... What does this mean? Thanks, smkuehnhold
Replies
1
Boosts
0
Views
1.1k
Activity
Mar ’23
ePassport NFC detected but not reading, entitlement error when adding AID
Hi, I’m implementing ePassport reading in an iOS app using a third-party KYC identity verification SDK (the SDK handles the NFC logic internally). Before adding any specific AID, the NFC session would start normally and iOS showed the system popup asking the user to hold the passport near the device. However, the passport was never read , the session just stayed there with no progress or data returned. I then tried enabling the ICAO ePassport AID: A0000002471001 After adding this, the build failed with the following signing error: Provisioning profile iOS Team Provisioning Profile: com.sandrotbilisi.DigitalCurrency doesn't include the com.apple.developer.nfc.readersession.iso7816.select-identifiers entitlement. Has anyone encountered this behavior when working with ePassports? Do I need special entitlement approval from Apple for this AID? Thank you.
Replies
1
Boosts
0
Views
119
Activity
Feb ’26
Wallet Loyalty Passes using third party NFC contactless reader
Hi, is there any information on how to talk to the Wallet Loyalty Pass using NFC from third party contactless reader (i.e. Application Identifier (AID)) in ios9?I think we use the Value Added Service Protocol (VAS) but not sure what the file id we should select.Thanks.
Replies
0
Boosts
0
Views
1.6k
Activity
Jul ’15
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:
Replies
Boosts
Views
Activity
Feb ’18
Reply to Is this compatible with IOS NFC: MIFARE Classic 1K Chip 13.56mhz
Mifare Classic 1k are not fully compatible with CoreNFC, but you can use the compatibility mode in NFC Tools settings to read and write standard records (NDEF).Unfortunately, some features, like reading the memory cannot be used with this type of NFC chip.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’20
Reply to How to share data between two iOS devices using NFC? Is peer to peer NFC possible for iOS?
Would love to see Apple implement Peer to Peer NFC Communication.Android has this with Android Beam, but according to this article, this is not possible between apple devices yet.https://apple.stackexchange.com/questions/379527/do-new-iphones-ios-13-support-nfc-in-peer-to-peer-mode
Replies
Boosts
Views
Activity
May ’20
Reply to Is NFC HCE functionality supported? If so, how can it be implemented?
I am developing an app and having trouble implementing NFC HCE functionality on iOS. From what I found, NFC HCE seems possible in the EEA, but I need help doing it in other countries. Is there any way to achieve this through a specific license or certification from Apple? Any guidance or references would be greatly appreciated.
Replies
Boosts
Views
Activity
Jul ’24
Reply to Any NFC readers with VAS protocol?
REYAX Technology, an IOT solution provider based in Taiwan luanched a new NFC/RFID modules that features Industrial NFC/RFID Engine and Apple Wallwt VAS & Google Smart Tap pass - RYRR30D, I believe this could fullfill your inquiries:)
Replies
Boosts
Views
Activity
Mar ’24
Reply to NFCNDEFReaderSession - is this "on" in this release?
Privacy - NFC Scan Usage Description/NFCReaderUsageDescription
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’17
Reply to CoreNFC in iOS13 for iPad Pro (and WatchOS 6)?
nNo NFC support on iPad or watchOS.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’19
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:
Replies
Boosts
Views
Activity
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.
Replies
Boosts
Views
Activity
Nov ’25