Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IAP plugin signal "sku_details_query_completed" not working #889

Open
code-with-max opened this issue Mar 17, 2023 · 2 comments
Open

IAP plugin signal "sku_details_query_completed" not working #889

code-with-max opened this issue Mar 17, 2023 · 2 comments

Comments

@code-with-max
Copy link

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".

@NianoTT
Copy link

NianoTT commented Apr 21, 2023

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.

@code-with-max
Copy link
Author

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

godotengine/godot-docs#7018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants