User Tools

Site Tools


en:android_appstore

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:android_appstore [2023/02/17 12:40]
Виталий Журавлев [Example of JSON file]
en:android_appstore [2024/05/20 10:00] (current)
Денис Цыганов
Line 12: Line 12:
   "​protoVersion":​ 1,   "​protoVersion":​ 1,
   "​lastUpdate":​ 1579259632,   "​lastUpdate":​ 1579259632,
 +  "​updateCheckPeriodSec":​ 3600,
   "​operator":​ {   "​operator":​ {
     "​name":​ "​Example Operator",​     "​name":​ "​Example Operator",​
Line 42: Line 43:
         "​logoUrl":​ "​https://​operatior.domain/​logo.png",​         "​logoUrl":​ "​https://​operatior.domain/​logo.png",​
         "​bannerUrl":​ "​https://​operatior.domain/​banner.png",​         "​bannerUrl":​ "​https://​operatior.domain/​banner.png",​
-        "​screenshots":​ ["http://​operatior.domain/​screen_01.png","​http://​operatior.domain/​screen_02.png"​]+        "​screenshots":​ ["https://​operatior.domain/​screen_01.png","​http://​operatior.domain/​screen_02.png"​]
      },      },
      "​rules":​ {      "​rules":​ {
Line 60: Line 61:
 | protoVersion ​    | int                   | Yes      | Protocol version TVIP Appsore (at the moment 1) | | protoVersion ​    | int                   | Yes      | Protocol version TVIP Appsore (at the moment 1) |
 | lastUpdate ​      | int                   | Yes      | timestamp of last update | | lastUpdate ​      | int                   | Yes      | timestamp of last update |
 +| updateCheckPeriodSec | int | No | Update json file period |
 | operator ​        | Object [[android_appstore#​opisanie_obekta_operator|operator]] |          | Operator Settings | | operator ​        | Object [[android_appstore#​opisanie_obekta_operator|operator]] |          | Operator Settings |
 | apps             | Array [[android_appstore#​opisanie_massiva_app|app]] ​   | Yes      | List available application ​ | | apps             | Array [[android_appstore#​opisanie_massiva_app|app]] ​   | Yes      | List available application ​ |
Line 83: Line 85:
 | developer ​       | String ​                      ​| ​         | Application developer | | developer ​       | String ​                      ​| ​         | Application developer |
 | apkUrl ​          | String ​                      | Yes      | Url for download apk file | | apkUrl ​          | String ​                      | Yes      | Url for download apk file |
-| apkSize ​         | int                          |          | Size apk file. In bytes  |+| apkSize ​         | int                          |          | Size apk file. In Kbytes ​ |
 | customerRating ​  | double ​                      ​| ​         | Customer rating | | customerRating ​  | double ​                      ​| ​         | Customer rating |
 | downloadCount ​   | int                          |          | Count of downloaded application | | downloadCount ​   | int                          |          | Count of downloaded application |
en/android_appstore.1676626813.txt.gz · Last modified: 2023/02/17 12:40 by Виталий Журавлев