0

When testing my implementation of in-app purchases, I'd like to test the implementations of users who have not bought the IAP and users who have. Is there a way to do this without creating multiple users?

MendyK
  • 1,643
  • 1
  • 17
  • 30

1 Answers1

0

You can't do this. What you can do, though, is create a sandbox tester account with an invalid email address because these accounts don't need to be validated. So you can just create a bunch of accounts with non-working emails i.e. test1@fakeaddress.com, test2@fakeaddress.com etc.

Stefan S
  • 721
  • 10
  • 13