I have created a Local Experience with an App Clip Card on on two developer devices. While on the iPhone X with iOS 15.7 the chosen photo appears on the App Clip Card, the photo does not appear on the iPhone 12 Pro with iOS 16.2 (it did not with iOS 16.0 before either). Apart from that all content is displayed. What is even more strange: the photo is removed after a while from the App Clip card settings. I tried restarting, different photos to no avail. Any idea? Side note: I have the impression that NFC tag detection is worse with iOS 16.2 compared to iOS 16.0
Search results for
nfc
1,175 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hi, In order to use Passkeys and Security Keys during authentication we create two requests (ASAuthorizationPlatformPublicKeyCredentialAssertionRequest and ASAuthorizationSecurityKeyPublicKeyCredentialAssertionRequest) and passing them to ASAuthorizationController. Then after performRequests call we got the Passkey UI with option to use Security Key as well as desired for devices before iOS 16.4. But the same code in iOS 16.4 device does not show Passkey as option at all. Only Security Key and passkey on other device via QR code options are available in the UI. If we don’t pass Security Key request, then Passkey is asked and authentication works. If we pass Security Key request but don’t include any allowedCredentials then Passkey is asked and authentication works. But if I select Security Key option then it is not working (system UI not reacting on NFC security key at all). We assume something was broken in 16.4. is any option to make behavior same as before?
Meet passkeys involve a two-step process: key agreement and FIDO CTAP operations. Let's break down the process and address your questions. Key agreement: This step uses Bluetooth Low Energy (BLE) to establish a shared secret between the two devices (phone and authenticator). During this step, the devices perform a secure key exchange, allowing them to derive a shared secret that will be used for encrypted communication. FIDO CTAP operations: After the key agreement is completed, the two devices connect to a relay server, which acts as a bridge for their communication. At this point, the FIDO Client-to-Authenticator Protocol (CTAP) comes into play. CTAP defines how the client and authenticator communicate to perform authentication operations like creating and using credentials. CTAP supports multiple transports for communication, such as USB, NFC, and BLE. However, since you mentioned that the devices connect to a relay server, it is likely that the CTAP communication is using Transmission Control Pro
Topic:
Privacy & Security
SubTopic:
General
Tags:
Could you show the actual T type with which you call load ? I tested by creating a Type: struct TickiItem: Codable { var name: String var imageName: String var description: String var department: String var productid: Int var id: Int var creator: String } and calling let jsonString = [ { name: Smartcard, imageName: Smartcard, description: A all new way to buy and sell stuff featuring RFID and NFC for touchless transactions and with local server you can pay with your phone., department: Ticki Finance, productid: 1737484, id: 1, creator: The Ticki Team }, { name: Ink pad, imageName: Inkpad, description: A quick and easy way to take fingerprints and stamp stamps:), And with a quick water activation taking only 15 seconds you can setup in no time. Also, refilling the ink chamber is super easy, all you have to do is put ink in the middle hole., department: Ticki Design, productid: 7338388, id: 2, creator: The Ticki Team }, { name: Wallet, imageName: Wallet, description: Ever had issues with your credit c
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags:
Recently i got Segway P100S scooter. In order to start it, i need to tap NFC enabled card on the top of the handle bar. I've tried to save the card on my iphone 13 but it does not work. When i tap the phone to the top of my handle bar, just like i would normally with the card, the Apple Wallet appears on the screen. Here are steps i took on iphone 13: Went to Shortcuts Clicked on Automation Clicked on Create Personal Automation Selected NFC Scanned Segway card to ensure it's in the system With all these steps taken, segway cannot read the NFC code from my phone. Further, providing that i can get my iphone to work (iphone can unlock the scooter), is it possible to use Apple Watch for the same purpose? Regards Xavior
I have had this problem too for month. IPhone 12 Mini, IOS 16.3.1 MagSafeCover. I have tried for hours to get NFC working again without success. Apple Pay was working all the time but NFC not. I was using an app to read my German ID card, which was working fine on my IPhone SE 2020 in earlier days, but was not working now on my 12 mini. Today I tried it again with no success. For testing I am also using the NFC Tools (free version) app from wakdev. I opened the settings page from the NFC app an found a Modus switch there. It was switched to Compatibility in my case. Then I switched it to Normal and for the firtst time since month the NFC reading worked! I am soo glad that my phone is not broken and i can use the NFC function again! I hope this can help others too.
Topic:
App & System Services
SubTopic:
General
Tags:
A día de hoy, en el iPhone SE 2020, con la actualización 16.3.1 sigue sin funcionar el NFC. No sirve ni para pagar ni para recargar saldo. No sé si sea un problema aislado o propio de los modelos de este tipo. ¿Alquien encontró una solución?
Topic:
App & System Services
SubTopic:
General
Tags:
Apple really needs to do something about this. Hundreds if not thousands probably have this issue and nothing has been done, instead we are told that we have to get new phones because of NFC Issues when really it's probably a software issue and not a hardware issue. Also for people like me who wear a glucose monitor when NFC is an absolute need for day to day life, it's a shame I have to buy a new phone just to be able to scan myself for my own health.
Topic:
App & System Services
SubTopic:
General
Tags:
I believe after updating to ios15.4 I haven't been able to read NFC Tags anymore. I am on an iPhone 13 Pro. Steps: Unlock iPhone, hold NFC tag to back of iPhone (without case or other magnetic or metallic materials nearby).Default iOS behaviour should be to read the contents off the NFC Tag and display them / do whatever action is assigned. In this case, scanning does not work, and the iPhone is trying to scan but unable. No errors show up, but it's almost like the iPhone is not scanning anything at all. No 3rd party apps work whatsoever. Steps Taken: Hard reset, Total iPhone content erased and wiped, Updating of iPhone, updating of 3rd party apps. Nothing has worked NOTE: Apple pay works fine. I believe software issues and not hardware.
I am working on a project that allows access to certificates from a cryptographic card that supports communication via NFC with the mobile device. At this point, I am able to read the data from the card (public certificate and root certificate) and am able to send data (a hash) to the card and have it sign it with the private certificate. On the other hand, with the following code I can validate a user while browsing using a webview when the server needs authentication with a digital certificate. func sendClientCertificate(for challenge: URLAuthenticationChallenge, via completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void) { guard let data = try? Data(contentsOf: URL(fileURLWithPath: certificado!)), let credential = credential(from: data, withPassword: password ?? ) else { challenge.sender?.cancel(challenge) return completionHandler(.rejectProtectionSpace, .none) } return completionHandler(.useCredential, credential); } func credential(from data: Data, withPass
16.3.1 en Iphone Xs sigue sin funcionar, directamente no detecta ni escanea NFC.
Topic:
App & System Services
SubTopic:
General
Tags:
Can I use my Iphone as an NFC Tag? So as if my Iphone was an NFC Tag, when I activate it in a certain way, others can scan it with their NFC readers. Appreciate your replies!
My experience with NFC is very limited, but I'm trying to implement a way to share a URL directly from one iPhone to another using NFC, similar to how Android Beam works. I learned that even though iOS 13 supported writing to tags, it did not support tag emulation necessary for this kind of data exchange to work. I've watched the WWDC 2020 video on the new Core NFC features, but I can't figure out if anything has changed in this regard. I can't find any information about this in the documentation neither. Can anyone with more NFC experience tell me if what I'm trying to do is possible?
Hello, is there a way to pass Data directly via NFC between two Devices (iPhones)? Example: iPhone 1: NFC- Writer iPhone 2: NFC- Reader iPhone 1 writes/ passes NFC Data to iPhone 2 which reads it. Thanks for Help
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