user821902
user821902

Reputation: 140

iOS in app purchase - "this account does not have permission.."

Ok here goes trying to explain this as clearly as possible:)

The Problem:

When I am testing all of the "product requests" are successful and it displays the description of the product etc.

However when I come to test purchasing with a iTunes test account it does not work. It says

"This account doesn't have permission to make in app purchases. You can change account permissions in iTunes Connect."

However to try and work out the problem, as a test I quickly set up a "test" app in OUR iTunes account and a new bundle id etc and set up same IAP products. I then changed the app ID for the actual client app to point at this. And this works fine no problem what soever when testing via Xcode on device.

I am at a loss at what is wrong here as when I did the original app all worked as expected as in I was able to use a iTunes test account I had set up to test their app.

Any ideas what might be going on?

regards

ade

Upvotes: 3

Views: 3200

Answers (1)

Jules
Jules

Reputation: 7766

Apparently the test user account needs to be on the same apple developer account as your app!

Upvotes: 3

Related Questions