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

How to implement custom transaction handler #52

Closed
misteral opened this issue May 8, 2023 · 3 comments
Closed

How to implement custom transaction handler #52

misteral opened this issue May 8, 2023 · 3 comments

Comments

@misteral
Copy link

misteral commented May 8, 2023

Hello.

Please, recommend me the best way to implement a custom event, specifically for analytic purchase state after a purchase button has been clicked.

Thanks.

@russell-archer
Copy link
Owner

I've added a transactionNotification property to StoreHelper that will do what you want I think. Take a look at public var transactionNotification: TransactionNotification? in StoreHelper to see how to use it. Let me know if this works for you.

@russell-archer
Copy link
Owner

Does this work for you? If so, I'll close the issue.

@misteral
Copy link
Author

@russell-archer Hi, I just got back to my app now. Yes, it looks like it should work for me. Thanks.

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

No branches or pull requests

2 participants