Sign-In-with-Apple-Demo
Sign-In-with-Apple-Demo copied to clipboard
Error 1000 (unknown) is returned when app is run in simulator or device
Xcode 11.3 macOS Catalina v10.15.2
Seen other Stack Overflow posts where the inclusion of:
let passwordRequest = ASAuthorizationPasswordProvider().createRequest()
...in the authorizedRequests
parameter, causes this 1000 error.
In this example, in viewDidAppear
, performExistingAccountSetupFlows
is called, which includes the ASAuthorizationPasswordProvider request. This is failing.
Assuming that Apple may have changed something since the initial versions of iOS 13?
same problem