---
title: didSucceed
framework: storekittest
role: symbol
role_heading: Instance Property
path: storekittest/skadtestpostbackresponse/didsucceed
---

# didSucceed

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

## Declaration

```swift
var didSucceed: Bool { get set }
```

## Discussion

Discussion The value is true if the system successfully delivered the test postback and received an HTTP 200 response.

## See Also

### Getting Postback Responses

- [httpResponse](storekittest/skadtestpostbackresponse/httpresponse.md)
- [error](storekittest/skadtestpostbackresponse/error.md)
