Testing SKPaymentTransactionObserver with StoreKitConfiguration

14 Views Asked by At

I'm using UIKit & want to test the use of offer codes.

I have implemented the methods for SKPaymentTransactionObserver & I have added & removed my observer in UIApplicationDelegate.

The problem I am facing is that none of the StoreKit methods get called when using the presentCodeRedemptionSheet.

Has anyone found a way to verify that you get the proper transaction data (receipt) when using an offer code?

0

There are 0 best solutions below