Performing fast account creation with passkeys
Allow people to quickly create an account with passkeys and associated domains.
Overview
Configure the sample code project
To configure the sample code project, do the following:
In Xcode, click the project’s target, then select your team from the Team pop-up menu in the Signing & Capabilities pane to let Xcode automatically manage your provisioning profile.
Add the Associated Domains capability using the + Capability button in the same pane, and specify your domain with the
webcredentialsservice.Ensure an
apple-app-site-association(AASA) file is present on your domain in the.well-knowndirectory, and that it contains an entry for this app’s App ID for thewebcredentialsservice.In the
SignUpView.swiftfile, replace all occurrences ofexample.comwith the name of your domain.