Search results for

“nfc”

1,191 results found

Post

Replies

Boosts

Views

Activity

Reply to Write NFC Tag with Password protected
NFC tag with password protection is NFC tag manufacturer specific functionality. Please consult with tag manufacturer's documentation on how to interact with tag specific feature. Refer to Core NFC documentation (https://developer.apple.com/documentation/corenfc/) on APIs for interacting with an NFC tag.
Topic: App & System Services SubTopic: General Tags:
Jun ’22
NFC Passport Reader - Libraries
Hi community! I'm on the hunt for alternatives to digital onboarding and NFC reader libraries on iOS (and maybe on Android too). Do any of you know of alternatives to: https://github.com/AndyQ/NFCPassportReader They should be compatible with ICAO Doc 9303 MRTD - https://www.icao.int/publications/pages/publication.aspx?docnum=9303 Your insights and suggestions mean a lot! Thanks! Description: NFCPassportReader - This package handles reading an NFC Enabled passport using iOS 13 CoreNFC APIS Version 2 (and the main branch) now uses Swift Async/Await for communication. If you need an earlier version, please use 1.1.9 or below! Supported features: Basic Access Control (BAC) Secure Messaging Reads DG1 (MRZ data) and DG2 (Image) in both JPEG and JPEG2000 formats, DG7, DG11, DG12, DG14 and DG15 (also SOD and COM datagroups) Passive Authentication Active Authentication Chip Authentication (ECDH DES and AES keys tested, DH DES AES keys implemented ad should work but currently not tested) PACE - curren
0
0
1.6k
Dec ’23
Can't install app to iPad when Required Device Capability has NFC?
Hello Is it impossible to install an app to both iPhone and iPad when the app use NFC? The app, I'm working on, use NFC on iPhone but not on iPad. The app program code checks iPhone or iPad and use NFC only on iPhone. However, TestFlight and App Store show No Compatible Hardware on iPad and can't download. It works as expected on iPhone. Target Device is set both iPhone and iPad, the configuration is TARGETED_DEVICE_FAMILY = 1,2 According to Required Device Capabilities, iPad doesn't support NFC https://developer.apple.com/support/required-device-capabilities/#ipad-devices The app has UIRequiredDeviceCapabilities = nfc configuration only for iPhone. But is it block installing to iPad? If so how to fix this issue? Thanks in advance.
3
0
876
Aug ’24
Flashlight, call and nfc payment package issue
Hi, i except a lot of issue since I update my iPhone 7 with the last ios14 beta release and these issues still exist on official iOS 14 release. call: my contact doesn't hear me et i don't hear either (the low mode speakers seems to be off) in voice message : high speaker is the only mode available on speaker button. I can't active the low mode. flashlight: i need to tap a lot of time button light to active it. nfc payment: my phone is not detect near from an nfc borne in order to pay.
0
0
469
Sep ’20
NFC enabled kiosk automatically triggers Apple Pay to open
How do I prevent Apple Pay from automatically opening (when close to an NFC terminal), when all I want is for a stored loyalty card to be displayed for use with the NFC enabled terminal.Curently, when the digital loyalty card is displayed at the NFC enabled terminal, Apple Pay automatically opens, and the customer is unable to use their digital loyalty card.
0
0
1.3k
Apr ’17
NFC Scanning Issue on iPhone 11 After Updating to iOS 18
I am experiencing an issue with NFC scanning on my iPhone 11 after updating to iOS 18. Previously, I was able to use NFC tags without any problems. However, since the update, the NFC functionality no longer works as expected. Installed OS: iOS 18.0 (22A3354) Here are the troubleshooting steps I have already tried: Opened the Shortcuts app. Tapped on Automation. Searched for NFC. Selected Run after confirmation. Tapped NFC Tag -> Scan. Unfortunately, nothing happens at this point; the NFC scan doesn't initiate. This issue has made it difficult for me to use NFC-dependent automations and functionalities that worked seamlessly before the update. Could you please provide guidance on how to resolve this problem? Thank you for your attention and support.
2
0
1.9k
Oct ’24
NFC not working on iPhones in Japan
Hello, We install ISO/IEC 14443-A NFC chips in products. The reading works perfectly with German/European devices. However, it does not work with iPhones (iPhone 8+) from Japan, the tag is simply not recognised. Is it known that Japanese devices do not support this ISO standard or has anyone had similar experiences?
1
0
1.8k
Apr ’22
NFC/Felica to use Host Card Emulation support
I am developing an iOS app in which the device(iPhone) needs to act as an NFC tag using Felica so that an NFC reader could read the information present in this virtual tag (like person details). Currently Suica and Pasmo is being used for contact less payment but we ant to use the same technique but for our IOS app. Is it possible to achieve this ?
2
0
1.6k
Jul ’23
NFC Write and Erase dont work but Read works
• I have an NFC read-write app in Flutter and I have been testing it on iPhone se 2020 in developer mode using both Xcode and test flight • It was reading and writing NFC tags fine until the last 10 days or so . Now NFC tag read works but write and erase fails • In Xcode debug mode sometimes the app works. It clears NFC tags and writes into tags correctly, the rest of the time it says it can not. And it gives platform exception tag is not connected, 401 error on tag write and 104 on tag erase. • Other NFC apps on my phone still read-write correctly so nfc hardware on my phone is not faulty • and nfc tags are also not faulty as they work fine with other apps • My app's old builds on the test flight were working fine but even they are not working now, so it's not a change in my code that broke the app • Can a software update on iPhone se 2020 break it, but why does another app still work with the phone but not mine • Xocde uses an automatic provisio
0
0
1k
Apr ’23
Need Help in Implementing NFC HCE on iOS Outside EEA
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.
1
0
894
Jul ’24
Reply to Write NFC Tag with Password protected
NFC tag with password protection is NFC tag manufacturer specific functionality. Please consult with tag manufacturer's documentation on how to interact with tag specific feature. Refer to Core NFC documentation (https://developer.apple.com/documentation/corenfc/) on APIs for interacting with an NFC tag.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’22
NFC Passport Reader - Libraries
Hi community! I'm on the hunt for alternatives to digital onboarding and NFC reader libraries on iOS (and maybe on Android too). Do any of you know of alternatives to: https://github.com/AndyQ/NFCPassportReader They should be compatible with ICAO Doc 9303 MRTD - https://www.icao.int/publications/pages/publication.aspx?docnum=9303 Your insights and suggestions mean a lot! Thanks! Description: NFCPassportReader - This package handles reading an NFC Enabled passport using iOS 13 CoreNFC APIS Version 2 (and the main branch) now uses Swift Async/Await for communication. If you need an earlier version, please use 1.1.9 or below! Supported features: Basic Access Control (BAC) Secure Messaging Reads DG1 (MRZ data) and DG2 (Image) in both JPEG and JPEG2000 formats, DG7, DG11, DG12, DG14 and DG15 (also SOD and COM datagroups) Passive Authentication Active Authentication Chip Authentication (ECDH DES and AES keys tested, DH DES AES keys implemented ad should work but currently not tested) PACE - curren
Replies
0
Boosts
0
Views
1.6k
Activity
Dec ’23
Can't install app to iPad when Required Device Capability has NFC?
Hello Is it impossible to install an app to both iPhone and iPad when the app use NFC? The app, I'm working on, use NFC on iPhone but not on iPad. The app program code checks iPhone or iPad and use NFC only on iPhone. However, TestFlight and App Store show No Compatible Hardware on iPad and can't download. It works as expected on iPhone. Target Device is set both iPhone and iPad, the configuration is TARGETED_DEVICE_FAMILY = 1,2 According to Required Device Capabilities, iPad doesn't support NFC https://developer.apple.com/support/required-device-capabilities/#ipad-devices The app has UIRequiredDeviceCapabilities = nfc configuration only for iPhone. But is it block installing to iPad? If so how to fix this issue? Thanks in advance.
Replies
3
Boosts
0
Views
876
Activity
Aug ’24
App rejected because of NFC used in third party
We use CoreNFC feature for few clients. For clients who don't use NFC or add NFC related permission, the app is rejected on App Store. is there a way to make CoreNFC optional in the library and not lead to app store rejection for parent app who do not use this feature?
Replies
3
Boosts
0
Views
1.3k
Activity
Jun ’24
How does NFC tag for default app clip link in TestFlight
My NFC tag for default app clip link (https://appclip.apple.com/id?p= xxxxxx) can work when I distribute to App Store. But NFC tag fail when I want to test in TestFlight. I already set the title and the url (the default app clip link such as https://appclip.apple.com/id?p= xxxxxx )in the TestFlight. Why did this happen?
Replies
1
Boosts
0
Views
155
Activity
Apr ’25
Flashlight, call and nfc payment package issue
Hi, i except a lot of issue since I update my iPhone 7 with the last ios14 beta release and these issues still exist on official iOS 14 release. call: my contact doesn't hear me et i don't hear either (the low mode speakers seems to be off) in voice message : high speaker is the only mode available on speaker button. I can't active the low mode. flashlight: i need to tap a lot of time button light to active it. nfc payment: my phone is not detect near from an nfc borne in order to pay.
Replies
0
Boosts
0
Views
469
Activity
Sep ’20
NFC enabled kiosk automatically triggers Apple Pay to open
How do I prevent Apple Pay from automatically opening (when close to an NFC terminal), when all I want is for a stored loyalty card to be displayed for use with the NFC enabled terminal.Curently, when the digital loyalty card is displayed at the NFC enabled terminal, Apple Pay automatically opens, and the customer is unable to use their digital loyalty card.
Replies
0
Boosts
0
Views
1.3k
Activity
Apr ’17
NFC Scanning Issue on iPhone 11 After Updating to iOS 18
I am experiencing an issue with NFC scanning on my iPhone 11 after updating to iOS 18. Previously, I was able to use NFC tags without any problems. However, since the update, the NFC functionality no longer works as expected. Installed OS: iOS 18.0 (22A3354) Here are the troubleshooting steps I have already tried: Opened the Shortcuts app. Tapped on Automation. Searched for NFC. Selected Run after confirmation. Tapped NFC Tag -> Scan. Unfortunately, nothing happens at this point; the NFC scan doesn't initiate. This issue has made it difficult for me to use NFC-dependent automations and functionalities that worked seamlessly before the update. Could you please provide guidance on how to resolve this problem? Thank you for your attention and support.
Replies
2
Boosts
0
Views
1.9k
Activity
Oct ’24
Privacy - NFC Scan Usage Description text missing on scan
I have notice on Beta 4 and maybe it was on Beta 3 that the text in plist parameter : Privacy - NFC Scan Usage Description is missing on the app now when the NFC scan dialogue is visible.Is anyone else experiencing this or is the a setting I need to change?
Replies
3
Boosts
0
Views
7.2k
Activity
Jul ’17
NFC not working on iPhones in Japan
Hello, We install ISO/IEC 14443-A NFC chips in products. The reading works perfectly with German/European devices. However, it does not work with iPhones (iPhone 8+) from Japan, the tag is simply not recognised. Is it known that Japanese devices do not support this ISO standard or has anyone had similar experiences?
Replies
1
Boosts
0
Views
1.8k
Activity
Apr ’22
iPhone 7 NFC not Start Read
Hello, we are noticed that iPhone 7 iOS 13.5.1 no longer starts the NFC reader session, because ? You can help us ? Thanks. Firenze Web Division.
Replies
1
Boosts
0
Views
595
Activity
Jun ’20
NFC/Felica to use Host Card Emulation support
I am developing an iOS app in which the device(iPhone) needs to act as an NFC tag using Felica so that an NFC reader could read the information present in this virtual tag (like person details). Currently Suica and Pasmo is being used for contact less payment but we ant to use the same technique but for our IOS app. Is it possible to achieve this ?
Replies
2
Boosts
0
Views
1.6k
Activity
Jul ’23
NFC Write and Erase dont work but Read works
• I have an NFC read-write app in Flutter and I have been testing it on iPhone se 2020 in developer mode using both Xcode and test flight • It was reading and writing NFC tags fine until the last 10 days or so . Now NFC tag read works but write and erase fails • In Xcode debug mode sometimes the app works. It clears NFC tags and writes into tags correctly, the rest of the time it says it can not. And it gives platform exception tag is not connected, 401 error on tag write and 104 on tag erase. • Other NFC apps on my phone still read-write correctly so nfc hardware on my phone is not faulty • and nfc tags are also not faulty as they work fine with other apps • My app's old builds on the test flight were working fine but even they are not working now, so it's not a change in my code that broke the app • Can a software update on iPhone se 2020 break it, but why does another app still work with the phone but not mine • Xocde uses an automatic provisio
Replies
0
Boosts
0
Views
1k
Activity
Apr ’23
Reply to ASAuthorizationController delegate inside class not called
For my case, i am using it with NFC and somehow the security key is not detected or there are some NFC hardware issues. The callback is not triggered until timeout. Any idea on NFC troubleshooting?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’24
Need Help in Implementing NFC HCE on iOS Outside EEA
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
1
Boosts
0
Views
894
Activity
Jul ’24