You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'd like to report successful purchases to an analytics service but it seems I have no access to the successful StoreKit.Transaction when I use the paywall UI features. When using my own paywall UI I get the transaction wrapped into a RevenueCat type which also has access to sk2Transaction to get the native StoreKit type. But the purchaseCompleted closure on paywall UI's does not contain a transaction. Please add one, it's lacking. Thank you!
The text was updated successfully, but these errors were encountered:
Thank you so much for your suggestion.
It makes sense to match the closures so we've added it to our backlog. I can't provide you with an ETA but I'll let you know when it's released.
Hey @nyeu is there any update on this? I suppose I could subscribe to transactions outside of my paywall flow however it would be easier to have this approach as proposed by @Jeehut.
Describe the bug
I'd like to report successful purchases to an analytics service but it seems I have no access to the successful
StoreKit.Transaction
when I use the paywall UI features. When using my own paywall UI I get thetransaction
wrapped into a RevenueCat type which also has access tosk2Transaction
to get the native StoreKit type. But thepurchaseCompleted
closure on paywall UI's does not contain a transaction. Please add one, it's lacking. Thank you!The text was updated successfully, but these errors were encountered: