Credential State not found from Successful login callback #180
Unanswered
NMichaelHoDac
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After calling the LoginWithAppleId and having a successful callback, i'm checking the credential state of the user by calling GetCredentialState and providing the userId from the ICredential of the successful callback. However, the returned credential state is "Not Found". I'm wondering what's not working since I literally just logged in, but the credential state of my user is "Not Found".
I did all the developer setup on the Apple Dev webpage for my app and also made sure the entitlement is there on Xcode and made sure that the AuthenticationService.Framework is there too (as i'm adding it through the postbuildprocess).
Hooking firebase worked afterwards, I do see my apple login on firebase.
Beta Was this translation helpful? Give feedback.
All reactions