admin管理员组

文章数量:1354414

I have this issue with Apple Sign in :

  • When the user first signs in my app with Apple Login, email and name are returned. From that I create an account in my back end.
  • Then the user deletes his account from my app (his account on my back end).
  • Then later on, the user decides to use my app again and tries to sign in with Apple again (to create a new account), but email and name are not returned because the Login with Apple permission for my app is already set on his phone.

So it only works the first time. The only way to solve this is to have the end user remove the Apple Login permission for my app, then start the app again and Login with Apple again. Once he does that, I'm getting email and name again.

Now for the question : Is there a programmatical way to remove that permission for the end-user when the end-user deletes his account from my app? I couldn't find anything...

本文标签: iOS How to remove Login with Apple permission with codeStack Overflow