Post

Replies

Boosts

Views

Activity

Reply to Debugging "Account Authentication" extension
You can launch the extension from inside of your app by starting one of these requests as described in WWDC - https://developer.apple.com/videos/play/wwdc2020/10666/: • ASAccountAuthenticationModificationReplacePasswordWithSignInWithAppleRequest - https://developer.apple.com/documentation/authenticationservices/asaccountauthenticationmodificationreplacepasswordwithsigninwithapplerequest • ASAccountAuthenticationModificationUpgradePasswordToStrongPasswordRequest - https://developer.apple.com/documentation/authenticationservices/asaccountauthenticationmodificationupgradepasswordtostrongpasswordrequest You can debug the extension by attaching the debugger in Xcode -> Debug -> Attach to Process ... What I struggled with so far is getting the Security recommendations to show up in Settings. I only saw the "Change password on Website" button, but not the "Use Sign in with Apple" nor "Change to Strong Password" buttons, which would invoke the extension.
Aug ’20