I\'ve followed the training about \"In-App Billing v3\" of Google. I get to do a buy of a item but I\'ve a problem.
https://developer.android.com/training/in-app-bil
The way I am working around it is with a block of code that ignores the specific purchases I have made. I have a log statement in the code that prints out the purchase info, then I hardcode a list in my app of purchaseTimes to ignore. It is a mess and I have to re-compile every time I want to test, but I haven't found a better way yet.