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
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bc71395d15f370128c513af57b1d3f4d6cc5c4e4
|
4
|
+
data.tar.gz: 1c1c5348fe800f8c01d4d2e89b82e231a007869f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c66f6f6a2f602b3b8097ff3da3ca162db163b08a2b7747f26830821451d2e2fd35593ff1c68d7e76c213da6d91aa318c0bfab7191efb8fefc1b6fbf2c5a71847
|
7
|
+
data.tar.gz: 1f7390c78ff394e884adbf3b5705edc4e2eea9a1e2556a0173639542e435144c69446949187146082700dfb0033cf665728df264a73a955163d110de3406a82e
|
@@ -0,0 +1,137 @@
|
|
1
|
+
{
|
2
|
+
"data": {
|
3
|
+
"sectionErrorKeys": [],
|
4
|
+
"sectionInfoKeys": [],
|
5
|
+
"sectionWarningKeys": [],
|
6
|
+
"adamId": "1039164429",
|
7
|
+
"localizedMetadata": {
|
8
|
+
"value": [{
|
9
|
+
"localeCode": "en-US",
|
10
|
+
"name": {
|
11
|
+
"value": "Updated by fastlane",
|
12
|
+
"isEditable": true,
|
13
|
+
"isRequired": true,
|
14
|
+
"errorKeys": null,
|
15
|
+
"maxLength": 255,
|
16
|
+
"minLength": 2
|
17
|
+
},
|
18
|
+
"privacyPolicyUrl": {
|
19
|
+
"value": "https://fastlane.tools",
|
20
|
+
"isEditable": true,
|
21
|
+
"isRequired": false,
|
22
|
+
"errorKeys": null,
|
23
|
+
"maxLength": 255,
|
24
|
+
"minLength": 0
|
25
|
+
},
|
26
|
+
"privacyPolicy": {
|
27
|
+
"value": null,
|
28
|
+
"isEditable": false,
|
29
|
+
"isRequired": false,
|
30
|
+
"errorKeys": null
|
31
|
+
}
|
32
|
+
}, {
|
33
|
+
"localeCode": "de-DE",
|
34
|
+
"name": {
|
35
|
+
"value": "why new itc 2",
|
36
|
+
"isEditable": true,
|
37
|
+
"isRequired": true,
|
38
|
+
"errorKeys": null,
|
39
|
+
"maxLength": 255,
|
40
|
+
"minLength": 2
|
41
|
+
},
|
42
|
+
"privacyPolicyUrl": {
|
43
|
+
"value": null,
|
44
|
+
"isEditable": true,
|
45
|
+
"isRequired": false,
|
46
|
+
"errorKeys": null,
|
47
|
+
"maxLength": 255,
|
48
|
+
"minLength": 0
|
49
|
+
},
|
50
|
+
"privacyPolicy": {
|
51
|
+
"value": null,
|
52
|
+
"isEditable": false,
|
53
|
+
"isRequired": false,
|
54
|
+
"errorKeys": null
|
55
|
+
}
|
56
|
+
}],
|
57
|
+
"isEditable": true,
|
58
|
+
"isRequired": true,
|
59
|
+
"errorKeys": null
|
60
|
+
},
|
61
|
+
"availablePrimaryLocaleCodes": ["en-US", "de-DE"],
|
62
|
+
"primaryLocaleCode": {
|
63
|
+
"value": "en-US",
|
64
|
+
"isEditable": true,
|
65
|
+
"isRequired": true,
|
66
|
+
"errorKeys": null
|
67
|
+
},
|
68
|
+
"primaryCategory": {
|
69
|
+
"value": "MZGenre.Sports",
|
70
|
+
"isEditable": true,
|
71
|
+
"isRequired": false,
|
72
|
+
"errorKeys": null
|
73
|
+
},
|
74
|
+
"primaryFirstSubCategory": {
|
75
|
+
"value": null,
|
76
|
+
"isEditable": true,
|
77
|
+
"isRequired": false,
|
78
|
+
"errorKeys": null
|
79
|
+
},
|
80
|
+
"primarySecondSubCategory": {
|
81
|
+
"value": null,
|
82
|
+
"isEditable": true,
|
83
|
+
"isRequired": false,
|
84
|
+
"errorKeys": null
|
85
|
+
},
|
86
|
+
"secondaryCategory": {
|
87
|
+
"value": "MZGenre.Games",
|
88
|
+
"isEditable": true,
|
89
|
+
"isRequired": false,
|
90
|
+
"errorKeys": null
|
91
|
+
},
|
92
|
+
"secondaryFirstSubCategory": {
|
93
|
+
"value": "MZGenre.Educational",
|
94
|
+
"isEditable": true,
|
95
|
+
"isRequired": false,
|
96
|
+
"errorKeys": null
|
97
|
+
},
|
98
|
+
"secondarySecondSubCategory": {
|
99
|
+
"value": "MZGenre.Puzzle",
|
100
|
+
"isEditable": true,
|
101
|
+
"isRequired": false,
|
102
|
+
"errorKeys": null
|
103
|
+
},
|
104
|
+
"availableBundleIds": null,
|
105
|
+
"bundleId": {
|
106
|
+
"value": "tools.fastlane.app",
|
107
|
+
"isEditable": false,
|
108
|
+
"isRequired": true,
|
109
|
+
"errorKeys": null
|
110
|
+
},
|
111
|
+
"bundleIdSuffix": {
|
112
|
+
"value": null,
|
113
|
+
"isEditable": false,
|
114
|
+
"isRequired": true,
|
115
|
+
"errorKeys": null
|
116
|
+
},
|
117
|
+
"license": {
|
118
|
+
"countries": null,
|
119
|
+
"isEditable": true,
|
120
|
+
"isRequired": false,
|
121
|
+
"errorKeys": null,
|
122
|
+
"isEmptyValue": true,
|
123
|
+
"EULAText": null
|
124
|
+
},
|
125
|
+
"vendorId": "1441930512",
|
126
|
+
"rating": null,
|
127
|
+
"ageBandMinAge": null,
|
128
|
+
"ageBandMaxAge": null,
|
129
|
+
"countryRatings": null
|
130
|
+
},
|
131
|
+
"messages": {
|
132
|
+
"warn": null,
|
133
|
+
"error": null,
|
134
|
+
"info": null
|
135
|
+
},
|
136
|
+
"statusCode": "SUCCESS"
|
137
|
+
}
|
@@ -0,0 +1,92 @@
|
|
1
|
+
{
|
2
|
+
"data": {
|
3
|
+
"sectionErrorKeys": [],
|
4
|
+
"sectionInfoKeys": [],
|
5
|
+
"sectionWarningKeys": [],
|
6
|
+
"adamId": "1039164429",
|
7
|
+
"primaryLocaleCode": "en-US",
|
8
|
+
"features": ["PRERELEASE", "PRICING", "GAMECENTER"],
|
9
|
+
"appTransferState": null,
|
10
|
+
"localizedMetadata": [{
|
11
|
+
"localeCode": "en-US",
|
12
|
+
"name": "Updated by fastlane"
|
13
|
+
}, {
|
14
|
+
"localeCode": "de-DE",
|
15
|
+
"name": "why new itc 2"
|
16
|
+
}],
|
17
|
+
"platforms": [{
|
18
|
+
"type": "APP",
|
19
|
+
"platformString": "ios",
|
20
|
+
"inFlightVersion": {
|
21
|
+
"type": "APP",
|
22
|
+
"id": "813314674",
|
23
|
+
"version": "1.0",
|
24
|
+
"state": "prepareForUpload",
|
25
|
+
"stateKey": "prepareForUpload",
|
26
|
+
"stateGroup": "preRelease",
|
27
|
+
"largeAppIcon": {
|
28
|
+
"assetToken": "Purple3/v4/42/45/f2/4245f2ee-3a37-a34d-a659-1f5f403ab2fe/pr_source.png",
|
29
|
+
"sortOrder": null,
|
30
|
+
"url": "https://is3-ssl.mzstatic.com/image/thumb/Purple3/v4/42/45/f2/4245f2ee-3a37-a34d-a659-1f5f403ab2fe/pr_source.png/1024x1024ss-80.png",
|
31
|
+
"thumbNailUrl": "https://is3-ssl.mzstatic.com/image/thumb/Purple3/v4/42/45/f2/4245f2ee-3a37-a34d-a659-1f5f403ab2fe/pr_source.png/500x500bb-80.png",
|
32
|
+
"originalFileName": "noalpha.png"
|
33
|
+
},
|
34
|
+
"supportedHardware": ["iphone"],
|
35
|
+
"issuesCount": 0
|
36
|
+
},
|
37
|
+
"deliverableVersion": {
|
38
|
+
"type": "APP",
|
39
|
+
"id": "113314675",
|
40
|
+
"version": "1.1",
|
41
|
+
"state": "...",
|
42
|
+
"stateKey": "...",
|
43
|
+
"stateGroup": "...",
|
44
|
+
"largeAppIcon": {
|
45
|
+
"assetToken": "Purple3/v4/42/45/f2/4245f2ee-3a37-a34d-a659-1f5f403ab2fe/pr_source.png",
|
46
|
+
"sortOrder": null,
|
47
|
+
"url": "https://is3-ssl.mzstatic.com/image/thumb/Purple3/v4/42/45/f2/4245f2ee-3a37-a34d-a659-1f5f403ab2fe/pr_source.png/1024x1024ss-80.png",
|
48
|
+
"thumbNailUrl": "https://is3-ssl.mzstatic.com/image/thumb/Purple3/v4/42/45/f2/4245f2ee-3a37-a34d-a659-1f5f403ab2fe/pr_source.png/500x500bb-80.png",
|
49
|
+
"originalFileName": "noalpha.png"
|
50
|
+
},
|
51
|
+
"supportedHardware": ["iphone"],
|
52
|
+
"issuesCount": 0
|
53
|
+
}
|
54
|
+
},{
|
55
|
+
"type": "APP",
|
56
|
+
"platformString": "appletvos",
|
57
|
+
"inFlightVersion": {
|
58
|
+
"type": "APP",
|
59
|
+
"id": "814995239",
|
60
|
+
"version": "1.0",
|
61
|
+
"state": "prepareForUpload",
|
62
|
+
"stateKey": "prepareForUpload",
|
63
|
+
"stateGroup": "preRelease",
|
64
|
+
"largeAppIcon": {
|
65
|
+
"assetToken": null,
|
66
|
+
"sortOrder": null,
|
67
|
+
"url": null,
|
68
|
+
"thumbNailUrl": null,
|
69
|
+
"originalFileName": null
|
70
|
+
},
|
71
|
+
"supportedHardware": ["iphone"],
|
72
|
+
"issuesCount": 0
|
73
|
+
},
|
74
|
+
"deliverableVersion": null
|
75
|
+
}],
|
76
|
+
"allowedNewVersionPlatforms": [],
|
77
|
+
"submittablePlatforms": ["ios", "osx", "appletvos"],
|
78
|
+
"appStoreUrl": "https://itunes.apple.com/us/app/why-new-itc-2/id1039164429?ls=1&mt=8",
|
79
|
+
"analyticsUrl": null,
|
80
|
+
"salesAndTrendsUrl": null,
|
81
|
+
"canCreateAddOn": true,
|
82
|
+
"everSubmittedAnAddon": false,
|
83
|
+
"everSubmittedFreeSubscriptionAddon": true,
|
84
|
+
"freeSubscriptionAddonCount": 0
|
85
|
+
},
|
86
|
+
"messages": {
|
87
|
+
"warn": null,
|
88
|
+
"error": null,
|
89
|
+
"info": null
|
90
|
+
},
|
91
|
+
"statusCode": "SUCCESS"
|
92
|
+
}
|
@@ -0,0 +1,54 @@
|
|
1
|
+
{
|
2
|
+
"data": {
|
3
|
+
"sectionErrorKeys": [],
|
4
|
+
"sectionInfoKeys": [],
|
5
|
+
"sectionWarningKeys": [],
|
6
|
+
"adamId": "1000000000",
|
7
|
+
"primaryLocaleCode": "en-US",
|
8
|
+
"features": ["PRERELEASE", "PRICING", "GAMECENTER"],
|
9
|
+
"appTransferState": null,
|
10
|
+
"localizedMetadata": [{
|
11
|
+
"localeCode": "en-US",
|
12
|
+
"name": "Updated by fastlane"
|
13
|
+
}, {
|
14
|
+
"localeCode": "de-DE",
|
15
|
+
"name": "why new itc 2"
|
16
|
+
}],
|
17
|
+
"platforms": [{
|
18
|
+
"type": "APP",
|
19
|
+
"platformString": "ios",
|
20
|
+
"inFlightVersion": {
|
21
|
+
"type": "APP",
|
22
|
+
"id": "800000000",
|
23
|
+
"version": "1.0",
|
24
|
+
"state": "prepareForUpload",
|
25
|
+
"stateKey": "prepareForUpload",
|
26
|
+
"stateGroup": "preRelease",
|
27
|
+
"largeAppIcon": {
|
28
|
+
"assetToken": "Purple3/v4/42/45/f2/4245f2ee-3a37-a34d-a659-1f5f403ab2fe/pr_source.png",
|
29
|
+
"sortOrder": null,
|
30
|
+
"url": "https://is3-ssl.mzstatic.com/image/thumb/Purple3/v4/42/45/f2/4245f2ee-3a37-a34d-a659-1f5f403ab2fe/pr_source.png/1024x1024ss-80.png",
|
31
|
+
"thumbNailUrl": "https://is3-ssl.mzstatic.com/image/thumb/Purple3/v4/42/45/f2/4245f2ee-3a37-a34d-a659-1f5f403ab2fe/pr_source.png/500x500bb-80.png",
|
32
|
+
"originalFileName": "noalpha.png"
|
33
|
+
},
|
34
|
+
"supportedHardware": ["iphone"],
|
35
|
+
"issuesCount": 0
|
36
|
+
}
|
37
|
+
}],
|
38
|
+
"allowedNewVersionPlatforms": [],
|
39
|
+
"submittablePlatforms": ["ios", "osx", "appletvos"],
|
40
|
+
"appStoreUrl": "https://itunes.apple.com/us/app/why-new-itc-2/id1039164429?ls=1&mt=8",
|
41
|
+
"analyticsUrl": null,
|
42
|
+
"salesAndTrendsUrl": null,
|
43
|
+
"canCreateAddOn": true,
|
44
|
+
"everSubmittedAnAddon": false,
|
45
|
+
"everSubmittedFreeSubscriptionAddon": true,
|
46
|
+
"freeSubscriptionAddonCount": 0
|
47
|
+
},
|
48
|
+
"messages": {
|
49
|
+
"warn": null,
|
50
|
+
"error": null,
|
51
|
+
"info": null
|
52
|
+
},
|
53
|
+
"statusCode": "SUCCESS"
|
54
|
+
}
|
@@ -0,0 +1,68 @@
|
|
1
|
+
{
|
2
|
+
"data": {
|
3
|
+
"sectionErrorKeys": [
|
4
|
+
|
5
|
+
],
|
6
|
+
"sectionInfoKeys": [
|
7
|
+
|
8
|
+
],
|
9
|
+
"sectionWarningKeys": [
|
10
|
+
|
11
|
+
],
|
12
|
+
"countriesChanged": false,
|
13
|
+
"countries": [
|
14
|
+
{
|
15
|
+
"code": "GB",
|
16
|
+
"name": "United Kingdom",
|
17
|
+
"region": "Europe",
|
18
|
+
"regionLocaleKey": "ITC.region.EUR",
|
19
|
+
"currencyCodeISO3A": "GBP"
|
20
|
+
},
|
21
|
+
{
|
22
|
+
"code": "US",
|
23
|
+
"name": "United States",
|
24
|
+
"region": "The United States and Canada",
|
25
|
+
"regionLocaleKey": "ITC.region.NAM",
|
26
|
+
"currencyCodeISO3A": "USD"
|
27
|
+
}
|
28
|
+
],
|
29
|
+
"b2BAppFlagDisabled": false,
|
30
|
+
"educationDiscountDisabledFlag": false,
|
31
|
+
"hotFudgeFeatureEnabled": true,
|
32
|
+
"coldFudgeFeatureEnabled": false,
|
33
|
+
"bitcodeAutoRecompileDisAllowed": false,
|
34
|
+
"b2bAppEnabled": false,
|
35
|
+
"educationalDiscount": true,
|
36
|
+
"theWorld": true,
|
37
|
+
"pricingIntervalsFieldTO": {
|
38
|
+
"value": [
|
39
|
+
{
|
40
|
+
"priceTierEffectiveDate": null,
|
41
|
+
"priceTierEndDate": null,
|
42
|
+
"tierStem": "0"
|
43
|
+
}
|
44
|
+
],
|
45
|
+
"isEditable": true,
|
46
|
+
"isRequired": false,
|
47
|
+
"errorKeys": null
|
48
|
+
},
|
49
|
+
"availableDate": 1476687600000,
|
50
|
+
"unavailableDate": -2,
|
51
|
+
"creatingApp": false,
|
52
|
+
"hasApprovedVersion": false,
|
53
|
+
"appVersionsForOTAByPlatforms": {
|
54
|
+
"iOS": [
|
55
|
+
|
56
|
+
]
|
57
|
+
},
|
58
|
+
"b2bUsers": [
|
59
|
+
|
60
|
+
]
|
61
|
+
},
|
62
|
+
"messages": {
|
63
|
+
"warn": null,
|
64
|
+
"info": null,
|
65
|
+
"error": null
|
66
|
+
},
|
67
|
+
"statusCode": "SUCCESS"
|
68
|
+
}
|
@@ -0,0 +1,46 @@
|
|
1
|
+
{
|
2
|
+
"data": {
|
3
|
+
"sectionErrorKeys": [],
|
4
|
+
"sectionInfoKeys": [],
|
5
|
+
"sectionWarningKeys": [],
|
6
|
+
"replyConstraints": {
|
7
|
+
"minLength": 1,
|
8
|
+
"maxLength": 4000
|
9
|
+
},
|
10
|
+
"appNotes": {
|
11
|
+
"threads": [{
|
12
|
+
"id": "206695",
|
13
|
+
"versionId": "812649",
|
14
|
+
"version": "0.9.13",
|
15
|
+
"messages": [{
|
16
|
+
"from": "Apple",
|
17
|
+
"date": 1435181415000,
|
18
|
+
"body": "<b>2.16 Details</b><BR/><BR/>Your app declares support for audio in the UIBackgroundModes key in your Info.plist, but we were unable to play any audible content when the application was running in the background.<BR/><BR/><b>Next Steps</b><BR/><BR/>The audio key is intended for use by applications that provide audible content to the user while in the background, such as music player or streaming audio applications. Please revise your app to provide audible content to the user while the app is in the background or remove the \"audio\" setting from the UIBackgroundModes key.<BR/><BR/><b>Resources</b><BR/><BR/>If you have difficulty reproducing a reported issue, please try testing the workflow described in <a href=\"https://developer.apple.com/library/ios/qa/qa1764/\">Technical Q&A QA1764: How to reproduce bugs reported against App Store submissions</a>.<BR/><BR/>If you have code-level questions after utilizing the above resources, you may wish to consult with <a href=\"https://developer.apple.com/support/technical/submit/\">Apple Developer Technical Support</a>. When the DTS engineer follows up with you, please be ready to provide:<BR/>- complete details of your rejection issue(s)<BR/>- screenshots<BR/>- steps to reproduce the issue(s)<BR/>- <a href=\"https://developer.apple.com/library/ios/#technotes/tn2008/tn2151.html\">symbolicated crash logs</a> - if your issue results in a crash log<BR/><BR/>",
|
19
|
+
"appleMsg": true,
|
20
|
+
"tokens": [],
|
21
|
+
"hasObjectionableContent": false,
|
22
|
+
"qcRejectionReasons": [{
|
23
|
+
"section": "2.16",
|
24
|
+
"description": " Multitasking Apps may only use background services for their intended purposes: VoIP, audio playback, location, task completion, local notifications, etc."
|
25
|
+
}]
|
26
|
+
}],
|
27
|
+
"active": true,
|
28
|
+
"canDeveloperAddNote": true,
|
29
|
+
"metadataRejected": false,
|
30
|
+
"binaryRejected": true
|
31
|
+
}]
|
32
|
+
},
|
33
|
+
"betaNotes": {
|
34
|
+
"threads": []
|
35
|
+
},
|
36
|
+
"appMessages": {
|
37
|
+
"threads": []
|
38
|
+
}
|
39
|
+
},
|
40
|
+
"messages": {
|
41
|
+
"warn": null,
|
42
|
+
"error": null,
|
43
|
+
"info": null
|
44
|
+
},
|
45
|
+
"statusCode": "SUCCESS"
|
46
|
+
}
|
@@ -0,0 +1,26 @@
|
|
1
|
+
{
|
2
|
+
"data": {
|
3
|
+
"sectionErrorKeys": [],
|
4
|
+
"sectionInfoKeys": [],
|
5
|
+
"sectionWarningKeys": [],
|
6
|
+
"replyConstraints": {
|
7
|
+
"minLength": 1,
|
8
|
+
"maxLength": 4000
|
9
|
+
},
|
10
|
+
"appNotes": {
|
11
|
+
"threads": []
|
12
|
+
},
|
13
|
+
"betaNotes": {
|
14
|
+
"threads": []
|
15
|
+
},
|
16
|
+
"appMessages": {
|
17
|
+
"threads": []
|
18
|
+
}
|
19
|
+
},
|
20
|
+
"messages": {
|
21
|
+
"warn": null,
|
22
|
+
"error": null,
|
23
|
+
"info": null
|
24
|
+
},
|
25
|
+
"statusCode": "SUCCESS"
|
26
|
+
}
|