Questions tagged [asauthorizationcontroller]

6 questions
11
votes
0 answers

Sign in with Apple - how to identify a user when sign up second time with real email

I'm a bit of confused about documentation and what's in the variable description in sign up with Apple. Let's say we have an scenario: User Sign in with Apple using fake/generated email address. User switching the devices or using different device…
Jakub
  • 13,712
  • 17
  • 82
  • 139
7
votes
4 answers

Sign in with Apple ASAuthorizationControllerDelegate methods not called

I am trying to prepare my app for the iOS13 "Sign in with Apple" feature. I have implemented the ASAuthorizationControllerDelegate methods and set my ASAuthorizationController's delegate. When I tap the sign in with Apple button, after I enter the…
Kex
  • 8,023
  • 9
  • 56
  • 129
6
votes
0 answers

How do I fix ASAuthorization errors in Xcode 12 beta 6?

In the latest beta 6 of Xcode 12, I'm having errors popping up when trying to resume a SwiftUI preview. The main error appears to be Cannot find type 'ASAuthorizationAppleIDButton' in scope. The code compiles perfectly fine when building or running…
3
votes
0 answers

Sign In with Apple No Credential Available

I am trying to implement a Sign In with Apple button to sign users in or create them an account depending on if they're new or not. When using my own device I can log into any account just fine using the 'Sign In with Apple' button, but when trying…
tHatpart
  • 1,302
  • 3
  • 12
  • 27
1
vote
1 answer

Providing Apple Login from a Swift Package

Our team is attempting to break up our monolithic app into Swift Package components. One of the elements we are migrating is our Authentication Systems. We're running into a particular issue with Apple, where the exact same code executed in the app…
Wesley
  • 5,381
  • 9
  • 42
  • 65
1
vote
0 answers

Apple SignIn TVOS issue -7014

My team and I have been trying to implement Apple ID Sign in for both iOS and tvOS applications. iOS is able to sign in with Apple ID just fine with the same code, but whenever we tried to sign in through our tvOS app, it gives us the following…
pierre23
  • 3,846
  • 1
  • 28
  • 28