AppVersion
Stay organized with collections
Save and categorize content based on your preferences.
Representations of an app version.
JSON representation |
{
"versionCode": string
} |
Fields |
versionCode |
string (int64 format)
Numeric version code of the app version (set by the app's developer).
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-19 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-19 UTC."],[[["App versions are represented using JSON."],["The JSON representation includes a `versionCode` field, which is a string formatted as an integer."],["The `versionCode` is set by the app developer and represents the numeric version of the app."]]],["The JSON representation defines an app version using a `versionCode` field. This field is a string that follows the int64 format, representing the numeric version code set by the app's developer. The `versionCode` is the sole field in this representation, providing the numerical identifier for a specific version of the application.\n"]]