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

transactionUpdate loop is not called on approved pending transaction
 
 
Q