I need help with my Android in-app-purchase. I set up the library IInAppBillingService.aidl. Then I did everything I saw in some good looking tutorials and before I did this I read the Google documentation several times. Im from Germany, so my English is not quiet perfect - but I think I get the important things.
The manifest is setup and everything looks fine. This morning I used Googles "test-purchase-item" and the code seems to be right. I could "buy" this test product - no error.
Now I tried to purchase my own product (not only from my own device, at my girlfriends Google-Account I get the same failure => "The item you were attempting to purchase could not be found."
Hmmm... I'm not able to figure out whats wrong. I already asked many people in a German programmers community, but nobody could help me. :-/
Edit: I found this at Stack-Overflow, but I'm quite sure my error isn't produced by these source of errors.
Edit2: When I use Googles test-purchase-item, logcat tells me that I couldn't buy this stuff twice. Am I right, when I suppose that my code (library, etc) is correct, but something went wrong with my product?
I appreciate every posting which brings some light in the dark hole of "in-app-billings" :D Best wishes Martin