transactionUpdate loop is not called on approved pending transaction

Hi,

I have a look to wait for all non purchase Transaction

            for await result in Transaction.updates {
              …
            }

But this block works when I trigger a restore purchases, but it is never called when I approve a pending purchase.

Is there any reasoning why this could be or a bug. (As an app store user and father I had a similar problem where my daughter had to tap purchase again and then it worked.

All the best Christoph

Replies

Please see updates: Transaction.Transactions https://developer.apple.com/documentation/storekit/transaction/3851206-updates

  • Hi,

    did I miss something? The page you sent me says the same thing, i SHOULD get update while the app is running and right after the app is started (it's registered when initilaiting the Window Scene).

    My problem it I get NO update, neither when a subscription is NOR when it's renewed.

    I guess I will open a TSI.

    All the best Christoph

  • Actually I got my answer via a TSI: It's a bug and only laters Beta version should not show this problem any more.

Add a Comment