godot-demo-projects icon indicating copy to clipboard operation
godot-demo-projects copied to clipboard

IAP plugin signal "sku_details_query_completed" not working

Open code-with-max opened this issue 1 year ago • 2 comments

In IAP plugin signal "sku_details_query_completed" never emit. Probably this callback not working, because methods with "sku" is deprecated, and now must use "Products".

code-with-max avatar Mar 17 '23 12:03 code-with-max

You need to use the Billing Plugin 2.0.0.rc1 now (the old 1.x one doesn't work with Google Play anymore due to outdated Billing API), and it renamed the signal to "product_details_query_completed"

There are more changes in it, best to look at the source to update the code.

NianoTT avatar Apr 21 '23 14:04 NianoTT

Yes, thank you. I found solution and make pull request for changing it in documentation :)

https://github.com/godotengine/godot-docs/pull/7018

code-with-max avatar Apr 21 '23 16:04 code-with-max