Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reset "Sign In with Apple" to the initial create account state

Tags:

ios

I am implementing Sign In with Apple and basically everything works, I don't need help with that. However, while testing my implementation, I want to reset back to before the first time I used Sign In with Apple, where it asks you if you want to create an account, and asks for the name and email address. Like this:

enter image description here

After you signed in that first time and then sign in again, it only asks if you want to sign in using your Apple ID, but skips the requestedScopes. So, how can I go back to that first state where it does ask for the requestedScopes info, like name and email?

Reinstalling the app didn't help.

like image 282
Kevin Renskers Avatar asked Nov 22 '19 13:11

Kevin Renskers


1 Answers

You can revoke the app's permissions for your apple ID in your phone/simulator settings. I've attached the steps where you can find everything.

  1. iPhone Settings, select your Apple account.

iPhone Settings

  1. Password & Security

Password & Security

  1. Apps Using Your Apple ID

Apps Using Your Apple ID

  1. Your app/app bundle ID

Your app/app bundle ID

  1. Stop using Apple ID

Stop using Apple ID

like image 92
elarcoiris Avatar answered Nov 07 '22 00:11

elarcoiris