User
User

Reputation: 195

Testing in-app purchases

I want to test in-app purchases in my app on device with different Apple ID(not developer Apple ID). I add device in Apple Developer. But I still can’t do it. How I test purchases on device with not developer Apple ID?

Upvotes: 16

Views: 17812

Answers (4)

Dheeraj Gupta
Dheeraj Gupta

Reputation: 380

To add any sandbox testers, add a new user as admin and then login to itunes with the new admin account and try to add the sandbox testers. You will be easily add number of sandbox testers. Let me know if you are still not able to add sandbox testers.

Upvotes: 0

Roman86
Roman86

Reputation: 2319

if you're getting "Unknown Errors while creating Sandbox Tester, Please check Error Log, email=********@*****.****"

Here's the solution:

  1. some email servers aren't accepted (for example @bk.ru didn't work, @gmail.com accepted);
  2. you must use "strong" password (at least 1 capital letter, 1 number and 1 punctuation char);
  3. you may not use same email address twice (even if previously removed).

Recommendation (also recommended by Apple): gmail supports "extended" pseudo-addresses you may (and should) use for sandbox users: pretend you own [email protected] - you may use [email protected] (anything after + sign)

Upvotes: 12

User511
User511

Reputation: 1486

For testing In App purchase you must have to use Sandbox Tester Account.

Upvotes: 0

Son Le
Son Le

Reputation: 154

You must create Sandbox Tester Account to test In App Purchase.

Upvotes: 1

Related Questions