-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Send completed message at end of iap restores. #42
Conversation
plugins/inappstore/README.md
Outdated
@@ -21,7 +21,10 @@ func check_events(): | |||
# fields: product_id, transaction_id, receipt | |||
... | |||
'restore': | |||
# fields: product_id, transaction_id, receipt | |||
# fields: product_id, transaction_id, receipt elif event.result=="completed": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does this elif
statement in a comment do?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops, that's supposed to be another case. Fixed.
Code by John Girvin in godotengine/godot-proposals#242
Thanks! And congrats for your first merged Godot contribution 🎉 |
Hi, I'm wondering if there is a release planned with this fix? I hesitate to build from source since not very familiar with iOS or debugging on phone. |
(Got a build sorted out. This fix works great. For any other newbs, need to download "scons" e.g. brew install scons. And despite what the instruction page, for 3.x at least I had to build targets "debug" and "release", not "release_debug" and "release".) |
Code by John Girvin in
godotengine/godot-proposals#242
Bugsquad edit: