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

Fix iap-promoted-product listener #1039

Merged

Conversation

ghsdh3409
Copy link
Contributor

@ghsdh3409 ghsdh3409 commented Jul 6, 2020

Summary

How to review

  • Code review
  • Device test
    • I tested on the device with IAP promotion test URL.

Comment on lines +9 to +10
SKPayment *promotedPayment;
SKProduct *promotedProduct;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on lines +96 to +97
promotedProduct = product;
promotedPayment = payment;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ghsdh3409 ghsdh3409 changed the title [WIP] Fix iap-promoted-product listener Fix iap-promoted-product listener Jul 6, 2020
@hyochan hyochan added 🛠 bugfix All kinds of bug fixes 🍗 enhancement New feature or request labels Jul 6, 2020
Copy link
Owner

@hyochan hyochan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is superb! 💯
Thanks for taking the time to fix this!

@hyochan hyochan merged commit 9361110 into hyochan:master Jul 6, 2020
@hyochan
Copy link
Owner

hyochan commented Jul 6, 2020

Release 4.5.0! @ghsdh3409

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠 bugfix All kinds of bug fixes 🍗 enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Promoted IAP listener not firing in 4.4.2? (working in 4.4.1)
2 participants