Search results for

“nfc”

1,194 results found

Post

Replies

Boosts

Views

Activity

NFC custom command failing to read full response
Hi All, We are using a ST25DV NFC tag and Fast Transfer Mode. Our iOS app sends a custom command that sends some data as an input and expects a response from the tag that includes a payload of ~4000 bytes. We have successfully sent this command to the tag using the NFC Tap App on Android and received the full data response. However, on iOS (15.3.1-iPhone 12 Pro) as we loop through and get the response (256 bytes at a time), at random point during the reading of the response we get the following error: [CoreNFC] 00000002 80050360 -[NFCTagReaderSession transceive:tagUpdate:error:]:824 Error Domain=NFCError Code=102 Tag response error / no response UserInfo={NSLocalizedDescription=Tag response error / no response, NSUnderlyingError=0x283c3cde0 {Error Domain=nfcd Code=29 Tag Error UserInfo={NSLocalizedDescription=Tag Error, NSUnderlyingError=0x283c3c1b0 {Error Domain=com.apple.nfstack Code=20 No response from tag UserInfo={NSLocalizedDescription=No response from tag}}}}} We are not using .addres
2
0
2k
Feb ’22
Reply to NFC loyalty card in HCE
Hello Hdemondt、Jordanch, Did you get an answer to your problem ? I'm currently facing with the same issue for my company。 here is a sample, do you know how to do it ? NFC - Mobile Phone as Ticket https://www.skidata.com/en-us/products-services/products-for-arenas-leisure/tickets-ticketing/e-ticketing/nfc/ SKIDATA and Allianz Arena launch Germany’s first contactless NFC stadium access with iPhone and Apple Watch https://www.skidata.com/en/skidata-and-allianz-arena-launch-genrmanys-first-contactless-nfc-stadium-access-with-iphone-and-apple-watch/
Nov ’21
Apple wallet NFC pass with personalization
We now want to take this a step further adding Rewards Enrollment via the terminal. So scenario is: customer pays with apple pay on adyen terminal we check if the customer has the NFC pass in the wallet if so, they earn points (regular flow which is working) if not, wallet asks if you want to onboard into the program. We use personalization.json for for this and a webservice from us We have everything setup, but the personalization isn’t working. We follow all these steps: https://developer.apple.com/library/archive/documentation/UserExperience/Conceptual/PassKit_PG/PassPersonalization.html The issue is that we never receive a POST request from wallet on the /personalize route we needed to set up. It simply never triggers. We tried to do it manually from wallet using the ‘Add Personal Info’ button that appears now (because we added personalization.json to the pkpass bundle), but this triggers a message ‘Unable to personalise pass’, while it should show the personalization fields with our logo on top.
3
0
695
Jul ’24
Can My App Use/emulate iPhone as an NFC Tag for Tap-to-Interact with the new update??
Hello, I’m developing an app and want to explore the possibility of using an iPhone to emulate an NFC tag. Specifically, I’m interested in enabling one iPhone to act as an NFC tag that another iPhone can read, creating a tap-to-interact experience within my app. Is this functionality supported by current iOS APIs, or is it something that might be available in the next update for iOS 18.1 which is supposedly unlocking iPhone NFC chips? If not, are there any workarounds or third-party solutions that can achieve this such as bluetooth low energy (BLE) maybe? Any insights or guidance on how to implement this feature would be greatly appreciated. Thank you!
1
0
2.6k
Aug ’24
The application is crashing on iPhone/iPad [with iOS 12] which does not have NFC capabilities.
Note:NFC detection part is in Cocoa Pods Framework. There is the solution to make NFC framework optional in the app to prevent this crash but in this specific case, NFC detection happens in the framework itself. It is crashing on all iPhones which don't have NFC support. Crash log for this:dyld: Library not loaded: /System/Library/Frameworks/CoreNFC.framework/CoreNFC Referenced from: /private/var/containers/Bundle/Application/9BF98F8A-775D-436A-92CA-4A6534686BF9/smart-interaction-client-iOS_Example.app/Frameworks/smart_interaction_client_iOS.framework/smart_interaction_client_iOS Reason: image not foundMessage from debugger: Terminated due to signal 6
0
0
913
Jan ’19
Reply to NFC card
It is not possible for an app to emulate an arbitrary NFC tag using the basic CoreNFC APIs. While there are some other APIs that allow you to emulate NFC tags, those only support very specific cases for very specific types of cards, and have a number of requirements. It would not be possible to obtain the entitlements to use those for a generic NFC tag. Argun Tekant /  DTS Engineer / Core Technologies
Topic: App & System Services SubTopic: Core OS Tags:
Dec ’24
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
NFC Error
During EEPROM reading or writing on some appliance devices, the app encounters an error after 6 steps. This issue occurs only on iPhone 14 Pro Max, 15 Pro Max, and 16 Pro models, while all other iPhone models function correctly. Any one with this problem?
1
0
115
Jul ’25
Reply to AppClip is Unavailable
Having the exact same thing happen. All ways of opening the app clip except for QR scan or NFC scan work, but for QR/NFC it says app clip is unavailable
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’24
NFC custom command failing to read full response
Hi All, We are using a ST25DV NFC tag and Fast Transfer Mode. Our iOS app sends a custom command that sends some data as an input and expects a response from the tag that includes a payload of ~4000 bytes. We have successfully sent this command to the tag using the NFC Tap App on Android and received the full data response. However, on iOS (15.3.1-iPhone 12 Pro) as we loop through and get the response (256 bytes at a time), at random point during the reading of the response we get the following error: [CoreNFC] 00000002 80050360 -[NFCTagReaderSession transceive:tagUpdate:error:]:824 Error Domain=NFCError Code=102 Tag response error / no response UserInfo={NSLocalizedDescription=Tag response error / no response, NSUnderlyingError=0x283c3cde0 {Error Domain=nfcd Code=29 Tag Error UserInfo={NSLocalizedDescription=Tag Error, NSUnderlyingError=0x283c3c1b0 {Error Domain=com.apple.nfstack Code=20 No response from tag UserInfo={NSLocalizedDescription=No response from tag}}}}} We are not using .addres
Replies
2
Boosts
0
Views
2k
Activity
Feb ’22
Core NFC
Is there a standard for determining the tag type with CoreNFC?
Replies
0
Boosts
0
Views
549
Activity
Jun ’23
Reply to NFC loyalty card in HCE
Hello Hdemondt、Jordanch, Did you get an answer to your problem ? I'm currently facing with the same issue for my company。 here is a sample, do you know how to do it ? NFC - Mobile Phone as Ticket https://www.skidata.com/en-us/products-services/products-for-arenas-leisure/tickets-ticketing/e-ticketing/nfc/ SKIDATA and Allianz Arena launch Germany’s first contactless NFC stadium access with iPhone and Apple Watch https://www.skidata.com/en/skidata-and-allianz-arena-launch-genrmanys-first-contactless-nfc-stadium-access-with-iphone-and-apple-watch/
Replies
Boosts
Views
Activity
Nov ’21
Reply to NFC and Shortcuts?
Personal automations with NFC is in the current version of shortcuts, however it requires a iPhone Xr/Xs or newer. These iPhones have a NFC radio that supports low power reading of tags in the background.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’20
Apple wallet NFC pass with personalization
We now want to take this a step further adding Rewards Enrollment via the terminal. So scenario is: customer pays with apple pay on adyen terminal we check if the customer has the NFC pass in the wallet if so, they earn points (regular flow which is working) if not, wallet asks if you want to onboard into the program. We use personalization.json for for this and a webservice from us We have everything setup, but the personalization isn’t working. We follow all these steps: https://developer.apple.com/library/archive/documentation/UserExperience/Conceptual/PassKit_PG/PassPersonalization.html The issue is that we never receive a POST request from wallet on the /personalize route we needed to set up. It simply never triggers. We tried to do it manually from wallet using the ‘Add Personal Info’ button that appears now (because we added personalization.json to the pkpass bundle), but this triggers a message ‘Unable to personalise pass’, while it should show the personalization fields with our logo on top.
Replies
3
Boosts
0
Views
695
Activity
Jul ’24
Can My App Use/emulate iPhone as an NFC Tag for Tap-to-Interact with the new update??
Hello, I’m developing an app and want to explore the possibility of using an iPhone to emulate an NFC tag. Specifically, I’m interested in enabling one iPhone to act as an NFC tag that another iPhone can read, creating a tap-to-interact experience within my app. Is this functionality supported by current iOS APIs, or is it something that might be available in the next update for iOS 18.1 which is supposedly unlocking iPhone NFC chips? If not, are there any workarounds or third-party solutions that can achieve this such as bluetooth low energy (BLE) maybe? Any insights or guidance on how to implement this feature would be greatly appreciated. Thank you!
Replies
1
Boosts
0
Views
2.6k
Activity
Aug ’24
The application is crashing on iPhone/iPad [with iOS 12] which does not have NFC capabilities.
Note:NFC detection part is in Cocoa Pods Framework. There is the solution to make NFC framework optional in the app to prevent this crash but in this specific case, NFC detection happens in the framework itself. It is crashing on all iPhones which don't have NFC support. Crash log for this:dyld: Library not loaded: /System/Library/Frameworks/CoreNFC.framework/CoreNFC Referenced from: /private/var/containers/Bundle/Application/9BF98F8A-775D-436A-92CA-4A6534686BF9/smart-interaction-client-iOS_Example.app/Frameworks/smart_interaction_client_iOS.framework/smart_interaction_client_iOS Reason: image not foundMessage from debugger: Terminated due to signal 6
Replies
0
Boosts
0
Views
913
Activity
Jan ’19
Reply to Passbook NFC information
This issue is that you need the a different certificate to sign a pass containing NFC keys. Check your error logs and you should see something like:Passes with an NFC dictionary must be signed with an enhanced Passbook certificate.
Replies
Boosts
Views
Activity
Oct ’15
Reply to NFC card
It is not possible for an app to emulate an arbitrary NFC tag using the basic CoreNFC APIs. While there are some other APIs that allow you to emulate NFC tags, those only support very specific cases for very specific types of cards, and have a number of requirements. It would not be possible to obtain the entitlements to use those for a generic NFC tag. Argun Tekant /  DTS Engineer / Core Technologies
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’24
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.
Replies
3
Boosts
0
Views
2.8k
Activity
Feb ’18
NFC Error
During EEPROM reading or writing on some appliance devices, the app encounters an error after 6 steps. This issue occurs only on iPhone 14 Pro Max, 15 Pro Max, and 16 Pro models, while all other iPhone models function correctly. Any one with this problem?
Replies
1
Boosts
0
Views
115
Activity
Jul ’25
Access to option NFC tag reading while creating App ID.
HiI want to have sure. If I buy enrolling to Apple Developer Program as Individual client, will I get access to „NFC tag reading” option while creating App ID and use it while write app on Xcode? If yes, is any option while enrolling process which I must be selected?
Replies
0
Boosts
0
Views
740
Activity
Nov ’17
Reply to Emulating NFC Tag using iPhone Device
How did you emulate an NFC Tag with an android device that was readable by an iPhone? I've tried several android NFC apps that did not emulate on an iPhone natively unless you used the same compatible app on both phones.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’22
Reply to Enable NFC Access for Argentina’s SUBE Transit App on iPhone
To be clear, third-party apps in Argentina absolutely do have the ability to use NFC for secure transactions like you mention. This is prominently explained in the user documentation for NFC & SE Platform for secure contactless transactions
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’25