<!--
{
  "availability" : [
    "iOS: 15.4.0 -",
    "iPadOS: 15.4.0 -",
    "macCatalyst: 15.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKitTest",
  "identifier" : "/documentation/StoreKitTest/SKAdTestPostbackResponse",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "StoreKit Test"
    ],
    "preciseIdentifier" : "c:objc(cs)SKAdTestPostbackResponse"
  },
  "title" : "SKAdTestPostbackResponse"
}
-->

# SKAdTestPostbackResponse

The status and error information for a postback that the system sends in the testing environment.

```
class SKAdTestPostbackResponse
```

## Topics

### Getting Postback Responses

[`var didSucceed: Bool`](/documentation/StoreKitTest/SKAdTestPostbackResponse/didSucceed)

A Boolean value that indicates whether the system successfully delivered the test postback.

[`var httpResponse: HTTPURLResponse?`](/documentation/StoreKitTest/SKAdTestPostbackResponse/httpResponse)

The HTTP response from the server receiving the test postback.

[`var error: (any Error)?`](/documentation/StoreKitTest/SKAdTestPostbackResponse/error)

An error the test session reports if sending a test postbacks fails.

## Relationships

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

### Conforms To

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

[`CVarArg`](/documentation/Swift/CVarArg)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

---

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)