Hi all,
we're trying to integrate the new StoreKit test feature into our app. For such task we would like also to include the revoke operation, by using the new:
However, even implementing that in our SKPaymentTransactionObserver class, seems that the method is never called. Tested against Xcode12b2 / iOS12b2
Are we missing something?
we're trying to integrate the new StoreKit test feature into our app. For such task we would like also to include the revoke operation, by using the new:
Code Block func paymentQueue(_ queue: SKPaymentQueue, didRevokeEntitlementsForProductIdentifiers productIdentifiers: [String])
However, even implementing that in our SKPaymentTransactionObserver class, seems that the method is never called. Tested against Xcode12b2 / iOS12b2
Are we missing something?