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

sign in with apple and getting other info such as email, phone #201

Open
moblizeitllc opened this issue Nov 12, 2021 · 0 comments
Open

sign in with apple and getting other info such as email, phone #201

moblizeitllc opened this issue Nov 12, 2021 · 0 comments

Comments

@moblizeitllc
Copy link

Hi Team,

in our case we ask user to sign in with apple. and then during checkout we ask user to provide email, phone to place order. apple rejects our app saying "sign in with apple" should be a self contained system and no addional info should be captured after that.

so, it means this plugin should return this data? please advise my code is like below

async login(){
cfaSignIn('apple.com').pipe(
mapUserToUserInfo(),
).subscribe(
async(user: any) => {
console.log("logged in user with data", user)
await this.handleUser(user)
}
)
}

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