This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:android_appstore [2020/06/25 10:21] Денис Цыганов |
en:android_appstore [2024/05/20 10:00] (current) Денис Цыганов |
||
---|---|---|---|
Line 3: | Line 3: | ||
===== Application description ===== | ===== Application description ===== | ||
- | TVIP App store is an application included in the basic firmware of TVIP S-Box mediacenters on Android OS starting from 4.4.1 firmware version. This application can be managed by provider. By default, the TVIP App store is configured from TVIP server. This behavior can be overridden using provisioning settings (here is a link to provisioning). Link to a JSON file can be specified in provisioning for configuring the App store. | + | TVIP App store is an application included in the basic firmware of TVIP S-Box mediacenters on Android OS starting from 4.4.1 firmware version. This application can be managed by provider. By default, the TVIP App store is configured from TVIP server. This behavior can be overridden using [[en/provisioning#tvip_app_store_server_url|provisioning]] settings. Link to a JSON file can be specified in provisioning for configuring the App store. |
Line 12: | Line 12: | ||
"protoVersion": 1, | "protoVersion": 1, | ||
"lastUpdate": 1579259632, | "lastUpdate": 1579259632, | ||
+ | "updateCheckPeriodSec": 3600, | ||
"operator": { | "operator": { | ||
"name": "Example Operator", | "name": "Example Operator", | ||
- | "logoUrl": "http://operatior.domain/operator.logo" | + | "logoUrl": "https://operatior.domain/operator.logo" |
}, | }, | ||
"apps": [ | "apps": [ | ||
{ | { | ||
- | "package": "ru.example.com", | + | "package": "en.example.com", |
"version": "1.1.6", | "version": "1.1.6", | ||
"buildNumber": 116, | "buildNumber": 116, | ||
Line 25: | Line 26: | ||
"releaseNotes": "All bugs fixed", | "releaseNotes": "All bugs fixed", | ||
"developer": "TVIP", | "developer": "TVIP", | ||
- | "apkUrl": "http://operatior.domain/app.apk", | + | "apkUrl": "https://operatior.domain/app.apk", |
"apkSize": 10240.0, | "apkSize": 10240.0, | ||
"customerRating": 9.9, | "customerRating": 9.9, | ||
Line 40: | Line 41: | ||
], | ], | ||
"media": { | "media": { | ||
- | "logoUrl": "http://operatior.domain/logo.png", | + | "logoUrl": "https://operatior.domain/logo.png", |
- | "bannerUrl": "http://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 | |