ASPasswordCredential Returns a Blank Password with Apple Password App

Using the simplified sign-in with tvOS and a third party password manager, I receive a complete ASPasswordCredential, and I can easily log into my app. When I do the same thing but with Apple's password manager as the source, I receive an ASPasswordCredential that includes the email address, but the password is an empty string.

I have tried deleting the credentials from Apple Passwords and regenerating them with a new login to the app's website. I have tried restarting my iPhone.

Is this the expected behavior? How should I be getting a password from Apple's Password app with an ASAuthorizationPasswordRequest?

Answered by DTS Engineer in 853501022
I have submitted a bug report via Feedback Assistant (FB19587057).

Thanks. I think that’s the best path forward here.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

I think this might be an iOS 26 bug. Testing on iPadOS 18 does not exhibit the problem, and others testing on iOS 18 devices have not seen the issue. I have submitted a bug report via Feedback Assistant (FB19587057).

I have submitted a bug report via Feedback Assistant (FB19587057).

Thanks. I think that’s the best path forward here.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

ASPasswordCredential Returns a Blank Password with Apple Password App
 
 
Q