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
data/lib/spaceship/spec/tunes/fixtures/update_app_version_with_autorelease_overwrite_success.json
ADDED
@@ -0,0 +1,861 @@
|
|
1
|
+
{
|
2
|
+
"data": {
|
3
|
+
"sectionErrorKeys": [],
|
4
|
+
"sectionInfoKeys": [],
|
5
|
+
"sectionWarningKeys": [],
|
6
|
+
"versionId": 812758182,
|
7
|
+
"name": {
|
8
|
+
"value": "German 14357045361",
|
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.14",
|
21
|
+
"isEditable": true,
|
22
|
+
"isRequired": true,
|
23
|
+
"errorKeys": null
|
24
|
+
},
|
25
|
+
"copyright": {
|
26
|
+
"value": "2015 SunApps GmbH",
|
27
|
+
"isEditable": true,
|
28
|
+
"isRequired": false,
|
29
|
+
"errorKeys": null
|
30
|
+
},
|
31
|
+
"primaryCategory": {
|
32
|
+
"value": "MZGenre.Reference",
|
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": "German 1435704536",
|
209
|
+
"isEditable": true,
|
210
|
+
"isRequired": false,
|
211
|
+
"errorKeys": null
|
212
|
+
},
|
213
|
+
"language": "German",
|
214
|
+
"detailId": "1168565315",
|
215
|
+
"releaseNotes": {
|
216
|
+
"value": null,
|
217
|
+
"isEditable": true,
|
218
|
+
"isRequired": false,
|
219
|
+
"errorKeys": null
|
220
|
+
},
|
221
|
+
"keywords": {
|
222
|
+
"value": "keywords, 123",
|
223
|
+
"isEditable": true,
|
224
|
+
"isRequired": false,
|
225
|
+
"errorKeys": null
|
226
|
+
},
|
227
|
+
"name": {
|
228
|
+
"value": "German 14357045361",
|
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/21/7f/ee/217feee2-0557-162b-e32f-3966f6b38194/da94d869fb5b3cf3df296a46a036f809.png",
|
245
|
+
"url": "https://is3-ssl.mzstatic.com/image/thumb/Purple3/v4/21/7f/ee/217feee2-0557-162b-e32f-3966f6b38194/da94d869fb5b3cf3df296a46a036f809.png/640x1136ss-80.png",
|
246
|
+
"thumbNailUrl": "https://is1-ssl.mzstatic.com/image/thumb/Purple3/v4/21/7f/ee/217feee2-0557-162b-e32f-3966f6b38194/da94d869fb5b3cf3df296a46a036f809.png/500x500bb-80.png",
|
247
|
+
"sortOrder": 1,
|
248
|
+
"originalFileName": "da94d869fb5b3cf3df296a46a036f809.png"
|
249
|
+
},
|
250
|
+
"isEditable": true,
|
251
|
+
"isRequired": false,
|
252
|
+
"errorKeys": null
|
253
|
+
}, {
|
254
|
+
"value": {
|
255
|
+
"assetToken": "Purple3/v4/0b/25/1a/0b251a2b-737c-8507-b6db-6a3c49b25c54/fce7293605076dfe3a7f424a57e435d5.png",
|
256
|
+
"url": "https://is2-ssl.mzstatic.com/image/thumb/Purple3/v4/0b/25/1a/0b251a2b-737c-8507-b6db-6a3c49b25c54/fce7293605076dfe3a7f424a57e435d5.png/640x1136ss-80.png",
|
257
|
+
"thumbNailUrl": "https://is3-ssl.mzstatic.com/image/thumb/Purple3/v4/0b/25/1a/0b251a2b-737c-8507-b6db-6a3c49b25c54/fce7293605076dfe3a7f424a57e435d5.png/500x500bb-80.png",
|
258
|
+
"sortOrder": 2,
|
259
|
+
"originalFileName": "fce7293605076dfe3a7f424a57e435d5.png"
|
260
|
+
},
|
261
|
+
"isEditable": true,
|
262
|
+
"isRequired": false,
|
263
|
+
"errorKeys": null
|
264
|
+
}],
|
265
|
+
"isEditable": true,
|
266
|
+
"isRequired": false,
|
267
|
+
"errorKeys": null
|
268
|
+
},
|
269
|
+
"iphone35": {
|
270
|
+
"value": [{
|
271
|
+
"value": {
|
272
|
+
"assetToken": "Purple3/v4/ca/3d/a9/ca3da98e-fd72-8969-3157-38fd2009c6a9/ccf904a014420d7d675a9d5105bb2b6f.png",
|
273
|
+
"url": "https://is1-ssl.mzstatic.com/image/thumb/Purple3/v4/ca/3d/a9/ca3da98e-fd72-8969-3157-38fd2009c6a9/ccf904a014420d7d675a9d5105bb2b6f.png/640x960ss-80.png",
|
274
|
+
"thumbNailUrl": "https://is5-ssl.mzstatic.com/image/thumb/Purple3/v4/ca/3d/a9/ca3da98e-fd72-8969-3157-38fd2009c6a9/ccf904a014420d7d675a9d5105bb2b6f.png/500x500bb-80.png",
|
275
|
+
"sortOrder": 1,
|
276
|
+
"originalFileName": "ccf904a014420d7d675a9d5105bb2b6f.png"
|
277
|
+
},
|
278
|
+
"isEditable": true,
|
279
|
+
"isRequired": false,
|
280
|
+
"errorKeys": null
|
281
|
+
}, {
|
282
|
+
"value": {
|
283
|
+
"assetToken": "Purple5/v4/dd/77/6f/dd776f3f-1035-8cb2-5c85-5d1ecfc55ea9/6e1df03b65c64970bf23fbdf9f48fcd9.png",
|
284
|
+
"url": "https://is1-ssl.mzstatic.com/image/thumb/Purple5/v4/dd/77/6f/dd776f3f-1035-8cb2-5c85-5d1ecfc55ea9/6e1df03b65c64970bf23fbdf9f48fcd9.png/640x960ss-80.png",
|
285
|
+
"thumbNailUrl": "https://is2-ssl.mzstatic.com/image/thumb/Purple5/v4/dd/77/6f/dd776f3f-1035-8cb2-5c85-5d1ecfc55ea9/6e1df03b65c64970bf23fbdf9f48fcd9.png/500x500bb-80.png",
|
286
|
+
"sortOrder": 2,
|
287
|
+
"originalFileName": "6e1df03b65c64970bf23fbdf9f48fcd9.png"
|
288
|
+
},
|
289
|
+
"isEditable": true,
|
290
|
+
"isRequired": false,
|
291
|
+
"errorKeys": null
|
292
|
+
}],
|
293
|
+
"isEditable": true,
|
294
|
+
"isRequired": false,
|
295
|
+
"errorKeys": null
|
296
|
+
},
|
297
|
+
"ipad": {
|
298
|
+
"value": [],
|
299
|
+
"isEditable": true,
|
300
|
+
"isRequired": false,
|
301
|
+
"errorKeys": null
|
302
|
+
},
|
303
|
+
"iphone6": {
|
304
|
+
"value": [{
|
305
|
+
"value": {
|
306
|
+
"assetToken": "Purple3/v4/ca/28/1a/ca281af2-4ec0-7a13-ab28-19112a36d1af/929627a5a5f66494f9464b091719ef7c.png",
|
307
|
+
"url": "https://is2-ssl.mzstatic.com/image/thumb/Purple3/v4/ca/28/1a/ca281af2-4ec0-7a13-ab28-19112a36d1af/929627a5a5f66494f9464b091719ef7c.png/750x1334ss-80.png",
|
308
|
+
"thumbNailUrl": "https://is1-ssl.mzstatic.com/image/thumb/Purple3/v4/ca/28/1a/ca281af2-4ec0-7a13-ab28-19112a36d1af/929627a5a5f66494f9464b091719ef7c.png/500x500bb-80.png",
|
309
|
+
"sortOrder": 1,
|
310
|
+
"originalFileName": "929627a5a5f66494f9464b091719ef7c.png"
|
311
|
+
},
|
312
|
+
"isEditable": true,
|
313
|
+
"isRequired": false,
|
314
|
+
"errorKeys": null
|
315
|
+
}, {
|
316
|
+
"value": {
|
317
|
+
"assetToken": "Purple3/v4/b4/8d/49/b48d492e-0b3b-9d3d-129a-0b4becdcc413/11b153ac8bfa024ba2d2eaa19ca81bc6.png",
|
318
|
+
"url": "https://is5-ssl.mzstatic.com/image/thumb/Purple3/v4/b4/8d/49/b48d492e-0b3b-9d3d-129a-0b4becdcc413/11b153ac8bfa024ba2d2eaa19ca81bc6.png/750x1334ss-80.png",
|
319
|
+
"thumbNailUrl": "https://is2-ssl.mzstatic.com/image/thumb/Purple3/v4/b4/8d/49/b48d492e-0b3b-9d3d-129a-0b4becdcc413/11b153ac8bfa024ba2d2eaa19ca81bc6.png/500x500bb-80.png",
|
320
|
+
"sortOrder": 2,
|
321
|
+
"originalFileName": "11b153ac8bfa024ba2d2eaa19ca81bc6.png"
|
322
|
+
},
|
323
|
+
"isEditable": true,
|
324
|
+
"isRequired": false,
|
325
|
+
"errorKeys": null
|
326
|
+
}],
|
327
|
+
"isEditable": true,
|
328
|
+
"isRequired": false,
|
329
|
+
"errorKeys": null
|
330
|
+
},
|
331
|
+
"iphone6Plus": {
|
332
|
+
"value": [{
|
333
|
+
"value": {
|
334
|
+
"assetToken": "Purple1/v4/95/df/c7/95dfc7fc-6755-a7d2-134e-76865256107f/f334244a33a3ea32b12ba44b784658f4.png",
|
335
|
+
"url": "https://is3-ssl.mzstatic.com/image/thumb/Purple1/v4/95/df/c7/95dfc7fc-6755-a7d2-134e-76865256107f/f334244a33a3ea32b12ba44b784658f4.png/1242x2208ss-80.png",
|
336
|
+
"thumbNailUrl": "https://is2-ssl.mzstatic.com/image/thumb/Purple1/v4/95/df/c7/95dfc7fc-6755-a7d2-134e-76865256107f/f334244a33a3ea32b12ba44b784658f4.png/500x500bb-80.png",
|
337
|
+
"sortOrder": 1,
|
338
|
+
"originalFileName": "f334244a33a3ea32b12ba44b784658f4.png"
|
339
|
+
},
|
340
|
+
"isEditable": true,
|
341
|
+
"isRequired": false,
|
342
|
+
"errorKeys": null
|
343
|
+
}, {
|
344
|
+
"value": {
|
345
|
+
"assetToken": "Purple1/v4/99/9a/3e/999a3e36-ad1f-8bd8-6379-d7e1a05add66/6dd4d0167b361516f415719bd5526b8e.png",
|
346
|
+
"url": "https://is4-ssl.mzstatic.com/image/thumb/Purple1/v4/99/9a/3e/999a3e36-ad1f-8bd8-6379-d7e1a05add66/6dd4d0167b361516f415719bd5526b8e.png/1242x2208ss-80.png",
|
347
|
+
"thumbNailUrl": "https://is3-ssl.mzstatic.com/image/thumb/Purple1/v4/99/9a/3e/999a3e36-ad1f-8bd8-6379-d7e1a05add66/6dd4d0167b361516f415719bd5526b8e.png/500x500bb-80.png",
|
348
|
+
"sortOrder": 2,
|
349
|
+
"originalFileName": "6dd4d0167b361516f415719bd5526b8e.png"
|
350
|
+
},
|
351
|
+
"isEditable": true,
|
352
|
+
"isRequired": false,
|
353
|
+
"errorKeys": null
|
354
|
+
}],
|
355
|
+
"isEditable": true,
|
356
|
+
"isRequired": false,
|
357
|
+
"errorKeys": null
|
358
|
+
}
|
359
|
+
},
|
360
|
+
"isEditable": true,
|
361
|
+
"isRequired": false,
|
362
|
+
"errorKeys": null
|
363
|
+
},
|
364
|
+
"appTrailers": {
|
365
|
+
"value": {
|
366
|
+
"iphone4": {
|
367
|
+
"value": null,
|
368
|
+
"isEditable": true,
|
369
|
+
"isRequired": false,
|
370
|
+
"errorKeys": null
|
371
|
+
},
|
372
|
+
"watch": {
|
373
|
+
"value": null,
|
374
|
+
"isEditable": true,
|
375
|
+
"isRequired": false,
|
376
|
+
"errorKeys": null
|
377
|
+
},
|
378
|
+
"iphone35": {
|
379
|
+
"value": null,
|
380
|
+
"isEditable": true,
|
381
|
+
"isRequired": false,
|
382
|
+
"errorKeys": null
|
383
|
+
},
|
384
|
+
"iphone6": {
|
385
|
+
"value": null,
|
386
|
+
"isEditable": true,
|
387
|
+
"isRequired": false,
|
388
|
+
"errorKeys": null
|
389
|
+
},
|
390
|
+
"ipad": {
|
391
|
+
"value": null,
|
392
|
+
"isEditable": true,
|
393
|
+
"isRequired": false,
|
394
|
+
"errorKeys": null
|
395
|
+
},
|
396
|
+
"iphone6Plus": {
|
397
|
+
"value": null,
|
398
|
+
"isEditable": true,
|
399
|
+
"isRequired": false,
|
400
|
+
"errorKeys": null
|
401
|
+
}
|
402
|
+
},
|
403
|
+
"isEditable": true,
|
404
|
+
"isRequired": false,
|
405
|
+
"errorKeys": null
|
406
|
+
},
|
407
|
+
"privacyURL": {
|
408
|
+
"value": "http://privacy.sunapps.net",
|
409
|
+
"isEditable": true,
|
410
|
+
"isRequired": false,
|
411
|
+
"errorKeys": null
|
412
|
+
},
|
413
|
+
"supportUrl": {
|
414
|
+
"value": "https://github.com/fastlane",
|
415
|
+
"isEditable": true,
|
416
|
+
"isRequired": false,
|
417
|
+
"errorKeys": null
|
418
|
+
},
|
419
|
+
"marketingUrl": {
|
420
|
+
"value": "https://sunapps.net",
|
421
|
+
"isEditable": true,
|
422
|
+
"isRequired": false,
|
423
|
+
"errorKeys": null
|
424
|
+
}
|
425
|
+
}, {
|
426
|
+
"sectionErrorKeys": [],
|
427
|
+
"sectionInfoKeys": [],
|
428
|
+
"sectionWarningKeys": [],
|
429
|
+
"description": {
|
430
|
+
"value": "English Description 1435704536",
|
431
|
+
"isEditable": true,
|
432
|
+
"isRequired": false,
|
433
|
+
"errorKeys": null
|
434
|
+
},
|
435
|
+
"language": "English",
|
436
|
+
"detailId": "1168565314",
|
437
|
+
"releaseNotes": {
|
438
|
+
"value": null,
|
439
|
+
"isEditable": true,
|
440
|
+
"isRequired": false,
|
441
|
+
"errorKeys": null
|
442
|
+
},
|
443
|
+
"keywords": {
|
444
|
+
"value": "english keywords",
|
445
|
+
"isEditable": true,
|
446
|
+
"isRequired": false,
|
447
|
+
"errorKeys": null
|
448
|
+
},
|
449
|
+
"name": {
|
450
|
+
"value": "English Title 1435704536",
|
451
|
+
"isEditable": true,
|
452
|
+
"isRequired": true,
|
453
|
+
"errorKeys": null
|
454
|
+
},
|
455
|
+
"screenshots": {
|
456
|
+
"value": {
|
457
|
+
"watch": {
|
458
|
+
"value": [],
|
459
|
+
"isEditable": true,
|
460
|
+
"isRequired": false,
|
461
|
+
"errorKeys": null
|
462
|
+
},
|
463
|
+
"iphone4": {
|
464
|
+
"value": [{
|
465
|
+
"value": {
|
466
|
+
"assetToken": "Purple3/v4/31/8e/b4/318eb497-b57f-64e6-eaa0-94eff9cb7319/b6a876130fa48da21db6622f08b815b4.png",
|
467
|
+
"url": "https://is1-ssl.mzstatic.com/image/thumb/Purple3/v4/31/8e/b4/318eb497-b57f-64e6-eaa0-94eff9cb7319/b6a876130fa48da21db6622f08b815b4.png/640x1136ss-80.png",
|
468
|
+
"thumbNailUrl": "https://is1-ssl.mzstatic.com/image/thumb/Purple3/v4/31/8e/b4/318eb497-b57f-64e6-eaa0-94eff9cb7319/b6a876130fa48da21db6622f08b815b4.png/500x500bb-80.png",
|
469
|
+
"sortOrder": 1,
|
470
|
+
"originalFileName": "b6a876130fa48da21db6622f08b815b4.png"
|
471
|
+
},
|
472
|
+
"isEditable": true,
|
473
|
+
"isRequired": false,
|
474
|
+
"errorKeys": null
|
475
|
+
}, {
|
476
|
+
"value": {
|
477
|
+
"assetToken": "Purple6/v4/28/50/d5/2850d5af-1761-7412-70cd-5800d55a938c/133a85c4d89a43686159a96134e77fb2.png",
|
478
|
+
"url": "https://is3-ssl.mzstatic.com/image/thumb/Purple6/v4/28/50/d5/2850d5af-1761-7412-70cd-5800d55a938c/133a85c4d89a43686159a96134e77fb2.png/640x1136ss-80.png",
|
479
|
+
"thumbNailUrl": "https://is2-ssl.mzstatic.com/image/thumb/Purple6/v4/28/50/d5/2850d5af-1761-7412-70cd-5800d55a938c/133a85c4d89a43686159a96134e77fb2.png/500x500bb-80.png",
|
480
|
+
"sortOrder": 2,
|
481
|
+
"originalFileName": "133a85c4d89a43686159a96134e77fb2.png"
|
482
|
+
},
|
483
|
+
"isEditable": true,
|
484
|
+
"isRequired": false,
|
485
|
+
"errorKeys": null
|
486
|
+
}],
|
487
|
+
"isEditable": true,
|
488
|
+
"isRequired": false,
|
489
|
+
"errorKeys": null
|
490
|
+
},
|
491
|
+
"iphone35": {
|
492
|
+
"value": [{
|
493
|
+
"value": {
|
494
|
+
"assetToken": "Purple1/v4/a4/76/af/a476af27-81f3-a205-bd15-adc0ca87d441/08a41834b0d52fffe7b369223eb99a04.png",
|
495
|
+
"url": "https://is3-ssl.mzstatic.com/image/thumb/Purple1/v4/a4/76/af/a476af27-81f3-a205-bd15-adc0ca87d441/08a41834b0d52fffe7b369223eb99a04.png/640x960ss-80.png",
|
496
|
+
"thumbNailUrl": "https://is2-ssl.mzstatic.com/image/thumb/Purple1/v4/a4/76/af/a476af27-81f3-a205-bd15-adc0ca87d441/08a41834b0d52fffe7b369223eb99a04.png/500x500bb-80.png",
|
497
|
+
"sortOrder": 1,
|
498
|
+
"originalFileName": "08a41834b0d52fffe7b369223eb99a04.png"
|
499
|
+
},
|
500
|
+
"isEditable": true,
|
501
|
+
"isRequired": false,
|
502
|
+
"errorKeys": null
|
503
|
+
}, {
|
504
|
+
"value": {
|
505
|
+
"assetToken": "Purple3/v4/5a/93/39/5a9339c8-2253-e228-f65b-6af3d948da04/4667a6b5a81e36461a042f4c6d0725fa.png",
|
506
|
+
"url": "https://is5-ssl.mzstatic.com/image/thumb/Purple3/v4/5a/93/39/5a9339c8-2253-e228-f65b-6af3d948da04/4667a6b5a81e36461a042f4c6d0725fa.png/640x960ss-80.png",
|
507
|
+
"thumbNailUrl": "https://is1-ssl.mzstatic.com/image/thumb/Purple3/v4/5a/93/39/5a9339c8-2253-e228-f65b-6af3d948da04/4667a6b5a81e36461a042f4c6d0725fa.png/500x500bb-80.png",
|
508
|
+
"sortOrder": 2,
|
509
|
+
"originalFileName": "4667a6b5a81e36461a042f4c6d0725fa.png"
|
510
|
+
},
|
511
|
+
"isEditable": true,
|
512
|
+
"isRequired": false,
|
513
|
+
"errorKeys": null
|
514
|
+
}],
|
515
|
+
"isEditable": true,
|
516
|
+
"isRequired": false,
|
517
|
+
"errorKeys": null
|
518
|
+
},
|
519
|
+
"ipad": {
|
520
|
+
"value": [],
|
521
|
+
"isEditable": true,
|
522
|
+
"isRequired": false,
|
523
|
+
"errorKeys": null
|
524
|
+
},
|
525
|
+
"iphone6": {
|
526
|
+
"value": [{
|
527
|
+
"value": {
|
528
|
+
"assetToken": "Purple1/v4/c1/30/17/c13017de-14cc-9003-6615-768049d488c7/0844896e14607950576319885fef11d8.png",
|
529
|
+
"url": "https://is3-ssl.mzstatic.com/image/thumb/Purple1/v4/c1/30/17/c13017de-14cc-9003-6615-768049d488c7/0844896e14607950576319885fef11d8.png/750x1334ss-80.png",
|
530
|
+
"thumbNailUrl": "https://is2-ssl.mzstatic.com/image/thumb/Purple1/v4/c1/30/17/c13017de-14cc-9003-6615-768049d488c7/0844896e14607950576319885fef11d8.png/500x500bb-80.png",
|
531
|
+
"sortOrder": 1,
|
532
|
+
"originalFileName": "0844896e14607950576319885fef11d8.png"
|
533
|
+
},
|
534
|
+
"isEditable": true,
|
535
|
+
"isRequired": false,
|
536
|
+
"errorKeys": null
|
537
|
+
}, {
|
538
|
+
"value": {
|
539
|
+
"assetToken": "Purple3/v4/65/2c/6b/652c6b44-b84d-2a1a-e658-a0766a759bc0/e274a8ad1525b4e239dd560ae1bdbf70.png",
|
540
|
+
"url": "https://is5-ssl.mzstatic.com/image/thumb/Purple3/v4/65/2c/6b/652c6b44-b84d-2a1a-e658-a0766a759bc0/e274a8ad1525b4e239dd560ae1bdbf70.png/750x1334ss-80.png",
|
541
|
+
"thumbNailUrl": "https://is1-ssl.mzstatic.com/image/thumb/Purple3/v4/65/2c/6b/652c6b44-b84d-2a1a-e658-a0766a759bc0/e274a8ad1525b4e239dd560ae1bdbf70.png/500x500bb-80.png",
|
542
|
+
"sortOrder": 2,
|
543
|
+
"originalFileName": "e274a8ad1525b4e239dd560ae1bdbf70.png"
|
544
|
+
},
|
545
|
+
"isEditable": true,
|
546
|
+
"isRequired": false,
|
547
|
+
"errorKeys": null
|
548
|
+
}],
|
549
|
+
"isEditable": true,
|
550
|
+
"isRequired": false,
|
551
|
+
"errorKeys": null
|
552
|
+
},
|
553
|
+
"iphone6Plus": {
|
554
|
+
"value": [{
|
555
|
+
"value": {
|
556
|
+
"assetToken": "Purple5/v4/55/63/9f/55639f0a-5105-716c-32ea-8671893899f9/08e62b4e1444d66fc798cfdcb8dce21e.png",
|
557
|
+
"url": "https://is4-ssl.mzstatic.com/image/thumb/Purple5/v4/55/63/9f/55639f0a-5105-716c-32ea-8671893899f9/08e62b4e1444d66fc798cfdcb8dce21e.png/1242x2208ss-80.png",
|
558
|
+
"thumbNailUrl": "https://is1-ssl.mzstatic.com/image/thumb/Purple5/v4/55/63/9f/55639f0a-5105-716c-32ea-8671893899f9/08e62b4e1444d66fc798cfdcb8dce21e.png/500x500bb-80.png",
|
559
|
+
"sortOrder": 1,
|
560
|
+
"originalFileName": "08e62b4e1444d66fc798cfdcb8dce21e.png"
|
561
|
+
},
|
562
|
+
"isEditable": true,
|
563
|
+
"isRequired": false,
|
564
|
+
"errorKeys": null
|
565
|
+
}, {
|
566
|
+
"value": {
|
567
|
+
"assetToken": "Purple1/v4/b4/70/ac/b470ac35-b583-24fa-72a8-dcc2a245e66b/d01929c941fc3f5e9ec8f6eef84ed840.png",
|
568
|
+
"url": "https://is5-ssl.mzstatic.com/image/thumb/Purple1/v4/b4/70/ac/b470ac35-b583-24fa-72a8-dcc2a245e66b/d01929c941fc3f5e9ec8f6eef84ed840.png/1242x2208ss-80.png",
|
569
|
+
"thumbNailUrl": "https://is5-ssl.mzstatic.com/image/thumb/Purple1/v4/b4/70/ac/b470ac35-b583-24fa-72a8-dcc2a245e66b/d01929c941fc3f5e9ec8f6eef84ed840.png/500x500bb-80.png",
|
570
|
+
"sortOrder": 2,
|
571
|
+
"originalFileName": "d01929c941fc3f5e9ec8f6eef84ed840.png"
|
572
|
+
},
|
573
|
+
"isEditable": true,
|
574
|
+
"isRequired": false,
|
575
|
+
"errorKeys": null
|
576
|
+
}],
|
577
|
+
"isEditable": true,
|
578
|
+
"isRequired": false,
|
579
|
+
"errorKeys": null
|
580
|
+
}
|
581
|
+
},
|
582
|
+
"isEditable": true,
|
583
|
+
"isRequired": false,
|
584
|
+
"errorKeys": null
|
585
|
+
},
|
586
|
+
"appTrailers": {
|
587
|
+
"value": {
|
588
|
+
"iphone4": {
|
589
|
+
"value": null,
|
590
|
+
"isEditable": true,
|
591
|
+
"isRequired": false,
|
592
|
+
"errorKeys": null
|
593
|
+
},
|
594
|
+
"watch": {
|
595
|
+
"value": null,
|
596
|
+
"isEditable": true,
|
597
|
+
"isRequired": false,
|
598
|
+
"errorKeys": null
|
599
|
+
},
|
600
|
+
"iphone35": {
|
601
|
+
"value": null,
|
602
|
+
"isEditable": true,
|
603
|
+
"isRequired": false,
|
604
|
+
"errorKeys": null
|
605
|
+
},
|
606
|
+
"iphone6": {
|
607
|
+
"value": null,
|
608
|
+
"isEditable": true,
|
609
|
+
"isRequired": false,
|
610
|
+
"errorKeys": null
|
611
|
+
},
|
612
|
+
"ipad": {
|
613
|
+
"value": null,
|
614
|
+
"isEditable": true,
|
615
|
+
"isRequired": false,
|
616
|
+
"errorKeys": null
|
617
|
+
},
|
618
|
+
"iphone6Plus": {
|
619
|
+
"value": null,
|
620
|
+
"isEditable": true,
|
621
|
+
"isRequired": false,
|
622
|
+
"errorKeys": null
|
623
|
+
}
|
624
|
+
},
|
625
|
+
"isEditable": true,
|
626
|
+
"isRequired": false,
|
627
|
+
"errorKeys": null
|
628
|
+
},
|
629
|
+
"privacyURL": {
|
630
|
+
"value": "http://privacy.sunapps.net",
|
631
|
+
"isEditable": true,
|
632
|
+
"isRequired": false,
|
633
|
+
"errorKeys": null
|
634
|
+
},
|
635
|
+
"supportUrl": {
|
636
|
+
"value": "https://github.com/fastlane",
|
637
|
+
"isEditable": true,
|
638
|
+
"isRequired": false,
|
639
|
+
"errorKeys": null
|
640
|
+
},
|
641
|
+
"marketingUrl": {
|
642
|
+
"value": "https://sunapps.net",
|
643
|
+
"isEditable": true,
|
644
|
+
"isRequired": false,
|
645
|
+
"errorKeys": null
|
646
|
+
}
|
647
|
+
}],
|
648
|
+
"isEditable": true,
|
649
|
+
"isRequired": true,
|
650
|
+
"errorKeys": null
|
651
|
+
},
|
652
|
+
"transitAppFile": {
|
653
|
+
"value": null,
|
654
|
+
"isEditable": true,
|
655
|
+
"isRequired": false,
|
656
|
+
"errorKeys": null
|
657
|
+
},
|
658
|
+
"eula": {
|
659
|
+
"countries": [],
|
660
|
+
"isEditable": true,
|
661
|
+
"isRequired": false,
|
662
|
+
"errorKeys": null,
|
663
|
+
"isEmptyValue": true,
|
664
|
+
"EULAText": null
|
665
|
+
},
|
666
|
+
"largeAppIcon": {
|
667
|
+
"value": {
|
668
|
+
"assetToken": "Purple7/v4/15/29/8c/15298c93-6f2c-6470-437b-633bfff339b8/mzl.ilzvldfr.png",
|
669
|
+
"url": "https://is3-ssl.mzstatic.com/image/thumb/Purple7/v4/15/29/8c/15298c93-6f2c-6470-437b-633bfff339b8/mzl.ilzvldfr.png/1024x1024ss-80.png",
|
670
|
+
"thumbNailUrl": "https://is1-ssl.mzstatic.com/image/thumb/Purple7/v4/15/29/8c/15298c93-6f2c-6470-437b-633bfff339b8/mzl.ilzvldfr.png/500x500bb-80.png",
|
671
|
+
"sortOrder": null,
|
672
|
+
"originalFileName": "AppIconFull.png"
|
673
|
+
},
|
674
|
+
"isEditable": true,
|
675
|
+
"isRequired": false,
|
676
|
+
"errorKeys": null
|
677
|
+
},
|
678
|
+
"watchAppIcon": {
|
679
|
+
"value": {
|
680
|
+
"assetToken": null,
|
681
|
+
"url": null,
|
682
|
+
"thumbNailUrl": null,
|
683
|
+
"sortOrder": null,
|
684
|
+
"originalFileName": null
|
685
|
+
},
|
686
|
+
"isEditable": true,
|
687
|
+
"isRequired": false,
|
688
|
+
"errorKeys": null
|
689
|
+
},
|
690
|
+
"appReviewInfo": {
|
691
|
+
"firstName": {
|
692
|
+
"value": "Felix",
|
693
|
+
"isEditable": true,
|
694
|
+
"isRequired": false,
|
695
|
+
"errorKeys": null
|
696
|
+
},
|
697
|
+
"lastName": {
|
698
|
+
"value": "Krause",
|
699
|
+
"isEditable": true,
|
700
|
+
"isRequired": false,
|
701
|
+
"errorKeys": null
|
702
|
+
},
|
703
|
+
"phoneNumber": {
|
704
|
+
"value": "+0123123123123",
|
705
|
+
"isEditable": true,
|
706
|
+
"isRequired": false,
|
707
|
+
"errorKeys": null
|
708
|
+
},
|
709
|
+
"emailAddress": {
|
710
|
+
"value": "felix@sunapps.net",
|
711
|
+
"isEditable": true,
|
712
|
+
"isRequired": false,
|
713
|
+
"errorKeys": null
|
714
|
+
},
|
715
|
+
"reviewNotes": {
|
716
|
+
"value": null,
|
717
|
+
"isEditable": true,
|
718
|
+
"isRequired": false,
|
719
|
+
"errorKeys": null
|
720
|
+
},
|
721
|
+
"userName": {
|
722
|
+
"value": null,
|
723
|
+
"isEditable": true,
|
724
|
+
"isRequired": false,
|
725
|
+
"errorKeys": null
|
726
|
+
},
|
727
|
+
"password": {
|
728
|
+
"value": null,
|
729
|
+
"isEditable": true,
|
730
|
+
"isRequired": false,
|
731
|
+
"errorKeys": null
|
732
|
+
},
|
733
|
+
"entitlementUsages": {
|
734
|
+
"value": [],
|
735
|
+
"isEditable": true,
|
736
|
+
"isRequired": false,
|
737
|
+
"errorKeys": null
|
738
|
+
}
|
739
|
+
},
|
740
|
+
"appStoreInfo": {
|
741
|
+
"tradeName": {
|
742
|
+
"value": "SunApps GmbH",
|
743
|
+
"isEditable": false,
|
744
|
+
"isRequired": true,
|
745
|
+
"errorKeys": null
|
746
|
+
},
|
747
|
+
"firstName": {
|
748
|
+
"value": null,
|
749
|
+
"isEditable": true,
|
750
|
+
"isRequired": false,
|
751
|
+
"errorKeys": null
|
752
|
+
},
|
753
|
+
"lastName": {
|
754
|
+
"value": null,
|
755
|
+
"isEditable": true,
|
756
|
+
"isRequired": false,
|
757
|
+
"errorKeys": null
|
758
|
+
},
|
759
|
+
"phoneNumber": {
|
760
|
+
"value": null,
|
761
|
+
"isEditable": true,
|
762
|
+
"isRequired": false,
|
763
|
+
"errorKeys": null
|
764
|
+
},
|
765
|
+
"emailAddress": {
|
766
|
+
"value": null,
|
767
|
+
"isEditable": true,
|
768
|
+
"isRequired": false,
|
769
|
+
"errorKeys": null
|
770
|
+
},
|
771
|
+
"appRegInfo": null,
|
772
|
+
"addressLine1": {
|
773
|
+
"value": "Why Address",
|
774
|
+
"isEditable": true,
|
775
|
+
"isRequired": false,
|
776
|
+
"errorKeys": null
|
777
|
+
},
|
778
|
+
"addressLine2": {
|
779
|
+
"value": null,
|
780
|
+
"isEditable": true,
|
781
|
+
"isRequired": false,
|
782
|
+
"errorKeys": null
|
783
|
+
},
|
784
|
+
"addressLine3": {
|
785
|
+
"value": null,
|
786
|
+
"isEditable": true,
|
787
|
+
"isRequired": false,
|
788
|
+
"errorKeys": null
|
789
|
+
},
|
790
|
+
"cityName": {
|
791
|
+
"value": "Wien",
|
792
|
+
"isEditable": true,
|
793
|
+
"isRequired": false,
|
794
|
+
"errorKeys": null
|
795
|
+
},
|
796
|
+
"state": {
|
797
|
+
"value": null,
|
798
|
+
"isEditable": true,
|
799
|
+
"isRequired": false,
|
800
|
+
"errorKeys": null
|
801
|
+
},
|
802
|
+
"postalCode": {
|
803
|
+
"value": null,
|
804
|
+
"isEditable": true,
|
805
|
+
"isRequired": false,
|
806
|
+
"errorKeys": null
|
807
|
+
},
|
808
|
+
"country": {
|
809
|
+
"value": "Austria",
|
810
|
+
"isEditable": true,
|
811
|
+
"isRequired": false,
|
812
|
+
"errorKeys": null
|
813
|
+
},
|
814
|
+
"shouldDisplayInStore": {
|
815
|
+
"value": false,
|
816
|
+
"isEditable": true,
|
817
|
+
"isRequired": false,
|
818
|
+
"errorKeys": null
|
819
|
+
}
|
820
|
+
},
|
821
|
+
"appVersionPageLinks": {
|
822
|
+
"ITC.apps.versionLinks.StatusHistory": "/WebObjects/iTunesConnect.woa/wa/LCAppPage/viewStatusHistory?adamId=981112404&versionString=latest&platform=ios",
|
823
|
+
"ITC.apps.versionLinks.StorePreview": "/WebObjects/iTunesConnect.woa/wa/LCAppPage/viewStorePreview?adamId=981112404&versionString=latest&platform=ios"
|
824
|
+
},
|
825
|
+
"preReleaseBuildVersionString": {
|
826
|
+
"value": null,
|
827
|
+
"isEditable": true,
|
828
|
+
"isRequired": false,
|
829
|
+
"errorKeys": null
|
830
|
+
},
|
831
|
+
"preReleaseBuildTrainVersionString": null,
|
832
|
+
"preReleaseBuildIconUrl": null,
|
833
|
+
"preReleaseBuildUploadDate": 0,
|
834
|
+
"preReleaseBuildsAreAvailable": true,
|
835
|
+
"preReleaseBuildIsLegacy": false,
|
836
|
+
"canBetaTest": true,
|
837
|
+
"isSaveError": false,
|
838
|
+
"validationError": false,
|
839
|
+
"releaseOnApproval": {
|
840
|
+
"value": "false",
|
841
|
+
"isEditable": true,
|
842
|
+
"isRequired": false,
|
843
|
+
"errorKeys": null
|
844
|
+
},
|
845
|
+
"bundleInfo": {
|
846
|
+
"supportsAppleWatch": false
|
847
|
+
},
|
848
|
+
"autoReleaseDate": {
|
849
|
+
"value": 1480435200000,
|
850
|
+
"isEditable": true,
|
851
|
+
"isRequired": false,
|
852
|
+
"errorKeys": null
|
853
|
+
}
|
854
|
+
},
|
855
|
+
"messages": {
|
856
|
+
"warn": null,
|
857
|
+
"error": null,
|
858
|
+
"info": ["Successful POST"]
|
859
|
+
},
|
860
|
+
"statusCode": "SUCCESS"
|
861
|
+
}
|