---
title: originalApplicationVersion
framework: appstoreserverapi
role: symbol
role_heading: Type
path: appstoreserverapi/originalapplicationversion
---

# originalApplicationVersion

The app version that the customer originally purchased from the App Store.

## Declaration

```data
string originalApplicationVersion
```

## Discussion

Discussion Use this value to determine which app version the customer first purchased or downloaded. This value remains constant and doesn’t change when the customer upgrades the app. The string value contains the original value of the CFBundleShortVersionString for apps running in macOS, and the original value of the CFBundleVersion for apps running on all other platforms. In the sandbox testing environment, the originalApplicationVersion value is always 1.0.

## See Also

### App information

- [appAppleId](appstoreserverapi/appappleid.md)
- [bundleId](appstoreserverapi/bundleid.md)
- [originalPlatform](appstoreserverapi/originalplatform.md)
- [preorderDate](appstoreserverapi/preorderdate.md)
