When I use the apple to log in, the selection box will pop up. I choose to use the password to continue and the prompt is not complete

后端 未结 7 2884
刺人心
刺人心 2021-02-20 05:40

iOS13 (beta) Apple Login error

@available(iOS 13.0, *)
    func authorizationController(controller: ASAuthorizationController, didCompleteWithError error: Error)         


        
7条回答
  •  野的像风
    2021-02-20 06:29

    I've encountered the same issue yesterday and I've managed to fix it following these steps:

    1. Go to https://appleid.apple.com/account/manage, under the Devices section you should find devices on which you are signed in with your Apple ID,
    2. Find device/simulator on which Apple SSO is not working, click on it and click remove from the account,
    3. Go back to your device/simulator settings, it will ask you to authenticate again. When you successfully authenticate, Apple SSO should work again!

    I'm not sure what caused this issue, probably some issue between the simulator and Apple ID.

提交回复
热议问题