---
title: isRedownload
framework: storekittest
role: symbol
role_heading: Instance Property
path: storekittest/skadtestpostback/isredownload
---

# isRedownload

A Boolean value that indicates whether the user redownloaded and reinstalled the app.

## Declaration

```swift
var isRedownload: Bool { get }
```

## Discussion

Discussion In the production environment, this value is true when the user redownloaded and reinstalled the app. In the testing environment, you set the value of this property when you create the test postback.

## See Also

### Getting general information

- [version](storekittest/skadtestpostback/version.md)
- [transactionIdentifier](storekittest/skadtestpostback/transactionidentifier.md)
- [postbackSequenceIndex](storekittest/skadtestpostback/postbacksequenceindex.md)
- [isRegistered](storekittest/skadtestpostback/isregistered.md)
