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

Signal billing_resume is not registered for this plugin. #31

Open
chrisdugne opened this issue Feb 14, 2022 · 1 comment
Open

Signal billing_resume is not registered for this plugin. #31

chrisdugne opened this issue Feb 14, 2022 · 1 comment

Comments

@chrisdugne
Copy link

Hello,
I compiled version 1.1.1 using latest master

My app crash as soon as it's launched;
I found this cause:

Caused by: java.lang.IllegalArgumentException: Signal billing_resume is not registered for this plugin.
	at org.godotengine.godot.plugin.GodotPlugin.emitSignal(GodotPlugin.java:327)
	at org.godotengine.godot.plugin.googleplaybilling.GodotGooglePlayBilling.onMainResume(GodotGooglePlayBilling.java:283)
	at org.godotengine.godot.Godot.onResume(Godot.java:876)

so I'm currently commenting the line which emits the signal: https://github.com/godotengine/godot-google-play-billing/blob/adfcef8522/godot-google-play-billing/src/main/java/org/godotengine/godot/plugin/googleplaybilling/GodotGooglePlayBilling.java#L283

I can now proceed with the billing flow, so it's a workaround for me now, but there should be a fix I think;

@allkhor
Copy link

allkhor commented Mar 3, 2022

PR for this : #30

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

No branches or pull requests

2 participants