applicationVersion property

  1. @JsonKey(name: 'application_version')
String? applicationVersion
final

The app’s version number. The app's version number corresponds to the value of CFBundleVersion (in iOS) or CFBundleShortVersionString (in macOS) in the Info.plist. In production, this value is the current version of the app on the device based on the receipt_creation_date_ms. In the sandbox, the value is always "1.0".

Implementation

@JsonKey(name: 'application_version')
final String? applicationVersion;