Hi,
Overview
- In my project I am using a
.storekitStoreKit configuration file that is synced. - I have only non-consumable products
Problem
- When I loop through
Transaction.currentEntitlementsafter verification the properties such astransaction.productTypeare all NULL.
Note
I have called .finish on the transaction after the following:
- Processing
Transaction.updates - Processing purchasing a new product
Environment:
- Xcode 27 Beta 5
- iOS 26.6
Questions
- How can I resolve this?
- Am I missing something?
- Should I be using
Transaction.latest(for:)instead of Transaction.currentEntitlements?