Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Result fullName empty #39

Closed
lucasgalli opened this issue Nov 11, 2021 · 1 comment
Closed

Result fullName empty #39

lucasgalli opened this issue Nov 11, 2021 · 1 comment

Comments

@lucasgalli
Copy link

lucasgalli commented Nov 11, 2021

I am using the simple example...

window.cordova.plugins.SignInWithApple.signin(
{ requestedScopes: [0, 1] },
function(succ){
console.log(succ)
alert(JSON.stringify(succ))
},
function(err){
console.error(err)
console.log(JSON.stringify(err))
}
)

The code above give me just the "authorizationCode" , "identityToken" and "user", but I need the "fullName" and this is empty.

The results of my console log
"Screen Shot 2021-11-11 at 10 02 08"

info device
Iphone 11 pro - iOS 15.1

version Cordova 10.0.0
version plugin 0.1.2

Why is the "fullName" empty?
Could anybody help me?

@lucasgalli
Copy link
Author

Guys, sorry for the mess, I just find out that we get the "fullName" in first time when we use the app, so I just clean the app's information in my apple account.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant