XCode error: Failed to parse AppTransaction: missingValue(for: [StoreKit.AppTransaction.Key.appTransactionID], expected: StoreKit.BackingValue)(
In the Developer Documentation for AppTransactionID the definition includes:
@backDeployed(before: iOS 18.4, macOS 15.4, tvOS 18.4, watchOS 11.4, visionOS 2.4))
So Apple DID change something in how it verifies receipts with OS 15.4.
Is there any way to verify that my verification code will parse receipts on 15.4?
Searching for @backDeployed in the documentation of course I can find nothing.
Topic:
App & System Services
SubTopic:
StoreKit
Tags: