morisgateno-appsflyer
morisgateno-appsflyer
Hello. It seems I can register to multiple topics. But for some reason, when I add two consumerRecordHandlers, I don't get the behavior I wish for in any of them....
Hi. The below function seems not to handle the consumable purchase. https://github.com/RevenueCat/purchases-ios/blob/7b1d0b3044b2fce6c334931adb5d9c0ee3a7fd2d/Sources/Purchasing/StoreKit2/StoreKit2TransactionListener.swift#L121 On the other hand, when doing observerMode = true, the purchase is handled on: https://github.com/RevenueCat/purchases-ios/blob/7b1d0b3044b2fce6c334931adb5d9c0ee3a7fd2d/Sources/Purchasing/StoreKit2/Observer%20Mode/StoreKit2ObserverModePurchaseDetector.swift#L61 So technically when...