Reputation: 8947
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
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