Contents

isRedownload

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

Declaration

var isRedownload: Bool { get }

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