You have mixed an old runtime with the extension are you using the latest build?
You have mixed an old runtime with the extension are you using the latest build?
Regards,
Fernando Vivolo
... new things are coming ...
I feel like a dope! You were right, that was it. I'm so happy though. When I tried to compile a test last night I panicked when it didn't work. I thought it was the end of all things. Thanks for the help!
Another question- I can't seem to "consume" the items. I have a test account setup, and the first purchase of every item goes fine! But after that I can never repurchase the same item, whether it's an unmanaged item or a managed item, and it doesn't seem to matter how many times I consume it. The purchase buttons just don't work after the first use. Even after restarting the game, the items can never be bought again.
EDIT: Getting error:6 when trying to consume anything.
Ok, so it only lets me buy each item once, and lets me buy each one again after I've recreated them in Googleplay. That means that even though I set them as "un-managed", Googleplay is still remembering that I bought them, which means that the game is using billing v3, and NOT billing v2. Because Google states that in billing v3, it treats unmanaged as though they were managed. In other words, they are phasing out unmanaged items. So that must mean that I'm outputting a game thats programmed to "speak" to v2, even though it's actually using v3. How can I make sure I'm using the correct billing version? I think I'm making apks that use v3, and that's why it's having errors.
Well I'm screwed. There's no reason why it shouldn't work. Error 6, over and over. So I can't consume a product, and I can't buy it again, even though it's unmanaged. I don't know what I'm doing wrong.![]()
What version of Google developer console your account have the new one or the old?
if you have the old you will need to remake the articles in the new console and of course all of them will be managed, so you can only buy once, before consumed them.
the error 6 is a rare error, and is because you want to consume an article that can not be consumed. this is because is comes from unmanaged.
so now in the new console version you need to recreate your article "all managed" and you can purchase and consume again them.
please let me know how it goes.
Regards,
Fernando Vivolo
... new things are coming ...
I hadn't considered it might be something on the Google-side that I needed to update. I'll look into that, thank you.
This might be a silly question, but where I can find the IAP Object?
It comes with the export for you that have developer, are you using the last build 258.rc2?
Regards,
Fernando Vivolo
... new things are coming ...
mmm May be, I am still in 257.
Thanks
In this tutorial, you show how to insert a "Non-consumable Items" (buy one time) or "Consumable items" (buy multiple times)???
all item are consumables,
1. -articles you buy you can consume and make it available again
2. -subscription will be consume after the time expire
what is not allow anymore are unmanaged articles
Regards,
Fernando Vivolo
... new things are coming ...