I'm implementing an in app purchase for an iPhone app. All is good - store kit is very easy to use and everything is working after few hours of programming.
Problem is : my product is non consumable, thus once I bought it, the app store always says that I already have it and does not let me test the payment again, it just calls transaction restore method.
Again : it's a NON consumable product.
Anybody knows how can I delete my purchase of that product, so I can test the payment again?
(without registering new test account, or other funny workarounds)