spaceship_stub 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/spaceship/spec/tunes/fixtures/app_details.json +137 -0
- data/lib/spaceship/spec/tunes/fixtures/app_overview.json +92 -0
- data/lib/spaceship/spec/tunes/fixtures/app_overview_stuckinprepare.json +54 -0
- data/lib/spaceship/spec/tunes/fixtures/app_pricing_intervals.json +68 -0
- data/lib/spaceship/spec/tunes/fixtures/app_resolution_center.json +46 -0
- data/lib/spaceship/spec/tunes/fixtures/app_resolution_center_valid.json +26 -0
- data/lib/spaceship/spec/tunes/fixtures/app_summary.json +298 -0
- data/lib/spaceship/spec/tunes/fixtures/app_version.json +836 -0
- data/lib/spaceship/spec/tunes/fixtures/app_version_ref.json +12 -0
- data/lib/spaceship/spec/tunes/fixtures/app_version_states_history.json +43 -0
- data/lib/spaceship/spec/tunes/fixtures/app_versions_history.json +115 -0
- data/lib/spaceship/spec/tunes/fixtures/availability/add_request.json +55 -0
- data/lib/spaceship/spec/tunes/fixtures/availability/add_response.json +75 -0
- data/lib/spaceship/spec/tunes/fixtures/availability/remove_request.json +49 -0
- data/lib/spaceship/spec/tunes/fixtures/availability/remove_response.json +61 -0
- data/lib/spaceship/spec/tunes/fixtures/availability/uninclude_all_future_territories_request.json +52 -0
- data/lib/spaceship/spec/tunes/fixtures/availability/uninclude_all_future_territories_response.json +75 -0
- data/lib/spaceship/spec/tunes/fixtures/build_details.json +169 -0
- data/lib/spaceship/spec/tunes/fixtures/build_history.json +19 -0
- data/lib/spaceship/spec/tunes/fixtures/build_history_for_train.json +55 -0
- data/lib/spaceship/spec/tunes/fixtures/build_trains.json +1734 -0
- data/lib/spaceship/spec/tunes/fixtures/build_trains_operation_failed.json +9 -0
- data/lib/spaceship/spec/tunes/fixtures/candiate_builds.json +290 -0
- data/lib/spaceship/spec/tunes/fixtures/create_application_broken.json +92 -0
- data/lib/spaceship/spec/tunes/fixtures/create_application_first_broken.json +94 -0
- data/lib/spaceship/spec/tunes/fixtures/create_application_prefill_first_request.json +92 -0
- data/lib/spaceship/spec/tunes/fixtures/create_application_prefill_request.json +88 -0
- data/lib/spaceship/spec/tunes/fixtures/create_application_success.json +92 -0
- data/lib/spaceship/spec/tunes/fixtures/create_application_wildcard_broken.json +92 -0
- data/lib/spaceship/spec/tunes/fixtures/create_sandbox_tester.json +247 -0
- data/lib/spaceship/spec/tunes/fixtures/create_sandbox_tester_payload.json +35 -0
- data/lib/spaceship/spec/tunes/fixtures/create_version_success.json +683 -0
- data/lib/spaceship/spec/tunes/fixtures/delete_sandbox_tester.json +9 -0
- data/lib/spaceship/spec/tunes/fixtures/delete_sandbox_tester_payload.json +7 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_consumable_template.json +115 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_create.json +1 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_detail.json +180 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_families.json +299 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_family_create.json +63 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_family_create_success.json +9 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_family_detail.json +156 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_family_edit.json +1 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_family_edit_versions.json +1 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_family_template.json +92 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_list.json +633 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_price_goal_calc.json +1095 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_pricing_tiers.json +373475 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_update.json +118 -0
- data/lib/spaceship/spec/tunes/fixtures/invalid_login.html +12 -0
- data/lib/spaceship/spec/tunes/fixtures/landing_page.html +6 -0
- data/lib/spaceship/spec/tunes/fixtures/login_cntrl.js +3 -0
- data/lib/spaceship/spec/tunes/fixtures/login_cookie_spam.txt +1 -0
- data/lib/spaceship/spec/tunes/fixtures/member_create.json +297 -0
- data/lib/spaceship/spec/tunes/fixtures/member_create_appmanager_single_app.json +297 -0
- data/lib/spaceship/spec/tunes/fixtures/member_create_developer.json +297 -0
- data/lib/spaceship/spec/tunes/fixtures/member_list.json +715 -0
- data/lib/spaceship/spec/tunes/fixtures/member_template.json +309 -0
- data/lib/spaceship/spec/tunes/fixtures/pricing_tiers.json +46182 -0
- data/lib/spaceship/spec/tunes/fixtures/promocodes.json +19 -0
- data/lib/spaceship/spec/tunes/fixtures/promocodes_generated.json +23 -0
- data/lib/spaceship/spec/tunes/fixtures/promocodes_history.json +109 -0
- data/lib/spaceship/spec/tunes/fixtures/ratings.json +16 -0
- data/lib/spaceship/spec/tunes/fixtures/ratings_US.json +16 -0
- data/lib/spaceship/spec/tunes/fixtures/reject_app_version_success.json +861 -0
- data/lib/spaceship/spec/tunes/fixtures/review_by_storefront.json +60 -0
- data/lib/spaceship/spec/tunes/fixtures/sandbox_testers.json +43 -0
- data/lib/spaceship/spec/tunes/fixtures/supported_countries.json +1095 -0
- data/lib/spaceship/spec/tunes/fixtures/testers/create_tester.json +91 -0
- data/lib/spaceship/spec/tunes/fixtures/testers/existing_internal_testers.json +52 -0
- data/lib/spaceship/spec/tunes/fixtures/testers/get_external.json +120 -0
- data/lib/spaceship/spec/tunes/fixtures/testers/get_internal.json +110 -0
- data/lib/spaceship/spec/tunes/fixtures/testflight_build_info_appletvos.json +143 -0
- data/lib/spaceship/spec/tunes/fixtures/testflight_build_info_ios.json +143 -0
- data/lib/spaceship/spec/tunes/fixtures/testflight_submission_submit_appletvos.json +23 -0
- data/lib/spaceship/spec/tunes/fixtures/testflight_submission_submit_ios.json +23 -0
- data/lib/spaceship/spec/tunes/fixtures/update_app_version_failed.json +861 -0
- data/lib/spaceship/spec/tunes/fixtures/update_app_version_success.json +861 -0
- data/lib/spaceship/spec/tunes/fixtures/update_app_version_temporarily_unable.json +861 -0
- data/lib/spaceship/spec/tunes/fixtures/update_app_version_with_autorelease_overwrite_success.json +861 -0
- data/lib/spaceship/spec/tunes/fixtures/user_detail.json +24 -0
- metadata +83 -3
@@ -0,0 +1,683 @@
|
|
1
|
+
{
|
2
|
+
"data": {
|
3
|
+
"sectionErrorKeys": [],
|
4
|
+
"sectionInfoKeys": [],
|
5
|
+
"sectionWarningKeys": [],
|
6
|
+
"versionId": 812773141,
|
7
|
+
"name": {
|
8
|
+
"value": "Timelack",
|
9
|
+
"isEditable": true,
|
10
|
+
"isRequired": true,
|
11
|
+
"errorKeys": null
|
12
|
+
},
|
13
|
+
"primaryLanguage": {
|
14
|
+
"value": "German",
|
15
|
+
"isEditable": true,
|
16
|
+
"isRequired": true,
|
17
|
+
"errorKeys": null
|
18
|
+
},
|
19
|
+
"version": {
|
20
|
+
"value": "0.9.15",
|
21
|
+
"isEditable": true,
|
22
|
+
"isRequired": true,
|
23
|
+
"errorKeys": null
|
24
|
+
},
|
25
|
+
"copyright": {
|
26
|
+
"value": "SunApps GmbH",
|
27
|
+
"isEditable": true,
|
28
|
+
"isRequired": false,
|
29
|
+
"errorKeys": null
|
30
|
+
},
|
31
|
+
"primaryCategory": {
|
32
|
+
"value": "MZGenre.Utilities",
|
33
|
+
"isEditable": true,
|
34
|
+
"isRequired": false,
|
35
|
+
"errorKeys": null
|
36
|
+
},
|
37
|
+
"primaryFirstSubCategory": {
|
38
|
+
"value": null,
|
39
|
+
"isEditable": true,
|
40
|
+
"isRequired": false,
|
41
|
+
"errorKeys": null
|
42
|
+
},
|
43
|
+
"primarySecondSubCategory": {
|
44
|
+
"value": null,
|
45
|
+
"isEditable": true,
|
46
|
+
"isRequired": false,
|
47
|
+
"errorKeys": null
|
48
|
+
},
|
49
|
+
"secondaryCategory": {
|
50
|
+
"value": "MZGenre.Business",
|
51
|
+
"isEditable": true,
|
52
|
+
"isRequired": false,
|
53
|
+
"errorKeys": null
|
54
|
+
},
|
55
|
+
"secondaryFirstSubCategory": {
|
56
|
+
"value": null,
|
57
|
+
"isEditable": true,
|
58
|
+
"isRequired": false,
|
59
|
+
"errorKeys": null
|
60
|
+
},
|
61
|
+
"secondarySecondSubCategory": {
|
62
|
+
"value": null,
|
63
|
+
"isEditable": true,
|
64
|
+
"isRequired": false,
|
65
|
+
"errorKeys": null
|
66
|
+
},
|
67
|
+
"submittableAddOns": {
|
68
|
+
"value": [],
|
69
|
+
"isEditable": true,
|
70
|
+
"isRequired": true,
|
71
|
+
"errorKeys": null
|
72
|
+
},
|
73
|
+
"newsstand": {
|
74
|
+
"isEnabled": false,
|
75
|
+
"isEditable": true,
|
76
|
+
"errorKeys": null,
|
77
|
+
"isRequired": false,
|
78
|
+
"picture": {
|
79
|
+
"value": {
|
80
|
+
"assetToken": null,
|
81
|
+
"url": null,
|
82
|
+
"thumbNailUrl": null,
|
83
|
+
"sortOrder": null,
|
84
|
+
"originalFileName": null
|
85
|
+
},
|
86
|
+
"isEditable": true,
|
87
|
+
"isRequired": false,
|
88
|
+
"errorKeys": null
|
89
|
+
},
|
90
|
+
"isEmptyValue": false,
|
91
|
+
"pictureEmptyValue": true
|
92
|
+
},
|
93
|
+
"gameCenterSummary": {
|
94
|
+
"leaderboards": {
|
95
|
+
"value": [],
|
96
|
+
"isEditable": false,
|
97
|
+
"isRequired": false,
|
98
|
+
"errorKeys": null
|
99
|
+
},
|
100
|
+
"displaySets": {
|
101
|
+
"value": [],
|
102
|
+
"isEditable": false,
|
103
|
+
"isRequired": false,
|
104
|
+
"errorKeys": null
|
105
|
+
},
|
106
|
+
"achievements": {
|
107
|
+
"value": [],
|
108
|
+
"isEditable": false,
|
109
|
+
"isRequired": false,
|
110
|
+
"errorKeys": null
|
111
|
+
},
|
112
|
+
"versionCompatibility": {
|
113
|
+
"value": [],
|
114
|
+
"isEditable": true,
|
115
|
+
"isRequired": false,
|
116
|
+
"errorKeys": null
|
117
|
+
},
|
118
|
+
"usedLeaderboards": 0,
|
119
|
+
"maxLeaderboards": 100,
|
120
|
+
"usedLeaderboardSets": 0,
|
121
|
+
"maxLeaderboardSets": 100,
|
122
|
+
"usedAchievementPoints": 0,
|
123
|
+
"maxAchievementPoints": 1000,
|
124
|
+
"isEnabled": false,
|
125
|
+
"isEditable": true,
|
126
|
+
"errorKeys": [],
|
127
|
+
"isRequired": false,
|
128
|
+
"isEmptyValue": false
|
129
|
+
},
|
130
|
+
"canSendVersionLive": false,
|
131
|
+
"canPrepareForUpload": true,
|
132
|
+
"canRejectVersion": false,
|
133
|
+
"status": "prepareForUpload",
|
134
|
+
"appType": "iOS App",
|
135
|
+
"platform": "ios",
|
136
|
+
"ratings": {
|
137
|
+
"nonBooleanDescriptors": [{
|
138
|
+
"name": "ITC.apps.ratings.descriptor.CARTOON_FANTASY_VIOLENCE",
|
139
|
+
"level": "ITC.apps.ratings.level.NONE",
|
140
|
+
"rank": 1
|
141
|
+
}, {
|
142
|
+
"name": "ITC.apps.ratings.descriptor.REALISTIC_VIOLENCE",
|
143
|
+
"level": "ITC.apps.ratings.level.NONE",
|
144
|
+
"rank": 1
|
145
|
+
}, {
|
146
|
+
"name": "ITC.apps.ratings.descriptor.PROLONGED_GRAPHIC_SADISTIC_REALISTIC_VIOLENCE",
|
147
|
+
"level": "ITC.apps.ratings.level.NONE",
|
148
|
+
"rank": 1
|
149
|
+
}, {
|
150
|
+
"name": "ITC.apps.ratings.descriptor.PROFANITY_CRUDE_HUMOR",
|
151
|
+
"level": "ITC.apps.ratings.level.NONE",
|
152
|
+
"rank": 1
|
153
|
+
}, {
|
154
|
+
"name": "ITC.apps.ratings.descriptor.MATURE_SUGGESTIVE",
|
155
|
+
"level": "ITC.apps.ratings.level.NONE",
|
156
|
+
"rank": 1
|
157
|
+
}, {
|
158
|
+
"name": "ITC.apps.ratings.descriptor.HORROR",
|
159
|
+
"level": "ITC.apps.ratings.level.NONE",
|
160
|
+
"rank": 1
|
161
|
+
}, {
|
162
|
+
"name": "ITC.apps.ratings.descriptor.MEDICAL_TREATMENT_INFO",
|
163
|
+
"level": "ITC.apps.ratings.level.NONE",
|
164
|
+
"rank": 1
|
165
|
+
}, {
|
166
|
+
"name": "ITC.apps.ratings.descriptor.ALCOHOL_TOBACCO_DRUGS",
|
167
|
+
"level": "ITC.apps.ratings.level.NONE",
|
168
|
+
"rank": 1
|
169
|
+
}, {
|
170
|
+
"name": "ITC.apps.ratings.descriptor.GAMBLING",
|
171
|
+
"level": "ITC.apps.ratings.level.NONE",
|
172
|
+
"rank": 1
|
173
|
+
}, {
|
174
|
+
"name": "ITC.apps.ratings.descriptor.SEXUAL_CONTENT_NUDITY",
|
175
|
+
"level": "ITC.apps.ratings.level.NONE",
|
176
|
+
"rank": 1
|
177
|
+
}, {
|
178
|
+
"name": "ITC.apps.ratings.descriptor.GRAPHIC_SEXUAL_CONTENT_NUDITY",
|
179
|
+
"level": "ITC.apps.ratings.level.NONE",
|
180
|
+
"rank": 1
|
181
|
+
}],
|
182
|
+
"booleanDescriptors": [{
|
183
|
+
"name": "ITC.apps.ratings.descriptor.UNRESTRICTED_WEB_ACCESS",
|
184
|
+
"level": "ITC.apps.ratings.level.NO",
|
185
|
+
"rank": 1
|
186
|
+
}, {
|
187
|
+
"name": "ITC.apps.ratings.descriptor.GAMBLING_CONTESTS",
|
188
|
+
"level": "ITC.apps.ratings.level.NO",
|
189
|
+
"rank": 1
|
190
|
+
}],
|
191
|
+
"ageBand": null,
|
192
|
+
"allRatingLevels": ["ITC.apps.ratings.level.YES", "ITC.apps.ratings.level.NO", "ITC.apps.ratings.level.NONE", "ITC.apps.ratings.level.INFREQUENT_MILD", "ITC.apps.ratings.level.FREQUENT_INTENSE"],
|
193
|
+
"rating": "4+",
|
194
|
+
"isEditable": true,
|
195
|
+
"isRequired": false,
|
196
|
+
"errorKeys": null,
|
197
|
+
"countryRatings": {
|
198
|
+
"Brazil": "L"
|
199
|
+
},
|
200
|
+
"isEmptyValue": false
|
201
|
+
},
|
202
|
+
"details": {
|
203
|
+
"value": [{
|
204
|
+
"sectionErrorKeys": [],
|
205
|
+
"sectionInfoKeys": [],
|
206
|
+
"sectionWarningKeys": [],
|
207
|
+
"description": {
|
208
|
+
"value": "",
|
209
|
+
"isEditable": true,
|
210
|
+
"isRequired": false,
|
211
|
+
"errorKeys": null
|
212
|
+
},
|
213
|
+
"language": "German",
|
214
|
+
"detailId": "1168604295",
|
215
|
+
"releaseNotes": {
|
216
|
+
"value": null,
|
217
|
+
"isEditable": true,
|
218
|
+
"isRequired": false,
|
219
|
+
"errorKeys": null
|
220
|
+
},
|
221
|
+
"keywords": {
|
222
|
+
"value": "asdfasdf",
|
223
|
+
"isEditable": true,
|
224
|
+
"isRequired": false,
|
225
|
+
"errorKeys": null
|
226
|
+
},
|
227
|
+
"name": {
|
228
|
+
"value": "Timelack",
|
229
|
+
"isEditable": true,
|
230
|
+
"isRequired": true,
|
231
|
+
"errorKeys": null
|
232
|
+
},
|
233
|
+
"screenshots": {
|
234
|
+
"value": {
|
235
|
+
"watch": {
|
236
|
+
"value": [],
|
237
|
+
"isEditable": true,
|
238
|
+
"isRequired": false,
|
239
|
+
"errorKeys": null
|
240
|
+
},
|
241
|
+
"iphone4": {
|
242
|
+
"value": [{
|
243
|
+
"value": {
|
244
|
+
"assetToken": "Purple3/v4/25/7a/1b/257a1b32-ee3a-7c1f-7b48-3348515e951b/94ce9659dac87f52265058fb7a8db84b.png",
|
245
|
+
"url": "https://is4-ssl.mzstatic.com/image/thumb/Purple3/v4/25/7a/1b/257a1b32-ee3a-7c1f-7b48-3348515e951b/94ce9659dac87f52265058fb7a8db84b.png/640x1136ss-80.png",
|
246
|
+
"thumbNailUrl": "https://is3-ssl.mzstatic.com/image/thumb/Purple3/v4/25/7a/1b/257a1b32-ee3a-7c1f-7b48-3348515e951b/94ce9659dac87f52265058fb7a8db84b.png/500x500bb-80.png",
|
247
|
+
"sortOrder": 1,
|
248
|
+
"originalFileName": "94ce9659dac87f52265058fb7a8db84b.png"
|
249
|
+
},
|
250
|
+
"isEditable": true,
|
251
|
+
"isRequired": false,
|
252
|
+
"errorKeys": null
|
253
|
+
}, {
|
254
|
+
"value": {
|
255
|
+
"assetToken": "Purple3/v4/86/7f/f0/867ff031-90fa-c539-41c3-3a225e09e098/48787bafcea6f3580bc86d4fa5f01761.png",
|
256
|
+
"url": "https://is1-ssl.mzstatic.com/image/thumb/Purple3/v4/86/7f/f0/867ff031-90fa-c539-41c3-3a225e09e098/48787bafcea6f3580bc86d4fa5f01761.png/640x1136ss-80.png",
|
257
|
+
"thumbNailUrl": "https://is5-ssl.mzstatic.com/image/thumb/Purple3/v4/86/7f/f0/867ff031-90fa-c539-41c3-3a225e09e098/48787bafcea6f3580bc86d4fa5f01761.png/500x500bb-80.png",
|
258
|
+
"sortOrder": 2,
|
259
|
+
"originalFileName": "48787bafcea6f3580bc86d4fa5f01761.png"
|
260
|
+
},
|
261
|
+
"isEditable": true,
|
262
|
+
"isRequired": false,
|
263
|
+
"errorKeys": null
|
264
|
+
}, {
|
265
|
+
"value": {
|
266
|
+
"assetToken": "Purple3/v4/b6/9c/8e/b69c8e4b-a12b-710d-6e7f-d342980bf9a2/7ee8bb7b462092c83e2603c6c817404c.png",
|
267
|
+
"url": "https://is5-ssl.mzstatic.com/image/thumb/Purple3/v4/b6/9c/8e/b69c8e4b-a12b-710d-6e7f-d342980bf9a2/7ee8bb7b462092c83e2603c6c817404c.png/640x1136ss-80.png",
|
268
|
+
"thumbNailUrl": "https://is2-ssl.mzstatic.com/image/thumb/Purple3/v4/b6/9c/8e/b69c8e4b-a12b-710d-6e7f-d342980bf9a2/7ee8bb7b462092c83e2603c6c817404c.png/500x500bb-80.png",
|
269
|
+
"sortOrder": 3,
|
270
|
+
"originalFileName": "7ee8bb7b462092c83e2603c6c817404c.png"
|
271
|
+
},
|
272
|
+
"isEditable": true,
|
273
|
+
"isRequired": false,
|
274
|
+
"errorKeys": null
|
275
|
+
}],
|
276
|
+
"isEditable": true,
|
277
|
+
"isRequired": false,
|
278
|
+
"errorKeys": null
|
279
|
+
},
|
280
|
+
"iphone35": {
|
281
|
+
"value": [{
|
282
|
+
"value": {
|
283
|
+
"assetToken": "Purple3/v4/dc/8b/5f/dc8b5f07-289e-5582-53bd-686a2b701ce8/4910da56b87887db2bda228797ab90d2.png",
|
284
|
+
"url": "https://is4-ssl.mzstatic.com/image/thumb/Purple3/v4/dc/8b/5f/dc8b5f07-289e-5582-53bd-686a2b701ce8/4910da56b87887db2bda228797ab90d2.png/640x960ss-80.png",
|
285
|
+
"thumbNailUrl": "https://is5-ssl.mzstatic.com/image/thumb/Purple3/v4/dc/8b/5f/dc8b5f07-289e-5582-53bd-686a2b701ce8/4910da56b87887db2bda228797ab90d2.png/500x500bb-80.png",
|
286
|
+
"sortOrder": 1,
|
287
|
+
"originalFileName": "4910da56b87887db2bda228797ab90d2.png"
|
288
|
+
},
|
289
|
+
"isEditable": true,
|
290
|
+
"isRequired": false,
|
291
|
+
"errorKeys": null
|
292
|
+
}, {
|
293
|
+
"value": {
|
294
|
+
"assetToken": "Purple5/v4/da/13/ad/da13ad0f-620c-b172-603c-bb3ecb5a70a4/8f2b79965233b7583418be2b52cc277f.png",
|
295
|
+
"url": "https://is4-ssl.mzstatic.com/image/thumb/Purple5/v4/da/13/ad/da13ad0f-620c-b172-603c-bb3ecb5a70a4/8f2b79965233b7583418be2b52cc277f.png/640x960ss-80.png",
|
296
|
+
"thumbNailUrl": "https://is3-ssl.mzstatic.com/image/thumb/Purple5/v4/da/13/ad/da13ad0f-620c-b172-603c-bb3ecb5a70a4/8f2b79965233b7583418be2b52cc277f.png/500x500bb-80.png",
|
297
|
+
"sortOrder": 2,
|
298
|
+
"originalFileName": "8f2b79965233b7583418be2b52cc277f.png"
|
299
|
+
},
|
300
|
+
"isEditable": true,
|
301
|
+
"isRequired": false,
|
302
|
+
"errorKeys": null
|
303
|
+
}, {
|
304
|
+
"value": {
|
305
|
+
"assetToken": "Purple3/v4/05/06/98/05069839-a7f9-2cba-e0c4-a71097acb8f8/ddbed778cdd1bca20d857a60922a1dc1.png",
|
306
|
+
"url": "https://is1-ssl.mzstatic.com/image/thumb/Purple3/v4/05/06/98/05069839-a7f9-2cba-e0c4-a71097acb8f8/ddbed778cdd1bca20d857a60922a1dc1.png/640x960ss-80.png",
|
307
|
+
"thumbNailUrl": "https://is2-ssl.mzstatic.com/image/thumb/Purple3/v4/05/06/98/05069839-a7f9-2cba-e0c4-a71097acb8f8/ddbed778cdd1bca20d857a60922a1dc1.png/500x500bb-80.png",
|
308
|
+
"sortOrder": 3,
|
309
|
+
"originalFileName": "ddbed778cdd1bca20d857a60922a1dc1.png"
|
310
|
+
},
|
311
|
+
"isEditable": true,
|
312
|
+
"isRequired": false,
|
313
|
+
"errorKeys": null
|
314
|
+
}],
|
315
|
+
"isEditable": true,
|
316
|
+
"isRequired": false,
|
317
|
+
"errorKeys": null
|
318
|
+
},
|
319
|
+
"iphone6": {
|
320
|
+
"value": [{
|
321
|
+
"value": {
|
322
|
+
"assetToken": "Purple3/v4/40/0b/b0/400bb00b-f018-1fc0-a5ce-91eb8289eb80/7b26eb81129964d98df9fa709b627369.png",
|
323
|
+
"url": "https://is1-ssl.mzstatic.com/image/thumb/Purple3/v4/40/0b/b0/400bb00b-f018-1fc0-a5ce-91eb8289eb80/7b26eb81129964d98df9fa709b627369.png/750x1334ss-80.png",
|
324
|
+
"thumbNailUrl": "https://is2-ssl.mzstatic.com/image/thumb/Purple3/v4/40/0b/b0/400bb00b-f018-1fc0-a5ce-91eb8289eb80/7b26eb81129964d98df9fa709b627369.png/500x500bb-80.png",
|
325
|
+
"sortOrder": 1,
|
326
|
+
"originalFileName": "7b26eb81129964d98df9fa709b627369.png"
|
327
|
+
},
|
328
|
+
"isEditable": true,
|
329
|
+
"isRequired": false,
|
330
|
+
"errorKeys": null
|
331
|
+
}, {
|
332
|
+
"value": {
|
333
|
+
"assetToken": "Purple3/v4/62/f5/61/62f561e0-c576-5a72-3f17-d153a2da711d/b6782a637d5b68300d8e49ec81dc3b84.png",
|
334
|
+
"url": "https://is1-ssl.mzstatic.com/image/thumb/Purple3/v4/62/f5/61/62f561e0-c576-5a72-3f17-d153a2da711d/b6782a637d5b68300d8e49ec81dc3b84.png/750x1334ss-80.png",
|
335
|
+
"thumbNailUrl": "https://is5-ssl.mzstatic.com/image/thumb/Purple3/v4/62/f5/61/62f561e0-c576-5a72-3f17-d153a2da711d/b6782a637d5b68300d8e49ec81dc3b84.png/500x500bb-80.png",
|
336
|
+
"sortOrder": 2,
|
337
|
+
"originalFileName": "b6782a637d5b68300d8e49ec81dc3b84.png"
|
338
|
+
},
|
339
|
+
"isEditable": true,
|
340
|
+
"isRequired": false,
|
341
|
+
"errorKeys": null
|
342
|
+
}, {
|
343
|
+
"value": {
|
344
|
+
"assetToken": "Purple3/v4/18/9c/cb/189ccb08-794a-e3f6-4af0-041e3ac6dcab/49e09d009f6da92c8b92ceefc0bc0e82.png",
|
345
|
+
"url": "https://is2-ssl.mzstatic.com/image/thumb/Purple3/v4/18/9c/cb/189ccb08-794a-e3f6-4af0-041e3ac6dcab/49e09d009f6da92c8b92ceefc0bc0e82.png/750x1334ss-80.png",
|
346
|
+
"thumbNailUrl": "https://is4-ssl.mzstatic.com/image/thumb/Purple3/v4/18/9c/cb/189ccb08-794a-e3f6-4af0-041e3ac6dcab/49e09d009f6da92c8b92ceefc0bc0e82.png/500x500bb-80.png",
|
347
|
+
"sortOrder": 3,
|
348
|
+
"originalFileName": "49e09d009f6da92c8b92ceefc0bc0e82.png"
|
349
|
+
},
|
350
|
+
"isEditable": true,
|
351
|
+
"isRequired": false,
|
352
|
+
"errorKeys": null
|
353
|
+
}],
|
354
|
+
"isEditable": true,
|
355
|
+
"isRequired": false,
|
356
|
+
"errorKeys": null
|
357
|
+
},
|
358
|
+
"ipad": {
|
359
|
+
"value": [],
|
360
|
+
"isEditable": true,
|
361
|
+
"isRequired": false,
|
362
|
+
"errorKeys": null
|
363
|
+
},
|
364
|
+
"iphone6Plus": {
|
365
|
+
"value": [{
|
366
|
+
"value": {
|
367
|
+
"assetToken": "Purple3/v4/19/e3/e1/19e3e1fd-bbc6-be89-a485-382323a63152/47a63ed57ca727e2e8d101ad75679557.png",
|
368
|
+
"url": "https://is4-ssl.mzstatic.com/image/thumb/Purple3/v4/19/e3/e1/19e3e1fd-bbc6-be89-a485-382323a63152/47a63ed57ca727e2e8d101ad75679557.png/1242x2208ss-80.png",
|
369
|
+
"thumbNailUrl": "https://is3-ssl.mzstatic.com/image/thumb/Purple3/v4/19/e3/e1/19e3e1fd-bbc6-be89-a485-382323a63152/47a63ed57ca727e2e8d101ad75679557.png/500x500bb-80.png",
|
370
|
+
"sortOrder": 1,
|
371
|
+
"originalFileName": "47a63ed57ca727e2e8d101ad75679557.png"
|
372
|
+
},
|
373
|
+
"isEditable": true,
|
374
|
+
"isRequired": false,
|
375
|
+
"errorKeys": null
|
376
|
+
}, {
|
377
|
+
"value": {
|
378
|
+
"assetToken": "Purple3/v4/c8/bf/44/c8bf442d-208d-8187-66a2-d8be43762cb8/b5b9ebec9ddc1c37107fd0768c5986fe.png",
|
379
|
+
"url": "https://is3-ssl.mzstatic.com/image/thumb/Purple3/v4/c8/bf/44/c8bf442d-208d-8187-66a2-d8be43762cb8/b5b9ebec9ddc1c37107fd0768c5986fe.png/1242x2208ss-80.png",
|
380
|
+
"thumbNailUrl": "https://is1-ssl.mzstatic.com/image/thumb/Purple3/v4/c8/bf/44/c8bf442d-208d-8187-66a2-d8be43762cb8/b5b9ebec9ddc1c37107fd0768c5986fe.png/500x500bb-80.png",
|
381
|
+
"sortOrder": 2,
|
382
|
+
"originalFileName": "b5b9ebec9ddc1c37107fd0768c5986fe.png"
|
383
|
+
},
|
384
|
+
"isEditable": true,
|
385
|
+
"isRequired": false,
|
386
|
+
"errorKeys": null
|
387
|
+
}, {
|
388
|
+
"value": {
|
389
|
+
"assetToken": "Purple3/v4/b0/c8/4b/b0c84b42-35a9-f892-c5e0-b321591e0f2a/29cdfb4571e7a17f7aa8652b5068d919.png",
|
390
|
+
"url": "https://is5-ssl.mzstatic.com/image/thumb/Purple3/v4/b0/c8/4b/b0c84b42-35a9-f892-c5e0-b321591e0f2a/29cdfb4571e7a17f7aa8652b5068d919.png/1242x2208ss-80.png",
|
391
|
+
"thumbNailUrl": "https://is4-ssl.mzstatic.com/image/thumb/Purple3/v4/b0/c8/4b/b0c84b42-35a9-f892-c5e0-b321591e0f2a/29cdfb4571e7a17f7aa8652b5068d919.png/500x500bb-80.png",
|
392
|
+
"sortOrder": 3,
|
393
|
+
"originalFileName": "29cdfb4571e7a17f7aa8652b5068d919.png"
|
394
|
+
},
|
395
|
+
"isEditable": true,
|
396
|
+
"isRequired": false,
|
397
|
+
"errorKeys": null
|
398
|
+
}],
|
399
|
+
"isEditable": true,
|
400
|
+
"isRequired": false,
|
401
|
+
"errorKeys": null
|
402
|
+
}
|
403
|
+
},
|
404
|
+
"isEditable": true,
|
405
|
+
"isRequired": false,
|
406
|
+
"errorKeys": null
|
407
|
+
},
|
408
|
+
"appTrailers": {
|
409
|
+
"value": {
|
410
|
+
"iphone4": {
|
411
|
+
"value": null,
|
412
|
+
"isEditable": true,
|
413
|
+
"isRequired": false,
|
414
|
+
"errorKeys": null
|
415
|
+
},
|
416
|
+
"watch": {
|
417
|
+
"value": null,
|
418
|
+
"isEditable": true,
|
419
|
+
"isRequired": false,
|
420
|
+
"errorKeys": null
|
421
|
+
},
|
422
|
+
"iphone35": {
|
423
|
+
"value": null,
|
424
|
+
"isEditable": true,
|
425
|
+
"isRequired": false,
|
426
|
+
"errorKeys": null
|
427
|
+
},
|
428
|
+
"iphone6": {
|
429
|
+
"value": null,
|
430
|
+
"isEditable": true,
|
431
|
+
"isRequired": false,
|
432
|
+
"errorKeys": null
|
433
|
+
},
|
434
|
+
"ipad": {
|
435
|
+
"value": null,
|
436
|
+
"isEditable": true,
|
437
|
+
"isRequired": false,
|
438
|
+
"errorKeys": null
|
439
|
+
},
|
440
|
+
"iphone6Plus": {
|
441
|
+
"value": null,
|
442
|
+
"isEditable": true,
|
443
|
+
"isRequired": false,
|
444
|
+
"errorKeys": null
|
445
|
+
}
|
446
|
+
},
|
447
|
+
"isEditable": true,
|
448
|
+
"isRequired": false,
|
449
|
+
"errorKeys": null
|
450
|
+
},
|
451
|
+
"privacyURL": {
|
452
|
+
"value": "http://privacy.sunapps.net",
|
453
|
+
"isEditable": true,
|
454
|
+
"isRequired": false,
|
455
|
+
"errorKeys": null
|
456
|
+
},
|
457
|
+
"supportUrl": {
|
458
|
+
"value": "http://asdfasdf.com",
|
459
|
+
"isEditable": true,
|
460
|
+
"isRequired": false,
|
461
|
+
"errorKeys": null
|
462
|
+
},
|
463
|
+
"marketingUrl": {
|
464
|
+
"value": "https://sunapps.net",
|
465
|
+
"isEditable": true,
|
466
|
+
"isRequired": false,
|
467
|
+
"errorKeys": null
|
468
|
+
}
|
469
|
+
}],
|
470
|
+
"isEditable": true,
|
471
|
+
"isRequired": true,
|
472
|
+
"errorKeys": null
|
473
|
+
},
|
474
|
+
"transitAppFile": {
|
475
|
+
"value": null,
|
476
|
+
"isEditable": true,
|
477
|
+
"isRequired": false,
|
478
|
+
"errorKeys": null
|
479
|
+
},
|
480
|
+
"eula": {
|
481
|
+
"countries": [],
|
482
|
+
"isEditable": true,
|
483
|
+
"isRequired": false,
|
484
|
+
"errorKeys": null,
|
485
|
+
"isEmptyValue": true,
|
486
|
+
"EULAText": null
|
487
|
+
},
|
488
|
+
"largeAppIcon": {
|
489
|
+
"value": {
|
490
|
+
"assetToken": "Purple7/v4/07/a0/cb/07a0cb3d-8331-270b-8a81-6dd237c45e23/mzl.sowiztgt.png",
|
491
|
+
"url": "https://is4-ssl.mzstatic.com/image/thumb/Purple7/v4/07/a0/cb/07a0cb3d-8331-270b-8a81-6dd237c45e23/mzl.sowiztgt.png/1024x1024ss-80.png",
|
492
|
+
"thumbNailUrl": "https://is2-ssl.mzstatic.com/image/thumb/Purple7/v4/07/a0/cb/07a0cb3d-8331-270b-8a81-6dd237c45e23/mzl.sowiztgt.png/500x500bb-80.png",
|
493
|
+
"sortOrder": null,
|
494
|
+
"originalFileName": "54.png"
|
495
|
+
},
|
496
|
+
"isEditable": true,
|
497
|
+
"isRequired": false,
|
498
|
+
"errorKeys": null
|
499
|
+
},
|
500
|
+
"watchAppIcon": {
|
501
|
+
"value": {
|
502
|
+
"assetToken": null,
|
503
|
+
"url": null,
|
504
|
+
"thumbNailUrl": null,
|
505
|
+
"sortOrder": null,
|
506
|
+
"originalFileName": null
|
507
|
+
},
|
508
|
+
"isEditable": true,
|
509
|
+
"isRequired": false,
|
510
|
+
"errorKeys": null
|
511
|
+
},
|
512
|
+
"appReviewInfo": {
|
513
|
+
"firstName": {
|
514
|
+
"value": "Felix",
|
515
|
+
"isEditable": true,
|
516
|
+
"isRequired": false,
|
517
|
+
"errorKeys": null
|
518
|
+
},
|
519
|
+
"lastName": {
|
520
|
+
"value": "Krause",
|
521
|
+
"isEditable": true,
|
522
|
+
"isRequired": false,
|
523
|
+
"errorKeys": null
|
524
|
+
},
|
525
|
+
"phoneNumber": {
|
526
|
+
"value": "asdfsdf",
|
527
|
+
"isEditable": true,
|
528
|
+
"isRequired": false,
|
529
|
+
"errorKeys": null
|
530
|
+
},
|
531
|
+
"emailAddress": {
|
532
|
+
"value": "felix@sunapps.net",
|
533
|
+
"isEditable": true,
|
534
|
+
"isRequired": false,
|
535
|
+
"errorKeys": null
|
536
|
+
},
|
537
|
+
"reviewNotes": {
|
538
|
+
"value": null,
|
539
|
+
"isEditable": true,
|
540
|
+
"isRequired": false,
|
541
|
+
"errorKeys": null
|
542
|
+
},
|
543
|
+
"userName": {
|
544
|
+
"value": null,
|
545
|
+
"isEditable": true,
|
546
|
+
"isRequired": false,
|
547
|
+
"errorKeys": null
|
548
|
+
},
|
549
|
+
"password": {
|
550
|
+
"value": null,
|
551
|
+
"isEditable": true,
|
552
|
+
"isRequired": false,
|
553
|
+
"errorKeys": null
|
554
|
+
},
|
555
|
+
"entitlementUsages": {
|
556
|
+
"value": [],
|
557
|
+
"isEditable": true,
|
558
|
+
"isRequired": false,
|
559
|
+
"errorKeys": null
|
560
|
+
}
|
561
|
+
},
|
562
|
+
"appStoreInfo": {
|
563
|
+
"tradeName": {
|
564
|
+
"value": "asdf GmbH",
|
565
|
+
"isEditable": false,
|
566
|
+
"isRequired": true,
|
567
|
+
"errorKeys": null
|
568
|
+
},
|
569
|
+
"firstName": {
|
570
|
+
"value": null,
|
571
|
+
"isEditable": true,
|
572
|
+
"isRequired": false,
|
573
|
+
"errorKeys": null
|
574
|
+
},
|
575
|
+
"lastName": {
|
576
|
+
"value": null,
|
577
|
+
"isEditable": true,
|
578
|
+
"isRequired": false,
|
579
|
+
"errorKeys": null
|
580
|
+
},
|
581
|
+
"phoneNumber": {
|
582
|
+
"value": null,
|
583
|
+
"isEditable": true,
|
584
|
+
"isRequired": false,
|
585
|
+
"errorKeys": null
|
586
|
+
},
|
587
|
+
"emailAddress": {
|
588
|
+
"value": null,
|
589
|
+
"isEditable": true,
|
590
|
+
"isRequired": false,
|
591
|
+
"errorKeys": null
|
592
|
+
},
|
593
|
+
"appRegInfo": null,
|
594
|
+
"addressLine1": {
|
595
|
+
"value": "asdf 5/31",
|
596
|
+
"isEditable": true,
|
597
|
+
"isRequired": false,
|
598
|
+
"errorKeys": null
|
599
|
+
},
|
600
|
+
"addressLine2": {
|
601
|
+
"value": null,
|
602
|
+
"isEditable": true,
|
603
|
+
"isRequired": false,
|
604
|
+
"errorKeys": null
|
605
|
+
},
|
606
|
+
"addressLine3": {
|
607
|
+
"value": null,
|
608
|
+
"isEditable": true,
|
609
|
+
"isRequired": false,
|
610
|
+
"errorKeys": null
|
611
|
+
},
|
612
|
+
"cityName": {
|
613
|
+
"value": "Wien",
|
614
|
+
"isEditable": true,
|
615
|
+
"isRequired": false,
|
616
|
+
"errorKeys": null
|
617
|
+
},
|
618
|
+
"state": {
|
619
|
+
"value": null,
|
620
|
+
"isEditable": true,
|
621
|
+
"isRequired": false,
|
622
|
+
"errorKeys": null
|
623
|
+
},
|
624
|
+
"postalCode": {
|
625
|
+
"value": "12",
|
626
|
+
"isEditable": true,
|
627
|
+
"isRequired": false,
|
628
|
+
"errorKeys": null
|
629
|
+
},
|
630
|
+
"country": {
|
631
|
+
"value": "Austria",
|
632
|
+
"isEditable": true,
|
633
|
+
"isRequired": false,
|
634
|
+
"errorKeys": null
|
635
|
+
},
|
636
|
+
"shouldDisplayInStore": {
|
637
|
+
"value": false,
|
638
|
+
"isEditable": true,
|
639
|
+
"isRequired": false,
|
640
|
+
"errorKeys": null
|
641
|
+
}
|
642
|
+
},
|
643
|
+
"appVersionPageLinks": {
|
644
|
+
"ITC.apps.versionLinks.StatusHistory": "/WebObjects/iTunesConnect.woa/wa/LCAppPage/viewStatusHistory?adamId=878567776&versionString=latest&platform=ios",
|
645
|
+
"ITC.apps.versionLinks.StorePreview": "/WebObjects/iTunesConnect.woa/wa/LCAppPage/viewStorePreview?adamId=878567776&versionString=latest&platform=ios"
|
646
|
+
},
|
647
|
+
"preReleaseBuildVersionString": {
|
648
|
+
"value": null,
|
649
|
+
"isEditable": true,
|
650
|
+
"isRequired": false,
|
651
|
+
"errorKeys": null
|
652
|
+
},
|
653
|
+
"preReleaseBuildTrainVersionString": null,
|
654
|
+
"preReleaseBuildIconUrl": null,
|
655
|
+
"preReleaseBuildUploadDate": 0,
|
656
|
+
"preReleaseBuildsAreAvailable": false,
|
657
|
+
"preReleaseBuildIsLegacy": false,
|
658
|
+
"canBetaTest": true,
|
659
|
+
"isSaveError": false,
|
660
|
+
"validationError": false,
|
661
|
+
"releaseOnApproval": {
|
662
|
+
"value": "true",
|
663
|
+
"isEditable": true,
|
664
|
+
"isRequired": false,
|
665
|
+
"errorKeys": null
|
666
|
+
},
|
667
|
+
"bundleInfo": {
|
668
|
+
"supportsAppleWatch": false
|
669
|
+
},
|
670
|
+
"autoReleaseDate": {
|
671
|
+
"value": null,
|
672
|
+
"isEditable": true,
|
673
|
+
"isRequired": false,
|
674
|
+
"errorKeys": null
|
675
|
+
}
|
676
|
+
},
|
677
|
+
"messages": {
|
678
|
+
"warn": null,
|
679
|
+
"error": null,
|
680
|
+
"info": ["Successful POST"]
|
681
|
+
},
|
682
|
+
"statusCode": "SUCCESS"
|
683
|
+
}
|