I am working on in-app billing. I have done all the steps. When I run my signed apk, and after clicking on buy button I am getting this dialog "item not found". Also after clicking on ok another dialog will be open like "the item you requested is not available for purchase " Whats the problem with my app ? I am also using another account for test.
Asked
Active
Viewed 1,131 times
2
-
Are you following the nice step-by-step procedure at http://developer.android.com/guide/google/play/billing/billing_integrate.html ? – wattostudios Oct 11 '12 at 13:51
-
it might take several time to effect the products in to your code. i have also same problem but when I check next day with the same code, i was working and I was able to complete the in-app purchase. – Rushabh Patel Oct 11 '12 at 13:52
-
hello Rushbh patel as u told i already w8t for 2 hour.but still not solve my problem.. – kyogs Oct 11 '12 at 13:53
-
Then it may be problem with code or nonce generated data or product id... – Rushabh Patel Oct 11 '12 at 13:56
2 Answers
1
Did add the following line to your Proguard configuration file:
-keep class com.android.vending.billing.**

malavika
- 1,331
- 4
- 21
- 54
0
Add inapp products in your developer account for that application, and use the same SKU. It will resolve the issue.

Guna Sekaran
- 99
- 1
- 1
- 11
-
Add inapp products in your developer account for that application..i am not understand ...can u explain me.... – kyogs Oct 11 '12 at 13:49