AppVersion
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Darstellungen einer App-Version.
JSON-Darstellung |
{
"versionCode": string
} |
Felder |
versionCode |
string (int64 format)
Numerischer Versionscode der App-Version (vom Entwickler der App festgelegt).
|
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-26 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-07-26 (UTC)."],[[["\u003cp\u003eApp versions are represented using JSON.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON representation includes a \u003ccode\u003eversionCode\u003c/code\u003e field, which is a string formatted as an integer.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eversionCode\u003c/code\u003e is set by the app developer and represents the numeric version of the app.\u003c/p\u003e\n"]]],["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"],null,["# AppVersion\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nRepresentations of an app version.\n\n| JSON representation |\n|-----------------------------------|\n| ``` { \"versionCode\": string } ``` |\n\n| Fields ||\n|---------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `versionCode` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Numeric version code of the app version (set by the app's developer). |"]]