Passkeys demo app using SwiftUI

Is there a demo app for using passkeys with SwiftUI? So far I've only been able to find this one using UIKit, and I can't tell if it's possible to port it to SwiftUI, or if I have to use UIKit.

Accepted Reply

The Food Truck app released during WWDC this year uses passkeys from SwiftUI.

Replies

The Food Truck app released during WWDC this year uses passkeys from SwiftUI.

Thanks. I'm trying to run it on my iPhone, and I get this error:

Unable to install "Food Truck"
Please check your project settings and ensure that a valid product has been built.

And when I try to run it in the simulator, I get this error:

Failed to set app extension placeholders for dev.adpq. Food-Truck
Failed to create promise.

For some reason it does run locally on my Mac, though.

  • I managed to fix this by adding a suffix to the bundle identifier for the "Widgets" target.

Add a Comment