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

Send completed message at end of iap restores. #42

Merged
merged 1 commit into from
Apr 12, 2023

Conversation

novalis
Copy link
Contributor

@novalis novalis commented Feb 25, 2023

@@ -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":
Copy link
Contributor

@akien-mga akien-mga Apr 12, 2023

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?

Copy link
Contributor Author

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.

@akien-mga akien-mga merged commit fc5952a into godot-sdk-integrations:master Apr 12, 2023
@akien-mga
Copy link
Contributor

Thanks! And congrats for your first merged Godot contribution 🎉

@sarice8
Copy link

sarice8 commented May 29, 2023

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.

@sarice8
Copy link

sarice8 commented Jun 9, 2023

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

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