Hello!
Would it be feasible as a feature suggestion to have a “dynamic” observer mode setup? Use case: we have existing non-consumable IAP transaction handling code we would prefer not to touch, but subscriptions would be newly added, and handled entirely via the SDK. It would be nice to allow adding a callback in the form (StoreProduct) -> Bool
to be able to split transaction management duties between the SDK and our own PaymentObserver. We will probably just migrate it to RC, but I think it makes sense as a feature request nonetheless.
Best regards,
Rafael