Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In-App Purchases Using StoreKit Problem

I know questions have been asked about this subject, but I haven't found the solution in any of them.

I am having problem setting up a Test User from the iTunesConnect. Mainly because I don't have the option to create a Test User (that Option doesn't show up in my menu). I can't create a test user so I can see if the transactions work.

This is the steps I took:

1-Created an appID and Generate and install a new provisioning profile;

2-create a App submission request without uploading the binary;

But when it comes to creating a Test User, or set up an in-app purchase like described in the iTunes Connect Developer Guide 6.4, I don't have such a option. I am logged on with Admin rights.

How do I create a test user account?

like image 778
Radu Avatar asked Nov 06 '22 03:11

Radu


1 Answers

What they forget to tell you in the In-App purchase tutorials and in the Apple Documentation is that you have to setup a paid developer account even if you only want to test the StoreKit code.

You can set up the iOS paid Application account from iTunes Connect ->Contracts, Tax, and Banking. After that you can set up a Test User and test you in-app purchase code.

like image 129
Radu Avatar answered Nov 14 '22 21:11

Radu