buildNumber property

String buildNumber
final

The build number. CFBundleVersion on iOS, versionCode on Android. Note, on iOS if an app has no buildNumber specified this property will return version Docs about CFBundleVersion: https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion

Implementation

final String buildNumber;