I want to use inapp purchase in my application.FOR inapp I have seen so many tutorial and I have get demo project for that.,but the problem is that when I am clicking in google developer console, it's asking for payment and I only want its public key without payment, I don't want to publish my application on googleplay. two things I want to do
how to create my public key for InAPP Purchase api.
from where I can get my key for inapp?/
I have seen this links here & here
and here is the image snippest
I suppose the best tutorials are those of developer.android.com. So first read this: http://developer.android.com/google/play/billing/billing_overview.html You definitely want to add this:
to your manifest so that you can later add your keys on the developer console
Actually you can not test Google InApp purchases without publishing application on play-store whether it is in Alpha Testing Mode.
In your case if you really need to test InApp purchases in your application then below are the steps to do so:
Thanks