ASAuthorizationAccountCreationProvider does not work with 3rd party apps

hello im using the new IOS 26 api for passkey creation ASAuthorizationAccountCreationProvider

however it only seems to work with apple's Passwords app. Selecting 3rd party password apps (1Password, google chrome, etc) does not create the passkey.

The sign up sheet gives me the option to save in 3rd party apps, but when I select a 3rd party app, I just get the ASAuthorizationError cancelled error? So I dont even know what the problem is?

When selecting "Save in Passwords(apple's app)" during the sign up it works fine

Has anyone else run into this issue? Is there something I need to do enable 3rd party apps?

Hello @Ahbee,

Does the same issue occur with a small test project?

If so, are you able to share the project here so others who encounter this issue can learn from our troubleshooting?

If not, feel free to contact us for a more private conversation. Remember to remove any dependencies not needed to replicate the issue.

Thankyou,

 Travis Trotto - DTS Engineer

hey Travis, you can reproduce the issue, with the apple sample project. First Install a 3rd party passkey app (google chrome works), Then go to Settings->General->AutoFIll & Passswords and turn on autofill for Google Chrome, then run the Sample app the press sign up. Select the option to save in google chrome. You will notice the passkey won't get created. However switching to save in apple Passwords will create the pass key just fine.

In this state the sign up won't work however in this state it works

1Password and Google Password Manager have to implement the new API.

The only other option is to fallback to the older iOS APIs.

ASAuthorizationAccountCreationProvider does not work with 3rd party apps
 
 
Q