Search results for

“nfc”

1,194 results found

Post

Replies

Boosts

Views

Activity

Reply to How to test my app NFC in iPhone XR, using personal team ?
That’s not possible. If you’re working with a Personal Team, you should bookmark this page. The rightmost column [1] shows capabilities available to a Personal Team. As you can see, NFC isn’t listed there, which means it isn’t available to you. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] Somewhat confusingly labelled Apple Developer.
Topic: Code Signing SubTopic: Entitlements Tags:
May ’23
Assistance Required - NFC Issue on Apple Devices
Dear Apple Support Team, I am writing to bring to your attention an issue we have encountered with NFC (Near Field Communication) functionality on Apple devices, specifically related to the initiation of new NFC sessions after tapping the 'Cancel' button during a previous session. This issue seems to occur predominantly when the device is in Aeroplane mode. The problem we are facing is that the NFC pop-up fails to initiate when a user tries to start a new NFC session after cancelling a previous one. This limitation has caused inconvenience for both our team and our users, as we rely heavily on NFC technology for various applications. We kindly request your support and expertise in investigating and resolving this issue. We understand the complexities involved in addressing such matters and greatly appreciate your dedication to improving the functionality of Apple products. By addressing this problem, you would contribute to enhancing the reliability and user experi
0
0
579
May ’23
Reply to The right way to extend UIRequiredDeviceCapabilities
If NFC is now essential, you need to create a new app. It would normally be better to make NFC optional, by continuing to provide the old behaviour on devices that don’t have NFC, and not adding it to the required capabilities. What devices don’t have NFC now? With some of these capabilities you can require them by requiring a sufficiently new iOS version which only runs on hardware that has the feature. One example of that was OpenGL ES 2. Apple do allow to to require a newer iOS version that excludes some existing users.
Topic: App & System Services SubTopic: General Tags:
May ’23
The right way to extend UIRequiredDeviceCapabilities
I've added NFC support for my app. So, my UIRequiredDeviceCapabilities were extended from armv7 to armv7 nfc. This means I've prevented this application from running on devices supported by previous versions. Now I've received a message from Apple: ITMS-90109: This bundle is invalid - The key UIRequiredDeviceCapabilities in the Info.plist may not contain values that would prevent this application from running on devices that were supported by previous versions. What is the right way to add new functions?
3
0
934
May ’23
Will Apple reject apps that offer auto-renewable subscription without unlocking NFC tags features?
App Store Review Guidelines said: 3.1.4 Hardware-Specific Content: In limited circumstances, such as when features are dependent upon specific hardware to function, the app may unlock that functionality without using in-app purchase (e.g. an astronomy app that adds features when synced with a telescope). My app has the feature to read NFC tags and write information to normal NFC tags. My app must have that NFC tags features. My app offers auto-renewable subscription with free trials without unlocking that NFC tags features. I think telescopes and normal NFC tags are different. Normal NFC tag is very cheap general-purpose product. Will Apple reject my app?
0
0
735
May ’23
Reply to Any NFC readers with VAS protocol?
Hi vastmine1029! If you are looking to decrypt the payload of another organization's NFC-enabled pass this is not possible. The NFC-payloads are encrypted with merchant-specific key pairs (this is a heavy simplification of the security) and cannot be read even with Apple VAS compatible readers without one of one of these keys. If you are referring to NFC-enabled passes that were created by your organization you'd need to reach out to your IT admin or terminal integrator/manufacturer for the organization-specific public key as well as any necessary decryption info.
Apr ’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
Is It Possible To Use NFC Between iPhones?
Hi, i have a application that has textfields on UI. I can share this textfield's texts with using NFC on RFID card. I want to share this without using rfid cards, is it possible to share this texts with only using two iphone? For example, 1 iphone will be a reader, and other one will be a writer. Both phones are using same application. Read and Write nfc buttons are stay in application.
0
0
480
Apr ’23
Reply to NFC Tag emulation inside the application
I have researched this extensively as well. iOS has a HCE (Host Card Emulation) feature. The proof is in the HCE function in Wallet to realize a virtual transportation The proof is in the fact that Wallet uses HCE to realize a virtual transportation IC card. However, Apple keeps this HCE feature secret so that other developers cannot use it. I think Apple is afraid that the HCE function will be abused. Especially since the HCE feature is related to money and keys. Android, on the other hand, is designed to be highly flexible, so the HCE feature can be used as shown in the video. If you want to create a system or app that uses HCE, you need to create an app for Android or wait until Apple changes its mind. One exception is a system that uses the iPhone as a car key. That is a world-class company like BMW, so they got permission from Apple to make it happen. Developers working for ordinary companies have to give up. As a backdoor technique, it may be possible to have the user register a credit card or transport
Topic: App & System Services SubTopic: General Tags:
Apr ’23
Reply to How do you codesign with a SmartCard
I dusted off my YubiKey and tried this out today. Here’s what I did: On macOS 13.2.1 with YubiKey Manager 1.2.4 installed… In Terminal, I found my Apple Development signing identity: % security find-identity … Valid identities only … 4) 4E587951B705280CBB8086325CD134D4CDA04977 Apple Development: Quinn Quinn (7XFU7D52S4) … I ran Keychain Access and exported that to a .p12 file. I then used Keychain Access to delete both the private key and the certificate. Back in Terminal, I repeated step 2 and confirmed that the identity was gone. I attached my YubiKey 5 NFC via USB. I elected not to pair it with my account. I use YubiKey Manager to clear out all the PIV slots. And then import the .p12 from step 3 into the Digital Signature slot (9c). (I don’t think the exact slot matters but that seems like the right choice.) I disconnected and reconnected the YubiKey, continuing to opt out of pairing. In Terminal, I ran sc_auth to confirm that my identity is online: % sc_auth identities … SmartCard: com.apple.pivt
Topic: Code Signing SubTopic: General Tags:
Apr ’23
Reply to Apple Watch NFC Tags
Please Apple company add NFC tag reading functionality to the Apple Watch, just like all the previous commentators asked for. I'm sure we would even pay extra for it. Please do it before the Apple Watch becomes obsolete, like every technical gadget eventually has to. Do it for humanity now. Or, at least tell us that it won't happen or that we have to wait until the augmented reality glasses are proven a flop.
Topic: App & System Services SubTopic: Core OS Tags:
Apr ’23
Reply to Can you disable Apple Pay (NFC reader)
I have HID NFC readers for the door access, I have added the Door access on the HID mobile access app. Everytime when i tap the HID NFC reader my default banking card will pop-up.. how to avoid this kindly help,,
Replies
Boosts
Views
Activity
May ’23
Reply to How to test my app NFC in iPhone XR, using personal team ?
That’s not possible. If you’re working with a Personal Team, you should bookmark this page. The rightmost column [1] shows capabilities available to a Personal Team. As you can see, NFC isn’t listed there, which means it isn’t available to you. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] Somewhat confusingly labelled Apple Developer.
Topic: Code Signing SubTopic: Entitlements Tags:
Replies
Boosts
Views
Activity
May ’23
How to test my app NFC in iPhone XR, using personal team ?
I want test on my device iPhone XR with my free personal team in Xcode, but Xcode show that personal team just have 2 keychain capabilities, how to add NFC capabilities in my personal team ?
Replies
1
Boosts
0
Views
1.2k
Activity
May ’23
Assistance Required - NFC Issue on Apple Devices
Dear Apple Support Team, I am writing to bring to your attention an issue we have encountered with NFC (Near Field Communication) functionality on Apple devices, specifically related to the initiation of new NFC sessions after tapping the 'Cancel' button during a previous session. This issue seems to occur predominantly when the device is in Aeroplane mode. The problem we are facing is that the NFC pop-up fails to initiate when a user tries to start a new NFC session after cancelling a previous one. This limitation has caused inconvenience for both our team and our users, as we rely heavily on NFC technology for various applications. We kindly request your support and expertise in investigating and resolving this issue. We understand the complexities involved in addressing such matters and greatly appreciate your dedication to improving the functionality of Apple products. By addressing this problem, you would contribute to enhancing the reliability and user experi
Replies
0
Boosts
0
Views
579
Activity
May ’23
Reply to The right way to extend UIRequiredDeviceCapabilities
If NFC is now essential, you need to create a new app. It would normally be better to make NFC optional, by continuing to provide the old behaviour on devices that don’t have NFC, and not adding it to the required capabilities. What devices don’t have NFC now? With some of these capabilities you can require them by requiring a sufficiently new iOS version which only runs on hardware that has the feature. One example of that was OpenGL ES 2. Apple do allow to to require a newer iOS version that excludes some existing users.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’23
The right way to extend UIRequiredDeviceCapabilities
I've added NFC support for my app. So, my UIRequiredDeviceCapabilities were extended from armv7 to armv7 nfc. This means I've prevented this application from running on devices supported by previous versions. Now I've received a message from Apple: ITMS-90109: This bundle is invalid - The key UIRequiredDeviceCapabilities in the Info.plist may not contain values that would prevent this application from running on devices that were supported by previous versions. What is the right way to add new functions?
Replies
3
Boosts
0
Views
934
Activity
May ’23
Will Apple reject apps that offer auto-renewable subscription without unlocking NFC tags features?
App Store Review Guidelines said: 3.1.4 Hardware-Specific Content: In limited circumstances, such as when features are dependent upon specific hardware to function, the app may unlock that functionality without using in-app purchase (e.g. an astronomy app that adds features when synced with a telescope). My app has the feature to read NFC tags and write information to normal NFC tags. My app must have that NFC tags features. My app offers auto-renewable subscription with free trials without unlocking that NFC tags features. I think telescopes and normal NFC tags are different. Normal NFC tag is very cheap general-purpose product. Will Apple reject my app?
Replies
0
Boosts
0
Views
735
Activity
May ’23
Reply to Any NFC readers with VAS protocol?
Hi vastmine1029! If you are looking to decrypt the payload of another organization's NFC-enabled pass this is not possible. The NFC-payloads are encrypted with merchant-specific key pairs (this is a heavy simplification of the security) and cannot be read even with Apple VAS compatible readers without one of one of these keys. If you are referring to NFC-enabled passes that were created by your organization you'd need to reach out to your IT admin or terminal integrator/manufacturer for the organization-specific public key as well as any necessary decryption info.
Replies
Boosts
Views
Activity
Apr ’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
NFC tag data readible by iphone
Hi, There are certain NFC tags not compatible with the iphone, for example a vcard, text, location, etc. Does anybody what data tags is compatible with iphone?
Replies
0
Boosts
0
Views
531
Activity
Apr ’23
Is It Possible To Use NFC Between iPhones?
Hi, i have a application that has textfields on UI. I can share this textfield's texts with using NFC on RFID card. I want to share this without using rfid cards, is it possible to share this texts with only using two iphone? For example, 1 iphone will be a reader, and other one will be a writer. Both phones are using same application. Read and Write nfc buttons are stay in application.
Replies
0
Boosts
0
Views
480
Activity
Apr ’23
Reply to NFC Tag emulation inside the application
I have researched this extensively as well. iOS has a HCE (Host Card Emulation) feature. The proof is in the HCE function in Wallet to realize a virtual transportation The proof is in the fact that Wallet uses HCE to realize a virtual transportation IC card. However, Apple keeps this HCE feature secret so that other developers cannot use it. I think Apple is afraid that the HCE function will be abused. Especially since the HCE feature is related to money and keys. Android, on the other hand, is designed to be highly flexible, so the HCE feature can be used as shown in the video. If you want to create a system or app that uses HCE, you need to create an app for Android or wait until Apple changes its mind. One exception is a system that uses the iPhone as a car key. That is a world-class company like BMW, so they got permission from Apple to make it happen. Developers working for ordinary companies have to give up. As a backdoor technique, it may be possible to have the user register a credit card or transport
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’23
Reply to NFC Tags won't read after iOS 15.4 update
1 year later and it hasn’t been fixed? I’ve just updated to the latest iPhone update and still can’t read them I have to nfc readers on my phone and information on cards show on both but my own phone cannot read them
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’23
Reply to How do you codesign with a SmartCard
I dusted off my YubiKey and tried this out today. Here’s what I did: On macOS 13.2.1 with YubiKey Manager 1.2.4 installed… In Terminal, I found my Apple Development signing identity: % security find-identity … Valid identities only … 4) 4E587951B705280CBB8086325CD134D4CDA04977 Apple Development: Quinn Quinn (7XFU7D52S4) … I ran Keychain Access and exported that to a .p12 file. I then used Keychain Access to delete both the private key and the certificate. Back in Terminal, I repeated step 2 and confirmed that the identity was gone. I attached my YubiKey 5 NFC via USB. I elected not to pair it with my account. I use YubiKey Manager to clear out all the PIV slots. And then import the .p12 from step 3 into the Digital Signature slot (9c). (I don’t think the exact slot matters but that seems like the right choice.) I disconnected and reconnected the YubiKey, continuing to opt out of pairing. In Terminal, I ran sc_auth to confirm that my identity is online: % sc_auth identities … SmartCard: com.apple.pivt
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’23
Reply to Apple Watch NFC Tags
Please Apple company add NFC tag reading functionality to the Apple Watch, just like all the previous commentators asked for. I'm sure we would even pay extra for it. Please do it before the Apple Watch becomes obsolete, like every technical gadget eventually has to. Do it for humanity now. Or, at least tell us that it won't happen or that we have to wait until the augmented reality glasses are proven a flop.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’23