views:

1090

answers:

3

Hi,

I have created an iphone application with in-app purchase.

5 out of 10 users are reporting the following message when they try to buy something using in-app purchase:

This is not a test user accout please create a new account in the sandbox environment.

I have tested the in-app purchase and I never got such error.

any clues?

any help is appreciated. thanks.

A: 

Is this an ad-hoc or distro build? Is the product cleared for distribution in iTunes Connect? You'll see that message if you try to purchase a product before it's been green-lit for release.

Ben Gottlieb
And did you remember to switch from the sandbox store to the production store?
nduplessis
[Bet Gottlieb] - yes the application is being sold for weeks and so the in-app objects. Everything is approved and working on the store. :::::::::::::::::::::::::::::::::::::::[nduplessis] - as far as I know there's no such thing as switch from sandbox to the production store. The sandbox mode enters automatically if you run the application from Xcode. All apps sold on the store are, automatically, on the production store...
Digital Robot
can this be related to jailbroken iphones in some way?
Digital Robot
I know that jailbreaking screws with receiving push notifications, and since in-app purchases are similar in the way that they're managed by Apple, it could prove a problem when a jailbroken device tries to use in-app purchasing..
Jasarien
A: 

Jasiaren comment up there is the answer for this question.

Digital Robot
A: 

Where do i find the sandbox enviroment

Dogma98