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

Force finish transaction #264

Merged
merged 2 commits into from Sep 16, 2018
Merged

Force finish transaction #264

merged 2 commits into from Sep 16, 2018

Conversation

JJMoon
Copy link
Contributor

@JJMoon JJMoon commented Sep 16, 2018

Calling finishTransaction, which I mentioned, would be no effect when restarting the App or device itself. So, I looked up the document on iOS I found transactions property in skpaymentqueue class, and I used it for this implementation.

https://developer.apple.com/documentation/storekit/skpaymentqueue

I named the new method to clear transaction which looks fit better.
Check and test the method. Especially the jsDoc return values etc.

@JJMoon JJMoon requested a review from hyochan September 16, 2018 04:18
@hyochan hyochan merged commit 589013a into master Sep 16, 2018
@hyochan
Copy link
Member

hyochan commented Sep 16, 2018

resolved #257

@hyochan hyochan deleted the force-finish-transaction branch September 16, 2018 13:07
@hyochan hyochan added 🍗 enhancement New feature or request 📱 iOS Related to iOS labels Dec 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍗 enhancement New feature or request 📱 iOS Related to iOS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants