forked from kovpas/itc.cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnewapp.json
59 lines (59 loc) · 2.39 KB
/
newapp.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
58
59
{
"config": {
"images": {
"file name format": "app data/{device_type} {index}.png"
},
"device type aliases": {
"iphone": "640x960",
"iphone 5": "640x1136",
"ipad": "1024x748"
},
"language aliases": {
"en" : "ENUS",
"en-GB": "ENUK",
"es" : "ESES",
"de" : "DE",
"fr" : "FRFR",
"it" : "IT",
"nl" : "NL"
}
},
"application": {
"new app": {
"default language" : "nl",
"name" : "testapp9.itc.com",
"sku number" : "testapp9.itc.com",
"bundle id" : "*",
"bundle id suffix" : "testapp9.itc.com",
"availability date" : "Jan 01 2014",
"countries" : {"type": "include", "list":["Iceland", "Fiji"]},
"price tier" : 0,
"discount" : false,
"version" : "1.0",
"copyright" : "Company",
"primary category" : "Games",
"primary subcategory 1" : "Adventure",
"primary subcategory 2" : "Racing",
"secondary category" : "Health & Fitness",
"app rating" : [0, 1, 0, 1, 2, 0, 1, 2, 0, 0],
"large app icon" : {"file name format": "app data/icon.png"},
"screenshots" : {"iphone": [1], "iphone 5": [1]},
"eula text" : "EULA Text. This param supports 'file name format' property",
"eula countries" : {"type": "exclude", "list":["Iceland", "Fiji"]},
"description" : "Short description",
"keywords" : "keywords",
"support url" : "http://support_url_default.com",
"marketing url" : "http://marketing_url_default.com",
"privacy policy url" : "http://support_url_default.com"
},
"app review information": {
"first name" : "fname",
"last name" : "lname",
"email address": "[email protected]",
"phone number" : "+3160123456",
"review notes" : "Review notes.",
"demo username": "uname",
"demo password": "pword"
}
}
}