Hi all,
I've implemented in-app purchases to have auto-renewing subscriptions.
However, when I use Xcode's Transaction Manager to expire a subscription, there seems to be no callback Transaction.updates
or Transaction.currentEntitlements
I can see an expiry through Transaction.all
but I can't imagine the intention is to poll that while the app is running.
What am I missing here?