currentEntitlement(for:)
Gets the latest transactions that entitle the customer to a specified product.
Declaration
static func currentEntitlement(for productID: String) async -> VerificationResult<Transaction>?Parameters
- productID:
In-App Purchase product identifier.
Return Value
A VerificationResult or nil if the customer has no current In-App Purchases.