hacker
hacker

Reputation: 8947

Cannot make Android In-App purchase using test account

I have implemented In-App purchase in my app. I am able to create different In-App products along with test accounts. But the problem occurs when I purchase In-App product, it shows a message "The item you were trying to purchase could not be found". But the item is existing with exact product id. Can anyone help me?

Upvotes: 0

Views: 577

Answers (2)

Sandip Lawate
Sandip Lawate

Reputation: 456

try doing it without test account, it will work best luck :)

Upvotes: 0

appmattus
appmattus

Reputation: 2808

Is the purchase item marked as published? If it isn't you may get that exception.

Take a look at Google's documentation. Step 2 talks about marking items as published. You also have to ensure the application is signed with your release certificate.

Upvotes: 1

Related Questions