spaceship_stub 0.0.3 → 0.0.4
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_stub/spaceship/spec/portal/app_group_spec.rb +57 -0
- data/lib/spaceship_stub/spaceship/spec/portal/app_spec.rb +136 -0
- data/lib/spaceship_stub/spaceship/spec/portal/certificate_spec.rb +116 -0
- data/lib/spaceship_stub/spaceship/spec/portal/device_spec.rb +142 -0
- data/lib/spaceship_stub/spaceship/spec/portal/enterprise_spec.rb +28 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/addAppId.action.apostroph.json +51 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/addAppId.action.explicit.json +51 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/addAppId.action.nopush.json +50 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/addAppId.action.wildcard.json +49 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/addApplicationGroup.action.json +22 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/addDeviceResponse.action.json +30 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/addDeviceResponse.action.plist +33 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/addWebsitePushId.action.json +22 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/aps_development.cer +0 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/certificateCreate.certRequest.json +44 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/certificateSigningRequest.certSigningRequest +16 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/create_profile_name_taken.txt +1 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/create_profile_success.json +64 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/deleteAppId.action.json +16 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/deleteApplicationGroup.action.json +16 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/deleteDevice.action.json +13 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/deleteProvisioningProfile.action.json +16 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/deleteWebsitePushId.action.json +16 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/dev_center_provisioning_profiles_response.json +829 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/download_certificate_failure.html +13 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/downloaded_provisioning_profile.mobileprovision +51 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/enableDevice.action.json +22 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/getAppIdDetail.action.json +55 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/getProvisioningProfileAdHoc.action.json +108 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/getProvisioningProfileAppStore.action.json +91 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/getProvisioningProfileDevelopment.action.json +108 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/getProvisioningProfiletvOSAppStore.action.json +93 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/listApplicationGroups.action.json +30 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/listApps.action.json +97 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/listAppsMac.action.json +97 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/listCertRequests.action.json +80 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/listDevices.action.json +53 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/listDevicesDisabled.action.json +71 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/listDevicesPage1-2.action.json +65 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/listDevicesPage2-2.action.json +23 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/listDevicesTV.action.json +26 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/listDevicesWatch.action.json +26 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/listDevicesiPhone.action.json +44 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/listDevicesiPod.action.json +26 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/listProvisioningProfiles.action.json +126 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/listProvisioningProfiles.action.plist +597 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/listTeams.action.json +61 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/listTeams_multiple.action.json +105 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/listWebsitePushIds.action.json +31 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/list_certificates_filtered.json +38 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/peopleList.json +34 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/profileContentDownload.action +0 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/repair_profile_success.json +65 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/repair_profile_tvos_success.json +66 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/revokeCertificate.action.json +56 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/submitCertificateRequest.action.json +59 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/updateAppIdName.action.json +44 -0
- data/lib/spaceship_stub/spaceship/spec/portal/person_spec.rb +27 -0
- data/lib/spaceship_stub/spaceship/spec/portal/persons_spec.rb +19 -0
- data/lib/spaceship_stub/spaceship/spec/portal/portal_client_spec.rb +279 -0
- data/lib/spaceship_stub/spaceship/spec/portal/portal_permission_spec.rb +26 -0
- data/lib/spaceship_stub/spaceship/spec/portal/portal_stubbing.rb +293 -0
- data/lib/spaceship_stub/spaceship/spec/portal/tvos_profile_spec.rb +24 -0
- data/lib/spaceship_stub/spaceship/spec/portal/website_push_spec.rb +57 -0
- metadata +65 -1
@@ -0,0 +1,61 @@
|
|
1
|
+
{
|
2
|
+
"creationTimestamp": "2015-04-24T23:33:38Z",
|
3
|
+
"resultCode": 0,
|
4
|
+
"userLocale": "en_US",
|
5
|
+
"protocolVersion": "QH65B2",
|
6
|
+
"requestId": null,
|
7
|
+
"requestUrl": "https://developer.apple.com:443//services-account/QH65B2/account/listTeams.action",
|
8
|
+
"responseId": "6f4c5dcb-ecd0-460c-967b-dcd81f7be315",
|
9
|
+
"isAdmin": null,
|
10
|
+
"isMember": null,
|
11
|
+
"isAgent": null,
|
12
|
+
"pageNumber": null,
|
13
|
+
"pageSize": null,
|
14
|
+
"totalRecords": null,
|
15
|
+
"teams": [
|
16
|
+
{
|
17
|
+
"status": "active",
|
18
|
+
"teamId": "XXXXXXXXXX",
|
19
|
+
"type": "Company/Organization",
|
20
|
+
"extendedTeamAttributes": {
|
21
|
+
},
|
22
|
+
"teamAgent": {
|
23
|
+
"personId": 499707568,
|
24
|
+
"firstName": "Felix",
|
25
|
+
"lastName": "Krause",
|
26
|
+
"email": "test@spaceship.com",
|
27
|
+
"developerStatus": "active",
|
28
|
+
"teamMemberId": "YYYYYYYYYY"
|
29
|
+
},
|
30
|
+
"memberships": [
|
31
|
+
{
|
32
|
+
"membershipId": "MMMMMMMMMM",
|
33
|
+
"membershipProductId": "ds1",
|
34
|
+
"status": "active",
|
35
|
+
"inDeviceResetWindow": true,
|
36
|
+
"inRenewalWindow": true,
|
37
|
+
"dateStart": "02/23/15 03:38",
|
38
|
+
"dateExpire": "02/23/16 07:59",
|
39
|
+
"platform": "ios",
|
40
|
+
"availableDeviceSlots": 100,
|
41
|
+
"name": "iOS Developer Program"
|
42
|
+
}
|
43
|
+
],
|
44
|
+
"currentTeamMember": {
|
45
|
+
"personId": null,
|
46
|
+
"firstName": null,
|
47
|
+
"lastName": null,
|
48
|
+
"email": null,
|
49
|
+
"developerStatus": null,
|
50
|
+
"privileges": {
|
51
|
+
},
|
52
|
+
"roles": [
|
53
|
+
"TEAM_ADMIN",
|
54
|
+
"SAFARI_PROGRAM_TEAM_ADMIN"
|
55
|
+
],
|
56
|
+
"teamMemberId": "YYYYYYYYYY"
|
57
|
+
},
|
58
|
+
"name": "SpaceShip"
|
59
|
+
}
|
60
|
+
]
|
61
|
+
}
|
@@ -0,0 +1,105 @@
|
|
1
|
+
{
|
2
|
+
"creationTimestamp": "2015-04-24T23:33:38Z",
|
3
|
+
"resultCode": 0,
|
4
|
+
"userLocale": "en_US",
|
5
|
+
"protocolVersion": "QH65B2",
|
6
|
+
"requestId": null,
|
7
|
+
"requestUrl": "https://developer.apple.com:443//services-account/QH65B2/account/listTeams.action",
|
8
|
+
"responseId": "6f4c5dcb-ecd0-460c-967b-dcd81f7be315",
|
9
|
+
"isAdmin": null,
|
10
|
+
"isMember": null,
|
11
|
+
"isAgent": null,
|
12
|
+
"pageNumber": null,
|
13
|
+
"pageSize": null,
|
14
|
+
"totalRecords": null,
|
15
|
+
"teams": [
|
16
|
+
{
|
17
|
+
"status": "active",
|
18
|
+
"teamId": "XXXXXXXXXX",
|
19
|
+
"type": "Company/Organization",
|
20
|
+
"extendedTeamAttributes": {
|
21
|
+
},
|
22
|
+
"teamAgent": {
|
23
|
+
"personId": 499707568,
|
24
|
+
"firstName": "Felix",
|
25
|
+
"lastName": "Krause",
|
26
|
+
"email": "test@spaceship.com",
|
27
|
+
"developerStatus": "active",
|
28
|
+
"teamMemberId": "YYYYYYYYYY"
|
29
|
+
},
|
30
|
+
"memberships": [
|
31
|
+
{
|
32
|
+
"membershipId": "MMMMMMMMMM",
|
33
|
+
"membershipProductId": "ds1",
|
34
|
+
"status": "active",
|
35
|
+
"inDeviceResetWindow": true,
|
36
|
+
"inRenewalWindow": true,
|
37
|
+
"dateStart": "02/23/15 03:38",
|
38
|
+
"dateExpire": "02/23/16 07:59",
|
39
|
+
"platform": "ios",
|
40
|
+
"availableDeviceSlots": 100,
|
41
|
+
"name": "iOS Developer Program"
|
42
|
+
}
|
43
|
+
],
|
44
|
+
"currentTeamMember": {
|
45
|
+
"personId": null,
|
46
|
+
"firstName": null,
|
47
|
+
"lastName": null,
|
48
|
+
"email": null,
|
49
|
+
"developerStatus": null,
|
50
|
+
"privileges": {
|
51
|
+
},
|
52
|
+
"roles": [
|
53
|
+
"TEAM_ADMIN",
|
54
|
+
"SAFARI_PROGRAM_TEAM_ADMIN"
|
55
|
+
],
|
56
|
+
"teamMemberId": "YYYYYYYYYY"
|
57
|
+
},
|
58
|
+
"name": "SpaceShip"
|
59
|
+
},
|
60
|
+
{
|
61
|
+
"status": "active",
|
62
|
+
"teamId": "SecondTeam",
|
63
|
+
"type": "In-House",
|
64
|
+
"extendedTeamAttributes": {
|
65
|
+
},
|
66
|
+
"teamAgent": {
|
67
|
+
"personId": 499707511,
|
68
|
+
"firstName": "Felix",
|
69
|
+
"lastName": "Krause",
|
70
|
+
"email": "test2@spaceship.com",
|
71
|
+
"developerStatus": "active",
|
72
|
+
"teamMemberId": "YYYYYYYYYY"
|
73
|
+
},
|
74
|
+
"memberships": [
|
75
|
+
{
|
76
|
+
"membershipId": "MMMMMMMMAA",
|
77
|
+
"membershipProductId": "ds1",
|
78
|
+
"status": "active",
|
79
|
+
"inDeviceResetWindow": true,
|
80
|
+
"inRenewalWindow": true,
|
81
|
+
"dateStart": "02/23/15 03:38",
|
82
|
+
"dateExpire": "02/23/16 07:59",
|
83
|
+
"platform": "ios",
|
84
|
+
"availableDeviceSlots": 100,
|
85
|
+
"name": "iOS Developer Program"
|
86
|
+
}
|
87
|
+
],
|
88
|
+
"currentTeamMember": {
|
89
|
+
"personId": null,
|
90
|
+
"firstName": null,
|
91
|
+
"lastName": null,
|
92
|
+
"email": null,
|
93
|
+
"developerStatus": null,
|
94
|
+
"privileges": {
|
95
|
+
},
|
96
|
+
"roles": [
|
97
|
+
"TEAM_ADMIN",
|
98
|
+
"SAFARI_PROGRAM_TEAM_ADMIN"
|
99
|
+
],
|
100
|
+
"teamMemberId": "YYYYYYYYYY"
|
101
|
+
},
|
102
|
+
"name": "SecondTeamProfiName"
|
103
|
+
}
|
104
|
+
]
|
105
|
+
}
|
@@ -0,0 +1,31 @@
|
|
1
|
+
{
|
2
|
+
"creationTimestamp": "2016-11-09T21:35:05Z",
|
3
|
+
"resultCode": 0,
|
4
|
+
"userLocale": "en_US",
|
5
|
+
"protocolVersion": "QH65B2",
|
6
|
+
"requestId": null,
|
7
|
+
"requestUrl": "https://developer.apple.com:443/services-account/QH65B2/account/ios/identifiers/listWebsitePushIds.action",
|
8
|
+
"responseId": "232eef46-3ca0-470b-b4e9-ab68f7ba8587",
|
9
|
+
"isAdmin": true,
|
10
|
+
"isMember": false,
|
11
|
+
"isAgent": true,
|
12
|
+
"pageNumber": 0,
|
13
|
+
"pageSize": 0,
|
14
|
+
"totalRecords": 2,
|
15
|
+
"websitePushIdList": [
|
16
|
+
{
|
17
|
+
"name": "First Website Push",
|
18
|
+
"prefix": "9J57U9392R",
|
19
|
+
"identifier": "web.com.example.one",
|
20
|
+
"status": "current",
|
21
|
+
"websitePushId": "44V62UZ8L7"
|
22
|
+
},
|
23
|
+
{
|
24
|
+
"name": "Second Website Push",
|
25
|
+
"prefix": "3KQEE2SU39",
|
26
|
+
"identifier": "web.com.example.two",
|
27
|
+
"status": "current",
|
28
|
+
"websitePushId": "R7878HDXC3"
|
29
|
+
}
|
30
|
+
]
|
31
|
+
}
|
@@ -0,0 +1,38 @@
|
|
1
|
+
{
|
2
|
+
"creationTimestamp": "2015-04-04T09:41:22Z",
|
3
|
+
"resultCode": 0,
|
4
|
+
"userLocale": "en_US",
|
5
|
+
"protocolVersion": "QH65B2",
|
6
|
+
"requestId": null,
|
7
|
+
"requestUrl": "https://developer.apple.com:443//services-account/QH65B2/account/ios/certificate/listCertRequests.action?teamId=5A997XSHK2&types=5QPB9NHCEI",
|
8
|
+
"responseId": "15e02715-5535-4249-8c06-1e2c32f0aaaa",
|
9
|
+
"isAdmin": true,
|
10
|
+
"isMember": false,
|
11
|
+
"isAgent": true,
|
12
|
+
"pageNumber": 0,
|
13
|
+
"pageSize": 0,
|
14
|
+
"totalRecords": 1,
|
15
|
+
"certRequests": [
|
16
|
+
{
|
17
|
+
"certRequestId": "2P768T2AAA",
|
18
|
+
"name": "Felix Krause",
|
19
|
+
"statusString": "Issued",
|
20
|
+
"dateRequestedString": "Nov 25, 2014",
|
21
|
+
"dateRequested": "2014-11-25T22:55:42Z",
|
22
|
+
"dateCreated": "2014-11-25T22:55:50Z",
|
23
|
+
"expirationDate": "2015-11-25T22:45:50Z",
|
24
|
+
"expirationDateString": "Nov 25, 2015",
|
25
|
+
"ownerType": "teamMember",
|
26
|
+
"ownerName": "Felix Krause",
|
27
|
+
"ownerId": "5Y354CXU3A",
|
28
|
+
"canDownload": true,
|
29
|
+
"canRevoke": true,
|
30
|
+
"certificateId": "C8DL7464RQ",
|
31
|
+
"certificateStatusCode": 0,
|
32
|
+
"certRequestStatusCode": 4,
|
33
|
+
"certificateTypeDisplayId": "5QPB9NHAAA",
|
34
|
+
"serialNum": "1B58B611A525FAAA",
|
35
|
+
"typeString": "iOS Development"
|
36
|
+
}
|
37
|
+
]
|
38
|
+
}
|
@@ -0,0 +1,34 @@
|
|
1
|
+
{
|
2
|
+
"creationTimestamp": "2017-01-29T20:03:01Z",
|
3
|
+
"resultCode": 0,
|
4
|
+
"userLocale": "en_US",
|
5
|
+
"teams": null,
|
6
|
+
"team": null,
|
7
|
+
"agent": {
|
8
|
+
"personId": 283226505,
|
9
|
+
"firstName": "Helmut",
|
10
|
+
"lastName": "Januschka",
|
11
|
+
"email": "helmut@januschka.com",
|
12
|
+
"developerStatus": "active",
|
13
|
+
"dateJoined": "2012-11-29T15:25:08Z",
|
14
|
+
"teamMemberId": "5M8TWKRZ3J"
|
15
|
+
},
|
16
|
+
"admins": [{
|
17
|
+
"personId": 1829638349,
|
18
|
+
"firstName": "Some One",
|
19
|
+
"lastName": "Some where",
|
20
|
+
"email": "email@host.com",
|
21
|
+
"developerStatus": "active",
|
22
|
+
"dateJoined": "2016-06-20T06:30:26Z",
|
23
|
+
"teamMemberId": "YGRC2L49ZF"
|
24
|
+
}],
|
25
|
+
"members": [{
|
26
|
+
"personId": 1349195020,
|
27
|
+
"firstName": "Helmut",
|
28
|
+
"lastName": "Januschka",
|
29
|
+
"email": "h.januschka@gmail.com",
|
30
|
+
"developerStatus": "active",
|
31
|
+
"dateJoined": "2010-07-02T10:09:04Z",
|
32
|
+
"teamMemberId": "2XJD8GJ8KR"
|
33
|
+
}]
|
34
|
+
}
|
Binary file
|
@@ -0,0 +1,65 @@
|
|
1
|
+
{
|
2
|
+
"creationTimestamp": "2015-05-23T20:39:54Z",
|
3
|
+
"resultCode": 0,
|
4
|
+
"userLocale": "en_US",
|
5
|
+
"protocolVersion": "QH65B2",
|
6
|
+
"requestId": "c27b0eb3-17bf-4c21-a627-ea433314eaaa",
|
7
|
+
"requestUrl": "https://developer.apple.com:443//services-account/QH65B2/account/ios/profile/regenProvisioningProfile.action?content-type=text/x-url-arguments&accept=application/json&requestId=c27b0eb3-17bf-4c21-aaaa-ea433314e708&userLocale=en_US&teamId=5A997XSAAA",
|
8
|
+
"responseId": "0fdbb0ca-5dec-4ab8-bed4-93ac33e31aaa",
|
9
|
+
"isAdmin": true,
|
10
|
+
"isMember": false,
|
11
|
+
"isAgent": true,
|
12
|
+
"pageNumber": null,
|
13
|
+
"pageSize": null,
|
14
|
+
"totalRecords": null,
|
15
|
+
"httpResponseHeaders": null,
|
16
|
+
"provisioningProfile": {
|
17
|
+
"provisioningProfileId": "68M4242AAA",
|
18
|
+
"name": "Le Profile Name",
|
19
|
+
"status": "Active",
|
20
|
+
"type": "iOS Distribution",
|
21
|
+
"distributionMethod": "store",
|
22
|
+
"proProPlatform": "ios",
|
23
|
+
"version": "2",
|
24
|
+
"dateExpire": "2015-11-25",
|
25
|
+
"managingApp": null,
|
26
|
+
"appId": {
|
27
|
+
"appIdId": "2UMR2SAAA",
|
28
|
+
"name": "App Name",
|
29
|
+
"appIdPlatform": "ios",
|
30
|
+
"prefix": "5A997XSAAA",
|
31
|
+
"identifier": "net.sunapps.1",
|
32
|
+
"isWildCard": false,
|
33
|
+
"isDuplicate": false,
|
34
|
+
"features": {
|
35
|
+
"push": true,
|
36
|
+
"inAppPurchase": true,
|
37
|
+
"gameCenter": true,
|
38
|
+
"passbook": false,
|
39
|
+
"dataProtection": "",
|
40
|
+
"homeKit": false,
|
41
|
+
"cloudKitVersion": 1,
|
42
|
+
"iCloud": false,
|
43
|
+
"LPLF93JG7M": false,
|
44
|
+
"IAD53UNK2F": false,
|
45
|
+
"V66P55NK2I": false,
|
46
|
+
"SKC3T5S89Y": false,
|
47
|
+
"APG3427HIY": false,
|
48
|
+
"HK421J6T7P": false,
|
49
|
+
"WC421J6T7P": false
|
50
|
+
},
|
51
|
+
"enabledFeatures": ["gameCenter", "inAppPurchase", "push"],
|
52
|
+
"isDevPushEnabled": false,
|
53
|
+
"isProdPushEnabled": false,
|
54
|
+
"associatedApplicationGroupsCount": null,
|
55
|
+
"associatedCloudContainersCount": null,
|
56
|
+
"associatedIdentifiersCount": null
|
57
|
+
},
|
58
|
+
"appIdId": "2UMR2S6P4L",
|
59
|
+
"deviceIds": ["5YTNZ5A9RV", "GD25LDGN99", "XJXGVS46MW", "LEL449RZER", "WXQ7V239BE", "9T5RA84V77", "S4227Y42V5", "L4378H292Z"],
|
60
|
+
"certificateIds": ["XC5PH8D47H"],
|
61
|
+
"encodedProfile": "MIIesgYJKoZIhvcNAQcCoIIeozCCHp8CAQExCzAJBgUrDgMCGgUAMIIOeAYJKoZIhvcNAQcBoIIOaQSCDmU8P3htbCB2ZXJzaW9uPSIxLjAiIGVuY29kaW5nPSJVVEYtOCI/Pgo8IURPQ1RZUEUgcGxpc3QgUFVCTElDICItLy9BcHBsZS8vRFREIFBMSVNUIDEuMC8vRU4iICJodHRwOi8vd3d3LmFwcGxlLmNvbS9EVERzL1Byb3BlcnR5TGlzdC0xLjAuZHRkIj4KPHBsaXN0IHZlcnNpb249IjEuMCI+CjxkaWN0PgoJPGtleT5BcHBJRE5hbWU8L2tleT4KCTxzdHJpbmc+R3V0IEFsdGVudGFubjwvc3RyaW5nPgoJPGtleT5BcHBsaWNhdGlvbklkZW50aWZpZXJQcmVmaXg8L2tleT4KCTxhcnJheT4KCTxzdHJpbmc+NUE5OTdYU0hLMjwvc3RyaW5nPgoJPC9hcnJheT4KCTxrZXk+Q3JlYXRpb25EYXRlPC9rZXk+Cgk8ZGF0ZT4yMDE1LTA1LTIzVDIwOjM5OjU0WjwvZGF0ZT4KCTxrZXk+",
|
62
|
+
"filename": "some_random_file_name.mobileprovision",
|
63
|
+
"UUID": "5ac4ed6b-3f86-4843-82ea-1e7e968c717e"
|
64
|
+
}
|
65
|
+
}
|
@@ -0,0 +1,66 @@
|
|
1
|
+
{
|
2
|
+
"creationTimestamp": "2015-05-23T20:39:54Z",
|
3
|
+
"resultCode": 0,
|
4
|
+
"userLocale": "en_US",
|
5
|
+
"protocolVersion": "QH65B2",
|
6
|
+
"requestId": "c27b0eb3-17bf-4c21-a627-ea433314eaaa",
|
7
|
+
"requestUrl": "https://developer.apple.com:443//services-account/QH65B2/account/ios/profile/regenProvisioningProfile.action?content-type=text/x-url-arguments&accept=application/json&requestId=c27b0eb3-17bf-4c21-aaaa-ea433314e708&userLocale=en_US&teamId=5A997XSAAA",
|
8
|
+
"responseId": "0fdbb0ca-5dec-4ab8-bed4-93ac33e31aaa",
|
9
|
+
"isAdmin": true,
|
10
|
+
"isMember": false,
|
11
|
+
"isAgent": true,
|
12
|
+
"pageNumber": null,
|
13
|
+
"pageSize": null,
|
14
|
+
"totalRecords": null,
|
15
|
+
"httpResponseHeaders": null,
|
16
|
+
"provisioningProfile": {
|
17
|
+
"provisioningProfileId": "68M4242AAA",
|
18
|
+
"name": "Le Profile Name",
|
19
|
+
"status": "Active",
|
20
|
+
"type": "iOS Distribution",
|
21
|
+
"distributionMethod": "store",
|
22
|
+
"proProPlatform": "ios",
|
23
|
+
"proProSubPlatform": "tvOS",
|
24
|
+
"version": "2",
|
25
|
+
"dateExpire": "2015-11-25",
|
26
|
+
"managingApp": null,
|
27
|
+
"appId": {
|
28
|
+
"appIdId": "2UMR2SAAA",
|
29
|
+
"name": "App Name",
|
30
|
+
"appIdPlatform": "ios",
|
31
|
+
"prefix": "5A997XSAAA",
|
32
|
+
"identifier": "net.sunapps.1",
|
33
|
+
"isWildCard": false,
|
34
|
+
"isDuplicate": false,
|
35
|
+
"features": {
|
36
|
+
"push": true,
|
37
|
+
"inAppPurchase": true,
|
38
|
+
"gameCenter": true,
|
39
|
+
"passbook": false,
|
40
|
+
"dataProtection": "",
|
41
|
+
"homeKit": false,
|
42
|
+
"cloudKitVersion": 1,
|
43
|
+
"iCloud": false,
|
44
|
+
"LPLF93JG7M": false,
|
45
|
+
"IAD53UNK2F": false,
|
46
|
+
"V66P55NK2I": false,
|
47
|
+
"SKC3T5S89Y": false,
|
48
|
+
"APG3427HIY": false,
|
49
|
+
"HK421J6T7P": false,
|
50
|
+
"WC421J6T7P": false
|
51
|
+
},
|
52
|
+
"enabledFeatures": ["gameCenter", "inAppPurchase", "push"],
|
53
|
+
"isDevPushEnabled": false,
|
54
|
+
"isProdPushEnabled": false,
|
55
|
+
"associatedApplicationGroupsCount": null,
|
56
|
+
"associatedCloudContainersCount": null,
|
57
|
+
"associatedIdentifiersCount": null
|
58
|
+
},
|
59
|
+
"appIdId": "2UMR2S6P4L",
|
60
|
+
"deviceIds": ["5YTNZ5A9RV", "GD25LDGN99", "XJXGVS46MW", "LEL449RZER", "WXQ7V239BE", "9T5RA84V77", "S4227Y42V5", "L4378H292Z"],
|
61
|
+
"certificateIds": ["XC5PH8D47H"],
|
62
|
+
"encodedProfile": "MIIesgYJKoZIhvcNAQcCoIIeozCCHp8CAQExCzAJBgUrDgMCGgUAMIIOeAYJKoZIhvcNAQcBoIIOaQSCDmU8P3htbCB2ZXJzaW9uPSIxLjAiIGVuY29kaW5nPSJVVEYtOCI/Pgo8IURPQ1RZUEUgcGxpc3QgUFVCTElDICItLy9BcHBsZS8vRFREIFBMSVNUIDEuMC8vRU4iICJodHRwOi8vd3d3LmFwcGxlLmNvbS9EVERzL1Byb3BlcnR5TGlzdC0xLjAuZHRkIj4KPHBsaXN0IHZlcnNpb249IjEuMCI+CjxkaWN0PgoJPGtleT5BcHBJRE5hbWU8L2tleT4KCTxzdHJpbmc+R3V0IEFsdGVudGFubjwvc3RyaW5nPgoJPGtleT5BcHBsaWNhdGlvbklkZW50aWZpZXJQcmVmaXg8L2tleT4KCTxhcnJheT4KCTxzdHJpbmc+NUE5OTdYU0hLMjwvc3RyaW5nPgoJPC9hcnJheT4KCTxrZXk+Q3JlYXRpb25EYXRlPC9rZXk+Cgk8ZGF0ZT4yMDE1LTA1LTIzVDIwOjM5OjU0WjwvZGF0ZT4KCTxrZXk+",
|
63
|
+
"filename": "some_random_file_name.mobileprovision",
|
64
|
+
"UUID": "5ac4ed6b-3f86-4843-82ea-1e7e968c717e"
|
65
|
+
}
|
66
|
+
}
|
@@ -0,0 +1,56 @@
|
|
1
|
+
{
|
2
|
+
"creationTimestamp": "2015-05-04T19:11:25Z",
|
3
|
+
"resultCode": 0,
|
4
|
+
"userLocale": "en_US",
|
5
|
+
"protocolVersion": "QH65B2",
|
6
|
+
"requestId": "9fb55ba7-dd61-4bae-88b4-9b4c9662225e",
|
7
|
+
"requestUrl": "https://developer.apple.com:443//services-account/QH65B2/account/ios/certificate/revokeCertificate.action",
|
8
|
+
"responseId": "f92ef71b-5448-4741-bdbb-72db40fdebac",
|
9
|
+
"isAdmin": true,
|
10
|
+
"isMember": false,
|
11
|
+
"isAgent": false,
|
12
|
+
"pageNumber": null,
|
13
|
+
"pageSize": null,
|
14
|
+
"totalRecords": null,
|
15
|
+
"certRequests": [
|
16
|
+
{
|
17
|
+
"certRequestId": "URG8EFZ96G",
|
18
|
+
"name": "Revocation",
|
19
|
+
"statusCode": 1,
|
20
|
+
"statusString": "Approved",
|
21
|
+
"dateRequestedString": "May 04, 2015",
|
22
|
+
"dateRequested": "2015-05-04T19:11:25Z",
|
23
|
+
"expirationDate": "2016-04-28T20:14:05Z",
|
24
|
+
"expirationDateString": "Apr 28, 2016",
|
25
|
+
"certificateId": "WHT3M5V55A",
|
26
|
+
"typeString": "Revocation",
|
27
|
+
"certificateType": {
|
28
|
+
"certificateTypeDisplayId": "W147BDC2UZ",
|
29
|
+
"name": "Revocation",
|
30
|
+
"daysOverlap": 0,
|
31
|
+
"maxActive": 0
|
32
|
+
},
|
33
|
+
"certificate": {
|
34
|
+
"name": null,
|
35
|
+
"certificateId": "WHT3M5V55A",
|
36
|
+
"serialNumber": "73F7E6F18B54DD37",
|
37
|
+
"status": "Revocation Pending",
|
38
|
+
"statusCode": 2,
|
39
|
+
"expirationDate": "2016-04-28",
|
40
|
+
"certificatePlatform": "ios",
|
41
|
+
"certificateType": {
|
42
|
+
"certificateTypeDisplayId": "UPV3DW712I",
|
43
|
+
"name": "APNs Production iOS",
|
44
|
+
"platform": "ios",
|
45
|
+
"permissionType": "distribution",
|
46
|
+
"distributionType": "distribution",
|
47
|
+
"distributionMethod": "push",
|
48
|
+
"ownerType": "bundle",
|
49
|
+
"daysOverlap": 364,
|
50
|
+
"maxActive": 2
|
51
|
+
},
|
52
|
+
"hasAskKey": false
|
53
|
+
}
|
54
|
+
}
|
55
|
+
]
|
56
|
+
}
|