<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -",
    "visionOS: 2.0.0 -",
    "watchOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "BundleResources",
  "identifier" : "/documentation/BundleResources/Information-Property-List/SKIncludeConsumableInAppPurchaseHistory",
  "metadataVersion" : "0.1.0",
  "role" : "Property List Key",
  "symbol" : {
    "kind" : "Property List Key",
    "modules" : [
      "Bundle Resources"
    ],
    "preciseIdentifier" : "plist:Information_Property_List.SKIncludeConsumableInAppPurchaseHistory"
  },
  "title" : "SKIncludeConsumableInAppPurchaseHistory"
}
-->

# SKIncludeConsumableInAppPurchaseHistory

A Boolean value that determines whether StoreKit includes finished consumable In-App Purchases in transaction information.

## Discussion

By default, this value is `false`. When it’s `false`, StoreKit doesn’t return finished consumables (unless refunded or revoked) in the transaction information from the following APIs:

- The <doc://com.apple.documentation/documentation/StoreKit/Transaction/all> sequence in <doc://com.apple.documentation/documentation/StoreKit/Transaction>, which returns the customer’s transaction history for your app
- The <doc://com.apple.documentation/documentation/StoreKit/Transaction/latest(for:)> in <doc://com.apple.documentation/documentation/StoreKit/Transaction>, which returns the customer’s most recent transaction for a specific product
- The <doc://com.apple.documentation/documentation/StoreKit/Product/latestTransaction> in <doc://com.apple.documentation/documentation/StoreKit/Product>, which provides the customer’s most recent transaction for the product

When you set this value to `true`, StoreKit includes all In-App Purchase transactions — including all finished consumables — in the transaction information when you use the <doc://com.apple.documentation/documentation/StoreKit/Transaction/all>, <doc://com.apple.documentation/documentation/StoreKit/Transaction/latest(for:)>, and <doc://com.apple.documentation/documentation/StoreKit/Product/latestTransaction> APIs.

> Warning:
> Before you set ``doc://com.apple.bundleresources/documentation/BundleResources/Information-Property-List/SKIncludeConsumableInAppPurchaseHistory`` to `true`, be sure you have a way to reconcile a customer’s consumable transactions on your server, not only on the device. For example, store a transaction’s unique transaction identifier, <doc://com.apple.documentation/documentation/StoreKit/Transaction/id>, along with its finish state to avoid unintentionally delivering content multiple times if the customer reinstalls the app. Use <doc://com.apple.documentation/documentation/StoreKit/Transaction/unfinished> to get and process unfinished transactions.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)