As I am developing an application which uses in app billing, I am not able to test it using my own product ID. I have followed every step as documented on developer site. I have,
- Uploaded the signed apk with release certificated to developer console.
- I have published my apk to alpha channel.
- I have listed my product Ids to developer console.
- I have activated my product Ids and on developer console it is marked as Active.
- I have listed the test account in developer console.
- I have installed the same apk that I uploaded to developer console to my deveice.
- The device is logged in with the test account not the developer account.
- The Id that I use in my app is same as I had listed on console as per logcat message.
But, I am getting Item is not available for purchase.
Do not know what's wrong.
I know that this question has been asked on stack overflow before several times, and I have gone through each and every one of them, but none of the solutions seems to work for me so please do not close this issue as duplicate.