Hello there,
I do know that sdkbox shouldn’t be supported anymore. Nonetheless I bumped into a difficulty with consumable gadgets on Android.
I’m utilizing the newest out there SDKBOX, I take advantage of setAutoFinishTransaction(true). I’ve a number of “consumable” gadgets.
Steps:
- Purchase “consumable” merchandise.
- All the pieces is ok, transaction is registered correctly.
- Purchase the identical “consumable” merchandise once more (even after recreation restart or “restore”).
- Error: you already personal this merchandise.
- Attempt to purchase it once more.
- All the pieces is ok.
I can reproduce it again and again. First buy is okay, second fails – everytime.
Any concepts the best way to repair this?
Thanks,
kds
When you find yourself in step 2, have a look in onConsumed callback, which must be failed with error, that’s why you bought step 4 error.
Thanks @cybergate. I’m checking it proper now.
In step 2 onConsumed is known as with following error:
“6 server error, please strive once more”
Buy is registered correctly in Google Play.
Any concept? Is there anybody else who experiences comparable challenge?