I'm implementing InApp Billing V3 in our Apk.
- Create a signed APK
- Upload using Developer Console
- Add a Managed In-App product.
- Make the In-App product active, but don't publish the app.
- Modify the public key in the apk with the one from developer console
- Install the apk on a phone and try to perform InApp Purchasing.
I'm using a test account on the phone with a different user & credit card to the main merchant account. I've verified that the Public Key in the app is correct.
I've checked using the "android.purchased" etc. strings and these all work fine.
I've seen this issue mentioned various times, the solutions appear to be to wait a while and possibly to delete the APK and reload it using the OLD developer console.
Amongst other pages I've tried what's mentioned in:
- User is not eligible for this purchase Android inApp
- User is not eligible for this purchase - in app billing
I did get this working at one point, and managed to purchase the item. Unfortunately, I had no idea what exactly I'd done to suddenly get this to work, and wanted to document the steps required for future use (I suspect that it may have been a mixture of timing and changing things in the Developer Console). So I restarted the process with a new package name and now all I get is "User is not eligible to purchase this item".
There's clearly a difference between the Google documentation, and the real world with regards to InApp Purchase, but whatever I don it doesn't appear to work.