Troubleshooting
StoreKit Transactions Not Clearing in Xcode
Fix for when a test transaction seems stuck or active when it shouldn’t be.
Sometimes StoreKit test transactions appear active when they’re not. This is often due to a target membership issue or StoreKit config issue. To fix:
- Open Xcode → Debug → StoreKit → Manage Transactions.
- Delete all existing transactions.
- If it still fails, remove the StoreKit config file from the project.
- Build and run the project again.
- Re-add the StoreKit config file.