Same issue in Xcode Version 13.2.1 (13C100).
Post
Replies
Boosts
Views
Activity
I found that calling AppStore.sync() help refreshing all the states. I thought there is no need to manually trigger sync in this situation. Am I wrong?
https://developer.apple.com/documentation/storekit/appstore/3791906-sync
And I found another problem that auto renew transactions are not captured by Transaction.updates, so when I call Transaction.unfinished after AppStore.sync(), there are some unfinished transactions. Is this normal or I do miss the transaction update?
hi, did you find the solution? I have meet the same problem