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,290 @@
|
|
1
|
+
{
|
2
|
+
"data": {
|
3
|
+
"builds": [{
|
4
|
+
"type": "BUILD",
|
5
|
+
"sectionErrorKeys": [],
|
6
|
+
"sectionInfoKeys": [],
|
7
|
+
"sectionWarningKeys": [],
|
8
|
+
"buildVersion": "9",
|
9
|
+
"trainVersion": "1.1",
|
10
|
+
"uploadDate": 1443150586000,
|
11
|
+
"iconUrl": "https://is5-ssl.mzstatic.com/image/thumb/Newsstand3/v4/70/6a/7f/706a7f53-bac9-0a43-eb07-9f2cbb9a7d71/Icon-76@2x.png.png/150x150bb-80.png",
|
12
|
+
"iconAssetToken": "Newsstand3/v4/70/6a/7f/706a7f53-bac9-0a43-eb07-9f2cbb9a7d71/Icon-76@2x.png.png",
|
13
|
+
"appName": "emoji who took this thing",
|
14
|
+
"platform": "ios",
|
15
|
+
"betaEntitled": true,
|
16
|
+
"exceededFileSizeLimit": false,
|
17
|
+
"wentLiveWithVersion": false,
|
18
|
+
"processing": false,
|
19
|
+
"state": "notTesting",
|
20
|
+
"supportedHardware": ["iphone", "ipad"],
|
21
|
+
"largeAppIcon": null,
|
22
|
+
"atvTopShelfIcon": {
|
23
|
+
"assetToken": null,
|
24
|
+
"sortOrder": null,
|
25
|
+
"originalFileName": null
|
26
|
+
},
|
27
|
+
"atvHomeScreenIcon": {
|
28
|
+
"assetToken": null,
|
29
|
+
"sortOrder": null,
|
30
|
+
"originalFileName": null
|
31
|
+
},
|
32
|
+
"issuesCount": 0,
|
33
|
+
"version": "9"
|
34
|
+
}, {
|
35
|
+
"type": "BUILD",
|
36
|
+
"sectionErrorKeys": [],
|
37
|
+
"sectionInfoKeys": [],
|
38
|
+
"sectionWarningKeys": [],
|
39
|
+
"buildVersion": "10",
|
40
|
+
"trainVersion": "1.0",
|
41
|
+
"uploadDate": 1443144470000,
|
42
|
+
"iconUrl": "https://is3-ssl.mzstatic.com/image/thumb/Newsstand3/v4/94/80/28/948028c9-59e7-7b29-e75b-f57e97421ece/Icon-76@2x.png.png/150x150bb-80.png",
|
43
|
+
"iconAssetToken": "Newsstand3/v4/94/80/28/948028c9-59e7-7b29-e75b-f57e97421ece/Icon-76@2x.png.png",
|
44
|
+
"appName": "emoji who took this thing",
|
45
|
+
"platform": "ios",
|
46
|
+
"betaEntitled": true,
|
47
|
+
"exceededFileSizeLimit": false,
|
48
|
+
"wentLiveWithVersion": false,
|
49
|
+
"processing": false,
|
50
|
+
"state": "notTesting",
|
51
|
+
"supportedHardware": ["iphone", "ipad"],
|
52
|
+
"largeAppIcon": null,
|
53
|
+
"atvTopShelfIcon": {
|
54
|
+
"assetToken": null,
|
55
|
+
"sortOrder": null,
|
56
|
+
"originalFileName": null
|
57
|
+
},
|
58
|
+
"atvHomeScreenIcon": {
|
59
|
+
"assetToken": null,
|
60
|
+
"sortOrder": null,
|
61
|
+
"originalFileName": null
|
62
|
+
},
|
63
|
+
"issuesCount": 0,
|
64
|
+
"version": "10"
|
65
|
+
}, {
|
66
|
+
"type": "BUILD",
|
67
|
+
"sectionErrorKeys": [],
|
68
|
+
"sectionInfoKeys": [],
|
69
|
+
"sectionWarningKeys": [],
|
70
|
+
"buildVersion": "9",
|
71
|
+
"trainVersion": "1.0",
|
72
|
+
"uploadDate": 1442714016000,
|
73
|
+
"iconUrl": "https://is3-ssl.mzstatic.com/image/thumb/Newsstand69/v4/3c/c0/1f/3cc01fa9-c763-d4b2-c009-4ecc47c04538/Icon-76@2x.png.png/150x150bb-80.png",
|
74
|
+
"iconAssetToken": "Newsstand69/v4/3c/c0/1f/3cc01fa9-c763-d4b2-c009-4ecc47c04538/Icon-76@2x.png.png",
|
75
|
+
"appName": "emoji who took this thing",
|
76
|
+
"platform": "ios",
|
77
|
+
"betaEntitled": true,
|
78
|
+
"exceededFileSizeLimit": false,
|
79
|
+
"wentLiveWithVersion": false,
|
80
|
+
"processing": false,
|
81
|
+
"state": "notTesting",
|
82
|
+
"supportedHardware": ["iphone", "ipad"],
|
83
|
+
"largeAppIcon": null,
|
84
|
+
"atvTopShelfIcon": {
|
85
|
+
"assetToken": null,
|
86
|
+
"sortOrder": null,
|
87
|
+
"originalFileName": null
|
88
|
+
},
|
89
|
+
"atvHomeScreenIcon": {
|
90
|
+
"assetToken": null,
|
91
|
+
"sortOrder": null,
|
92
|
+
"originalFileName": null
|
93
|
+
},
|
94
|
+
"issuesCount": 0,
|
95
|
+
"version": "9"
|
96
|
+
}, {
|
97
|
+
"type": "BUILD",
|
98
|
+
"sectionErrorKeys": [],
|
99
|
+
"sectionInfoKeys": [],
|
100
|
+
"sectionWarningKeys": [],
|
101
|
+
"buildVersion": "8",
|
102
|
+
"trainVersion": "1.0",
|
103
|
+
"uploadDate": 1442711542000,
|
104
|
+
"iconUrl": "https://is4-ssl.mzstatic.com/image/thumb/Newsstand6/v4/15/1c/c6/151cc682-e150-753d-234b-f49f5751621d/Icon-76@2x.png.png/150x150bb-80.png",
|
105
|
+
"iconAssetToken": "Newsstand6/v4/15/1c/c6/151cc682-e150-753d-234b-f49f5751621d/Icon-76@2x.png.png",
|
106
|
+
"appName": "emoji who took this thing",
|
107
|
+
"platform": "ios",
|
108
|
+
"betaEntitled": true,
|
109
|
+
"exceededFileSizeLimit": false,
|
110
|
+
"wentLiveWithVersion": false,
|
111
|
+
"processing": false,
|
112
|
+
"state": "notTesting",
|
113
|
+
"supportedHardware": ["iphone", "ipad"],
|
114
|
+
"largeAppIcon": null,
|
115
|
+
"atvTopShelfIcon": {
|
116
|
+
"assetToken": null,
|
117
|
+
"sortOrder": null,
|
118
|
+
"originalFileName": null
|
119
|
+
},
|
120
|
+
"atvHomeScreenIcon": {
|
121
|
+
"assetToken": null,
|
122
|
+
"sortOrder": null,
|
123
|
+
"originalFileName": null
|
124
|
+
},
|
125
|
+
"issuesCount": 0,
|
126
|
+
"version": "8"
|
127
|
+
}, {
|
128
|
+
"type": "BUILD",
|
129
|
+
"sectionErrorKeys": [],
|
130
|
+
"sectionInfoKeys": [],
|
131
|
+
"sectionWarningKeys": [],
|
132
|
+
"buildVersion": "7",
|
133
|
+
"trainVersion": "1.0",
|
134
|
+
"uploadDate": 1442615167000,
|
135
|
+
"iconUrl": "https://is3-ssl.mzstatic.com/image/thumb/Newsstand69/v4/23/ea/ba/23eaba22-a0b9-43f5-b9dd-ccddf4c3660a/Icon-76@2x.png.png/150x150bb-80.png",
|
136
|
+
"iconAssetToken": "Newsstand69/v4/23/ea/ba/23eaba22-a0b9-43f5-b9dd-ccddf4c3660a/Icon-76@2x.png.png",
|
137
|
+
"appName": "emoji who took this thing",
|
138
|
+
"platform": "ios",
|
139
|
+
"betaEntitled": true,
|
140
|
+
"exceededFileSizeLimit": false,
|
141
|
+
"wentLiveWithVersion": false,
|
142
|
+
"processing": false,
|
143
|
+
"state": "notTesting",
|
144
|
+
"supportedHardware": ["iphone", "ipad"],
|
145
|
+
"largeAppIcon": null,
|
146
|
+
"atvTopShelfIcon": {
|
147
|
+
"assetToken": null,
|
148
|
+
"sortOrder": null,
|
149
|
+
"originalFileName": null
|
150
|
+
},
|
151
|
+
"atvHomeScreenIcon": {
|
152
|
+
"assetToken": null,
|
153
|
+
"sortOrder": null,
|
154
|
+
"originalFileName": null
|
155
|
+
},
|
156
|
+
"issuesCount": 0,
|
157
|
+
"version": "7"
|
158
|
+
}, {
|
159
|
+
"type": "BUILD",
|
160
|
+
"sectionErrorKeys": [],
|
161
|
+
"sectionInfoKeys": [],
|
162
|
+
"sectionWarningKeys": [],
|
163
|
+
"buildVersion": "6",
|
164
|
+
"trainVersion": "1.0",
|
165
|
+
"uploadDate": 1442600459000,
|
166
|
+
"iconUrl": "https://is2-ssl.mzstatic.com/image/thumb/Newsstand3/v4/bc/3c/6f/bc3c6f4f-21d7-e6fd-8952-e636025f90a3/Icon-76@2x.png.png/150x150bb-80.png",
|
167
|
+
"iconAssetToken": "Newsstand3/v4/bc/3c/6f/bc3c6f4f-21d7-e6fd-8952-e636025f90a3/Icon-76@2x.png.png",
|
168
|
+
"appName": "emoji who took this thing",
|
169
|
+
"platform": "ios",
|
170
|
+
"betaEntitled": true,
|
171
|
+
"exceededFileSizeLimit": false,
|
172
|
+
"wentLiveWithVersion": false,
|
173
|
+
"processing": false,
|
174
|
+
"state": "notTesting",
|
175
|
+
"supportedHardware": ["iphone", "ipad"],
|
176
|
+
"largeAppIcon": null,
|
177
|
+
"atvTopShelfIcon": {
|
178
|
+
"assetToken": null,
|
179
|
+
"sortOrder": null,
|
180
|
+
"originalFileName": null
|
181
|
+
},
|
182
|
+
"atvHomeScreenIcon": {
|
183
|
+
"assetToken": null,
|
184
|
+
"sortOrder": null,
|
185
|
+
"originalFileName": null
|
186
|
+
},
|
187
|
+
"issuesCount": 0,
|
188
|
+
"version": "6"
|
189
|
+
}, {
|
190
|
+
"type": "BUILD",
|
191
|
+
"sectionErrorKeys": [],
|
192
|
+
"sectionInfoKeys": [],
|
193
|
+
"sectionWarningKeys": [],
|
194
|
+
"buildVersion": "5",
|
195
|
+
"trainVersion": "1.0",
|
196
|
+
"uploadDate": 1442510918000,
|
197
|
+
"iconUrl": "https://is1-ssl.mzstatic.com/image/thumb/Newsstand6/v4/f7/de/67/f7de67b7-cd7b-ad9e-574c-6e9d5b561ebb/Icon-76@2x.png.png/150x150bb-80.png",
|
198
|
+
"iconAssetToken": "Newsstand6/v4/f7/de/67/f7de67b7-cd7b-ad9e-574c-6e9d5b561ebb/Icon-76@2x.png.png",
|
199
|
+
"appName": "emoji who took this thing",
|
200
|
+
"platform": "ios",
|
201
|
+
"betaEntitled": true,
|
202
|
+
"exceededFileSizeLimit": false,
|
203
|
+
"wentLiveWithVersion": false,
|
204
|
+
"processing": false,
|
205
|
+
"state": "notTesting",
|
206
|
+
"supportedHardware": ["iphone", "ipad"],
|
207
|
+
"largeAppIcon": null,
|
208
|
+
"atvTopShelfIcon": {
|
209
|
+
"assetToken": null,
|
210
|
+
"sortOrder": null,
|
211
|
+
"originalFileName": null
|
212
|
+
},
|
213
|
+
"atvHomeScreenIcon": {
|
214
|
+
"assetToken": null,
|
215
|
+
"sortOrder": null,
|
216
|
+
"originalFileName": null
|
217
|
+
},
|
218
|
+
"issuesCount": 0,
|
219
|
+
"version": "5"
|
220
|
+
}, {
|
221
|
+
"type": "BUILD",
|
222
|
+
"sectionErrorKeys": [],
|
223
|
+
"sectionInfoKeys": [],
|
224
|
+
"sectionWarningKeys": [],
|
225
|
+
"buildVersion": "2",
|
226
|
+
"trainVersion": "1.0",
|
227
|
+
"uploadDate": 1442433305000,
|
228
|
+
"iconUrl": "https://is2-ssl.mzstatic.com/image/thumb/Newsstand6/v4/ca/49/d0/ca49d0f8-6252-d754-d0d0-6f32895ebb8e/Icon-76@2x.png.png/150x150bb-80.png",
|
229
|
+
"iconAssetToken": "Newsstand6/v4/ca/49/d0/ca49d0f8-6252-d754-d0d0-6f32895ebb8e/Icon-76@2x.png.png",
|
230
|
+
"appName": "emoji who took this thing",
|
231
|
+
"platform": "ios",
|
232
|
+
"betaEntitled": true,
|
233
|
+
"exceededFileSizeLimit": false,
|
234
|
+
"wentLiveWithVersion": false,
|
235
|
+
"processing": false,
|
236
|
+
"state": "notTesting",
|
237
|
+
"supportedHardware": ["iphone", "ipad"],
|
238
|
+
"largeAppIcon": null,
|
239
|
+
"atvTopShelfIcon": {
|
240
|
+
"assetToken": null,
|
241
|
+
"sortOrder": null,
|
242
|
+
"originalFileName": null
|
243
|
+
},
|
244
|
+
"atvHomeScreenIcon": {
|
245
|
+
"assetToken": null,
|
246
|
+
"sortOrder": null,
|
247
|
+
"originalFileName": null
|
248
|
+
},
|
249
|
+
"issuesCount": 0,
|
250
|
+
"version": "2"
|
251
|
+
}, {
|
252
|
+
"type": "BUILD",
|
253
|
+
"sectionErrorKeys": [],
|
254
|
+
"sectionInfoKeys": [],
|
255
|
+
"sectionWarningKeys": [],
|
256
|
+
"buildVersion": "1",
|
257
|
+
"trainVersion": "1.0",
|
258
|
+
"uploadDate": 1441975590000,
|
259
|
+
"iconUrl": "https://is2-ssl.mzstatic.com/image/thumb/Newsstand3/v4/a9/f9/8b/a9f98b23-592d-af2e-6e10-a04873bed5df/Icon-76@2x.png.png/150x150bb-80.png",
|
260
|
+
"iconAssetToken": "Newsstand3/v4/a9/f9/8b/a9f98b23-592d-af2e-6e10-a04873bed5df/Icon-76@2x.png.png",
|
261
|
+
"appName": "emoji who took this thing",
|
262
|
+
"platform": "ios",
|
263
|
+
"betaEntitled": true,
|
264
|
+
"exceededFileSizeLimit": false,
|
265
|
+
"wentLiveWithVersion": false,
|
266
|
+
"processing": false,
|
267
|
+
"state": "notTesting",
|
268
|
+
"supportedHardware": ["iphone", "ipad"],
|
269
|
+
"largeAppIcon": null,
|
270
|
+
"atvTopShelfIcon": {
|
271
|
+
"assetToken": null,
|
272
|
+
"sortOrder": null,
|
273
|
+
"originalFileName": null
|
274
|
+
},
|
275
|
+
"atvHomeScreenIcon": {
|
276
|
+
"assetToken": null,
|
277
|
+
"sortOrder": null,
|
278
|
+
"originalFileName": null
|
279
|
+
},
|
280
|
+
"issuesCount": 0,
|
281
|
+
"version": "1"
|
282
|
+
}]
|
283
|
+
},
|
284
|
+
"messages": {
|
285
|
+
"warn": null,
|
286
|
+
"error": null,
|
287
|
+
"info": ["Success"]
|
288
|
+
},
|
289
|
+
"statusCode": "SUCCESS"
|
290
|
+
}
|
@@ -0,0 +1,92 @@
|
|
1
|
+
{
|
2
|
+
"data": {
|
3
|
+
"sectionErrorKeys": ["You must choose a primary language."],
|
4
|
+
"sectionInfoKeys": [],
|
5
|
+
"sectionWarningKeys": [],
|
6
|
+
"companyName": {
|
7
|
+
"value": "SunApps GmbH",
|
8
|
+
"isEditable": false,
|
9
|
+
"isRequired": false,
|
10
|
+
"errorKeys": null
|
11
|
+
},
|
12
|
+
"versionString": {
|
13
|
+
"value": "1.0",
|
14
|
+
"isEditable": true,
|
15
|
+
"isRequired": true,
|
16
|
+
"errorKeys": []
|
17
|
+
},
|
18
|
+
"appRegInfo": null,
|
19
|
+
"bundleIds": {
|
20
|
+
"com.krausefx.app_name": "Spaceship App - com.krausefx.app_name",
|
21
|
+
"net.sunapps.*": "SunApps - net.sunapps.*",
|
22
|
+
"net.sunapps.947474": "My App Name - net.sunapps.947474",
|
23
|
+
"*": "Xcode iOS Wildcard App ID - *",
|
24
|
+
"net.sunapps.100": "Baconfy - net.sunapps.100"
|
25
|
+
},
|
26
|
+
"enabledPlatformsForCreation": {
|
27
|
+
"value": ["ios"],
|
28
|
+
"isEditable": true,
|
29
|
+
"isRequired": true,
|
30
|
+
"errorKeys": null
|
31
|
+
},
|
32
|
+
"name": null,
|
33
|
+
"primaryLanguage": null,
|
34
|
+
"bundleId": null,
|
35
|
+
"bundleIdSuffix": null,
|
36
|
+
"vendorId": null,
|
37
|
+
"initialPlatform": null,
|
38
|
+
"adamId": null,
|
39
|
+
"newApp": {
|
40
|
+
"sectionErrorKeys": [],
|
41
|
+
"sectionInfoKeys": [],
|
42
|
+
"sectionWarningKeys": [],
|
43
|
+
"bundleId": {
|
44
|
+
"value": "net.sunapps.123",
|
45
|
+
"isEditable": true,
|
46
|
+
"isRequired": true,
|
47
|
+
"errorKeys": []
|
48
|
+
},
|
49
|
+
"bundleIdSuffix": {
|
50
|
+
"value": null,
|
51
|
+
"isEditable": true,
|
52
|
+
"isRequired": false,
|
53
|
+
"errorKeys": null
|
54
|
+
},
|
55
|
+
"vendorId": {
|
56
|
+
"value": "SKU123",
|
57
|
+
"isEditable": true,
|
58
|
+
"isRequired": true,
|
59
|
+
"errorKeys": []
|
60
|
+
},
|
61
|
+
"adamId": null,
|
62
|
+
"appType": "iOS App",
|
63
|
+
"name": {
|
64
|
+
"value": "My Name",
|
65
|
+
"isEditable": true,
|
66
|
+
"isRequired": true,
|
67
|
+
"errorKeys": []
|
68
|
+
},
|
69
|
+
"liveVersion": null,
|
70
|
+
"inFlightVersion": null,
|
71
|
+
"primaryLanguage": {
|
72
|
+
"value": "Such Primary",
|
73
|
+
"isEditable": true,
|
74
|
+
"isRequired": true,
|
75
|
+
"errorKeys": ["You must choose a primary language."]
|
76
|
+
},
|
77
|
+
"canAddVersion": false,
|
78
|
+
"appPageSectionLinks": null,
|
79
|
+
"appPageMoreLinks": null,
|
80
|
+
"appPageActionLinks": null,
|
81
|
+
"appTransferState": null,
|
82
|
+
"isDeleted": false,
|
83
|
+
"bundleSummaryInfo": null
|
84
|
+
}
|
85
|
+
},
|
86
|
+
"messages": {
|
87
|
+
"warn": null,
|
88
|
+
"error": null,
|
89
|
+
"info": ["Validation Error(s)."]
|
90
|
+
},
|
91
|
+
"statusCode": "SUCCESS"
|
92
|
+
}
|
@@ -0,0 +1,94 @@
|
|
1
|
+
{
|
2
|
+
"data": {
|
3
|
+
"sectionErrorKeys": ["You must provide a company name to use on the App Store."],
|
4
|
+
"sectionInfoKeys": [],
|
5
|
+
"sectionWarningKeys": [],
|
6
|
+
"companyName": {
|
7
|
+
"value": null,
|
8
|
+
"isEditable": true,
|
9
|
+
"isRequired": true,
|
10
|
+
"errorKeys":[
|
11
|
+
"You must provide a company name to use on the App Store."
|
12
|
+
]
|
13
|
+
},
|
14
|
+
"versionString": {
|
15
|
+
"value": "1.0",
|
16
|
+
"isEditable": true,
|
17
|
+
"isRequired": true,
|
18
|
+
"errorKeys": []
|
19
|
+
},
|
20
|
+
"appRegInfo": null,
|
21
|
+
"bundleIds": {
|
22
|
+
"com.krausefx.app_name": "Spaceship App - com.krausefx.app_name",
|
23
|
+
"net.sunapps.*": "SunApps - net.sunapps.*",
|
24
|
+
"net.sunapps.947474": "My App Name - net.sunapps.947474",
|
25
|
+
"*": "Xcode iOS Wildcard App ID - *",
|
26
|
+
"net.sunapps.100": "Baconfy - net.sunapps.100"
|
27
|
+
},
|
28
|
+
"enabledPlatformsForCreation": {
|
29
|
+
"value": ["ios"],
|
30
|
+
"isEditable": true,
|
31
|
+
"isRequired": true,
|
32
|
+
"errorKeys": null
|
33
|
+
},
|
34
|
+
"name": null,
|
35
|
+
"primaryLanguage": null,
|
36
|
+
"bundleId": null,
|
37
|
+
"bundleIdSuffix": null,
|
38
|
+
"vendorId": null,
|
39
|
+
"initialPlatform": null,
|
40
|
+
"adamId": null,
|
41
|
+
"newApp": {
|
42
|
+
"sectionErrorKeys": [],
|
43
|
+
"sectionInfoKeys": [],
|
44
|
+
"sectionWarningKeys": [],
|
45
|
+
"bundleId": {
|
46
|
+
"value": "net.sunapps.123",
|
47
|
+
"isEditable": true,
|
48
|
+
"isRequired": true,
|
49
|
+
"errorKeys": []
|
50
|
+
},
|
51
|
+
"bundleIdSuffix": {
|
52
|
+
"value": null,
|
53
|
+
"isEditable": true,
|
54
|
+
"isRequired": false,
|
55
|
+
"errorKeys": null
|
56
|
+
},
|
57
|
+
"vendorId": {
|
58
|
+
"value": "SKU123",
|
59
|
+
"isEditable": true,
|
60
|
+
"isRequired": true,
|
61
|
+
"errorKeys": []
|
62
|
+
},
|
63
|
+
"adamId": null,
|
64
|
+
"appType": "iOS App",
|
65
|
+
"name": {
|
66
|
+
"value": "My Name",
|
67
|
+
"isEditable": true,
|
68
|
+
"isRequired": true,
|
69
|
+
"errorKeys": []
|
70
|
+
},
|
71
|
+
"liveVersion": null,
|
72
|
+
"inFlightVersion": null,
|
73
|
+
"primaryLanguage": {
|
74
|
+
"value": "Such Primary",
|
75
|
+
"isEditable": true,
|
76
|
+
"isRequired": true,
|
77
|
+
"errorKeys": []
|
78
|
+
},
|
79
|
+
"canAddVersion": false,
|
80
|
+
"appPageSectionLinks": null,
|
81
|
+
"appPageMoreLinks": null,
|
82
|
+
"appPageActionLinks": null,
|
83
|
+
"appTransferState": null,
|
84
|
+
"isDeleted": false,
|
85
|
+
"bundleSummaryInfo": null
|
86
|
+
}
|
87
|
+
},
|
88
|
+
"messages": {
|
89
|
+
"warn": null,
|
90
|
+
"error": null,
|
91
|
+
"info": ["Validation Error(s)."]
|
92
|
+
},
|
93
|
+
"statusCode": "SUCCESS"
|
94
|
+
}
|
@@ -0,0 +1,92 @@
|
|
1
|
+
{
|
2
|
+
"data": {
|
3
|
+
"sectionErrorKeys": [],
|
4
|
+
"sectionInfoKeys": [],
|
5
|
+
"sectionWarningKeys": [],
|
6
|
+
"companyName": {
|
7
|
+
"value": null,
|
8
|
+
"isEditable": false,
|
9
|
+
"isRequired": true,
|
10
|
+
"errorKeys": null
|
11
|
+
},
|
12
|
+
"versionString": {
|
13
|
+
"value": null,
|
14
|
+
"isEditable": true,
|
15
|
+
"isRequired": true,
|
16
|
+
"errorKeys": null
|
17
|
+
},
|
18
|
+
"appRegInfo": null,
|
19
|
+
"bundleIds": {
|
20
|
+
"com.krausefx.app_name": "Spaceship App - com.krausefx.app_name",
|
21
|
+
"net.sunapps.*": "SunApps - net.sunapps.*",
|
22
|
+
"net.sunapps.947474": "My App Name - net.sunapps.947474",
|
23
|
+
"*": "Xcode iOS Wildcard App ID - *",
|
24
|
+
"net.sunapps.100": "Baconfy - net.sunapps.100"
|
25
|
+
},
|
26
|
+
"enabledPlatformsForCreation": {
|
27
|
+
"value": ["ios"],
|
28
|
+
"isEditable": true,
|
29
|
+
"isRequired": true,
|
30
|
+
"errorKeys": null
|
31
|
+
},
|
32
|
+
"name": null,
|
33
|
+
"primaryLanguage": null,
|
34
|
+
"bundleId": null,
|
35
|
+
"bundleIdSuffix": null,
|
36
|
+
"vendorId": null,
|
37
|
+
"initialPlatform": null,
|
38
|
+
"adamId": null,
|
39
|
+
"newApp": {
|
40
|
+
"sectionErrorKeys": [],
|
41
|
+
"sectionInfoKeys": [],
|
42
|
+
"sectionWarningKeys": [],
|
43
|
+
"bundleId": {
|
44
|
+
"value": null,
|
45
|
+
"isEditable": true,
|
46
|
+
"isRequired": true,
|
47
|
+
"errorKeys": null
|
48
|
+
},
|
49
|
+
"bundleIdSuffix": {
|
50
|
+
"value": null,
|
51
|
+
"isEditable": true,
|
52
|
+
"isRequired": false,
|
53
|
+
"errorKeys": null
|
54
|
+
},
|
55
|
+
"vendorId": {
|
56
|
+
"value": null,
|
57
|
+
"isEditable": true,
|
58
|
+
"isRequired": true,
|
59
|
+
"errorKeys": null
|
60
|
+
},
|
61
|
+
"adamId": null,
|
62
|
+
"appType": "iOS App",
|
63
|
+
"name": {
|
64
|
+
"value": null,
|
65
|
+
"isEditable": true,
|
66
|
+
"isRequired": true,
|
67
|
+
"errorKeys": null
|
68
|
+
},
|
69
|
+
"liveVersion": null,
|
70
|
+
"inFlightVersion": null,
|
71
|
+
"primaryLanguage": {
|
72
|
+
"value": null,
|
73
|
+
"isEditable": true,
|
74
|
+
"isRequired": true,
|
75
|
+
"errorKeys": null
|
76
|
+
},
|
77
|
+
"canAddVersion": false,
|
78
|
+
"appPageSectionLinks": null,
|
79
|
+
"appPageMoreLinks": null,
|
80
|
+
"appPageActionLinks": null,
|
81
|
+
"appTransferState": null,
|
82
|
+
"isDeleted": false,
|
83
|
+
"bundleSummaryInfo": null
|
84
|
+
}
|
85
|
+
},
|
86
|
+
"messages": {
|
87
|
+
"warn": null,
|
88
|
+
"error": null,
|
89
|
+
"info": null
|
90
|
+
},
|
91
|
+
"statusCode": "SUCCESS"
|
92
|
+
}
|
@@ -0,0 +1,88 @@
|
|
1
|
+
{
|
2
|
+
"data": {
|
3
|
+
"sectionErrorKeys": [],
|
4
|
+
"sectionInfoKeys": [],
|
5
|
+
"sectionWarningKeys": [],
|
6
|
+
"companyName": {
|
7
|
+
"value": "Felix Krause",
|
8
|
+
"isEditable": false,
|
9
|
+
"isRequired": false,
|
10
|
+
"errorKeys": null
|
11
|
+
},
|
12
|
+
"versionString": null,
|
13
|
+
"appRegInfo": null,
|
14
|
+
"bundleIds": {
|
15
|
+
"*": "Xcode iOS Wildcard App ID - *"
|
16
|
+
},
|
17
|
+
"enabledPlatformsForCreation": {
|
18
|
+
"value": ["appletvos", "ios"],
|
19
|
+
"isEditable": true,
|
20
|
+
"isRequired": true,
|
21
|
+
"errorKeys": null
|
22
|
+
},
|
23
|
+
"name": null,
|
24
|
+
"primaryLanguage": {
|
25
|
+
"value": null,
|
26
|
+
"isEditable": true,
|
27
|
+
"isRequired": true,
|
28
|
+
"errorKeys": null
|
29
|
+
},
|
30
|
+
"bundleId": {
|
31
|
+
"value": null,
|
32
|
+
"isEditable": true,
|
33
|
+
"isRequired": true,
|
34
|
+
"errorKeys": null
|
35
|
+
},
|
36
|
+
"bundleIdSuffix": {
|
37
|
+
"value": null,
|
38
|
+
"isEditable": true,
|
39
|
+
"isRequired": true,
|
40
|
+
"errorKeys": null
|
41
|
+
},
|
42
|
+
"vendorId": null,
|
43
|
+
"initialPlatform": "ios",
|
44
|
+
"adamId": null,
|
45
|
+
"newApp": {
|
46
|
+
"sectionErrorKeys": [],
|
47
|
+
"sectionInfoKeys": [],
|
48
|
+
"sectionWarningKeys": [],
|
49
|
+
"bundleId": {
|
50
|
+
"value": null,
|
51
|
+
"isEditable": true,
|
52
|
+
"isRequired": true,
|
53
|
+
"errorKeys": null
|
54
|
+
},
|
55
|
+
"bundleIdSuffix": {
|
56
|
+
"value": null,
|
57
|
+
"isEditable": true,
|
58
|
+
"isRequired": true,
|
59
|
+
"errorKeys": null
|
60
|
+
},
|
61
|
+
"vendorId": null,
|
62
|
+
"adamId": null,
|
63
|
+
"appType": "ios",
|
64
|
+
"name": null,
|
65
|
+
"liveVersion": null,
|
66
|
+
"inFlightVersion": null,
|
67
|
+
"primaryLanguage": {
|
68
|
+
"value": null,
|
69
|
+
"isEditable": true,
|
70
|
+
"isRequired": true,
|
71
|
+
"errorKeys": null
|
72
|
+
},
|
73
|
+
"canAddVersion": false,
|
74
|
+
"appPageSectionLinks": null,
|
75
|
+
"appPageMoreLinks": null,
|
76
|
+
"appPageActionLinks": null,
|
77
|
+
"appTransferState": null,
|
78
|
+
"isDeleted": false,
|
79
|
+
"bundleSummaryInfo": null
|
80
|
+
}
|
81
|
+
},
|
82
|
+
"messages": {
|
83
|
+
"warn": null,
|
84
|
+
"error": null,
|
85
|
+
"info": null
|
86
|
+
},
|
87
|
+
"statusCode": "SUCCESS"
|
88
|
+
}
|