<!--
{
  "availability" : [
    "iOS: 12.2.0 -",
    "iPadOS: 12.2.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.14.4 -",
    "tvOS: 12.2.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/SKError/Code/invalidOfferIdentifier",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "c:@E@SKErrorCode@SKErrorInvalidOfferIdentifier"
  },
  "title" : "SKError.Code.invalidOfferIdentifier"
}
-->

# SKError.Code.invalidOfferIdentifier

Error code indicating that the offer identifier is invalid.

```
case invalidOfferIdentifier
```

## Discussion

The offer [`identifier`](/documentation/StoreKit/SKPaymentDiscount/identifier) is not valid. For example, you have not set up an offer with that identifier in the App Store, or you have revoked the offer.

---

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)