Hi !
In my iOS application (iOS 15.0), I would like to implement the new beginRefundRequest(in:)
func beginRefundRequest(in scene: UIWindowScene) async throws -> Transaction.RefundRequestStatus
Reference available here: https://developer.apple.com/documentation/storekit/transaction/3803220-beginrefundrequest)
The fact is that, at the moment I can’t figure out how to get `Transactions` from `SKPaymentQueue` from RevenueCats SDK… I’ve found stuffs in `RCStoreKitWrapper` > `RCStoreKitWrapperDelegate` to get `updatedTransaction` delegate but these are private/protected so I can’t have any access to them outside the SDK…
So here is my question: How can I add this new `beginRefundRequest` in my app ? :-)
Thanks a lot for your answer
Best regards
Jayjay