Reputation: 1949
When I implement InAppBilling, the Following screen appears.. I used this link
for implementing InAppBilling
so where am I wrong?
Upvotes: 1
Views: 177
Reputation: 35661
Most likely you are using a version of the app that is signed with your debug key or you are trying to purchase using your developer account which is not allowed.
You should also have uploaded an apk to Play store that has the billing permissions (although you do not need to publish it)
You need to sign your apk with your release key. Trying to purchase in debug mode will not work.
See this link for full testing instructions. http://developer.android.com/guide/google/play/billing/billing_testing.html
Upvotes: 2
Reputation: 15847
May be you are running this app from eclipse directly.
Whenever you are using In-App purchase in your app.
Export signed APK then try out this...
Upvotes: 2