Sign-In-with-Apple-Demo icon indicating copy to clipboard operation
Sign-In-with-Apple-Demo copied to clipboard

Error 1000 (unknown) is returned when app is run in simulator or device

Open dmcgloin opened this issue 5 years ago • 1 comments

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?

dmcgloin avatar Jan 10 '20 01:01 dmcgloin

same problem

Liaoworking avatar Feb 06 '20 10:02 Liaoworking