-
Notifications
You must be signed in to change notification settings - Fork 1
/
store.config.json
57 lines (57 loc) · 1.88 KB
/
store.config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"configVersion": 0,
"apple": {
"info": {
"en-US": {
"title": "Taito Template",
"subtitle": "The most awesome app you've ever seen",
"description": "The most awesome app you've ever seen",
"keywords": ["awesome", "app"],
"marketingUrl": "https://example.com/en/promo",
"supportUrl": "https://example.com/en/support",
"privacyPolicyUrl": "https://example.com/en/privacy"
},
"fi": {
"title": "Taito Template",
"subtitle": "Itse tekemäsi mahtava sovellus",
"description": "Mahtavin sovellus, jonka olet koskaan nähnyt",
"keywords": ["awesome", "app"],
"marketingUrl": "https://example.com/fi/promo",
"supportUrl": "https://example.com/fi/support",
"privacyPolicyUrl": "https://example.com/fi/privacy"
}
},
"categories": ["FINANCE", "NEWS"],
"review": {
"firstName": "John",
"lastName": "Doe",
"email": "[email protected]",
"phone": "+44 844 209 0611",
"demoUsername": "john",
"demoPassword": "applereview",
"demoRequired": false,
"notes": "This is an example app primarily used for educational purposes."
},
"release": {
"automaticRelease": false
},
"advisory": {
"alcoholTobaccoOrDrugUseOrReferences": "NONE",
"contests": "NONE",
"gamblingSimulated": "NONE",
"horrorOrFearThemes": "NONE",
"matureOrSuggestiveThemes": "NONE",
"medicalOrTreatmentInformation": "NONE",
"profanityOrCrudeHumor": "NONE",
"sexualContentGraphicAndNudity": "NONE",
"sexualContentOrNudity": "NONE",
"violenceCartoonOrFantasy": "NONE",
"violenceRealistic": "NONE",
"violenceRealisticProlongedGraphicOrSadistic": "NONE",
"gambling": false,
"unrestrictedWebAccess": false,
"kidsAgeBand": null,
"seventeenPlus": false
}
}
}