My app have buy in app feature. I proceed follow steps:
- Download sample source code from Google Market Billing package/Google Play Billing.
- Rename package com.example.dungeons to another name
- Add my public key.
- Run in my device
My implement progress is follow android guide
Finally, i run my sample app, test with reserved product IDs. Result is :"android.test.purchased: sending purchase request". Purchase is not sucessful
Another way, i am also using source code from Blundell blog, but the same result. I do not know why. Please help me.