How to test sign-up flow with 'Sign in with Apple'

Viewed 769

We're building a sign-up flow using 'Sign up with Apple'.

It seems fairly straightforward, but we can't find a good way to test sign ups. You have to use a real account, which means you can only ever sign up once. This is terrible for QA.

Has anyone found a good way round this? Are there any hacks that would allow us to create new Apple accounts for example?

1 Answers

You can revoke Sign In With Apple account association and test it again.

  1. Go to iPhone Settings and select Apple Id
  2. Go Password & Security
  3. Apple ID logins
  4. Select {YOUR APP}
  5. Stop using Apple ID
Related