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

feat: Added export finishTransaction() from StoreKit2. #2664

Merged
merged 3 commits into from
Jan 15, 2024

Conversation

khrulev
Copy link
Contributor

@khrulev khrulev commented Jan 4, 2024

Added a previously missing exported function that allows manual completion of transactions in StoreKit2.

Function has already been described in the interface of the IosModulePropsSk2 in the codebase but lacked accessible invocation.

The function is crucial and must be used to manually complete transactions in in-app purchases using StoreKit2.

Copy link
Member

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

Thanks it looks promising!

@hyochan hyochan added the 🎯 feature New feature label Jan 15, 2024
@hyochan hyochan merged commit a823393 into dooboolab-community:main Jan 15, 2024
3 checks passed
@hyochan hyochan added the 📱 iOS Related to iOS label Jan 15, 2024
arthurgeron pushed a commit to arthurgeron/react-native-iap that referenced this pull request Apr 2, 2024
…munity#2664)

Added a previously missing exported function that allows manual
completion of transactions in **StoreKit2**.

Function has already been described in the interface of the
**IosModulePropsSk2** in the codebase but lacked accessible invocation.

The function is crucial and must be used to manually complete
transactions in in-app purchases using **StoreKit2**.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎯 feature New feature 📱 iOS Related to iOS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants