StoreKit 2 Sandbox: transaction.finish() logs requestEncodeFailed and replays subscription renewals on every launch (stackoverflow.com)stack
16 points by Fran in stackoverflow.com · 4d ago · stack
I’m testing an auto-renewable subscription using StoreKit 2 on a physical iOS device with a Sandbox account. A fresh purchase succeeds, Transaction.currentEntitlements contains an active transaction, and the app unlocks the subscription correctly. The app starts a single Transac…