I have an iOS app with a companion watchOS app. (The watch app does support running without the iOS app)
When testing in Xcode with a storeKit Config file, I’m noticing different behaviors.
On the iOS app, If I refund the transaction through the storekit > manage transactions window, the SDK immediately responds to the event and thus updates the entitlements etc.
On the watchOS app, If I refund the transaction there is no response from the SDK. The only way I’ve been able to reset the entitlements is to go into the revenue cat dashboard and delete the associated customer.
I’ve configured and implemented the Revenue Cat SDK in both through a single class such that the overall integration is identical. Similarly, they are both referencing the same storekit Configuration file that matches the offerings set up in the Revenue Cat dashboard. The bundle Id’s reflect MyApp and MyApp.watchkit accordingly.
Is this the expected behavior? Does the SDK listen for events differently on watchOS? Ideally both targets respond to a transaction refund in such a way that I can predictably respond to them and set entitlements.