originalApplicationVersion property

  1. @JsonKey(name: 'original_application_version')
String? originalApplicationVersion
final

The version of the app that the user originally purchased. This value does not change, and corresponds to the value of CFBundleVersion (in iOS) or CFBundleShortVersionString (in macOS) in the Info.plist file of the original purchase. In the sandbox environment, the value is always "1.0".

Implementation

@JsonKey(name: 'original_application_version')
final String? originalApplicationVersion;