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?
Asked
Active
Viewed 172 times
0
-
No, you need to create another test account – Paulw11 Jun 30 '17 at 01:04
1 Answers
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
-
-
No, you don't need to confirm the account so you can put anything you want. – Stefan S Jul 01 '17 at 07:47