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,93 @@
|
|
1
|
+
{
|
2
|
+
"creationTimestamp": "2015-05-14T15:02:01Z",
|
3
|
+
"resultCode": 0,
|
4
|
+
"userLocale": "en_US",
|
5
|
+
"protocolVersion": "QH65B2",
|
6
|
+
"requestId": "9d1eb364-dfa2-482b-9ff9-6bc3bb9c3d21",
|
7
|
+
"requestUrl": "https://developer.apple.com:443//services-account/QH65B2/account/ios/profile/getProvisioningProfile.action?content-type=text/x-url-arguments&accept=application/json&requestId=9d1eb364-dfa2-482b-9ff9-6bc3bb9c3d21&userLocale=en_US&teamId=5A997XSHK2&includeInactiveProfiles=true&onlyCountLists=true",
|
8
|
+
"responseId": "32ac3bfa-18e3-465f-9738-6721f87766ed",
|
9
|
+
"isAdmin": false,
|
10
|
+
"isMember": true,
|
11
|
+
"isAgent": false,
|
12
|
+
"pageNumber": null,
|
13
|
+
"pageSize": null,
|
14
|
+
"totalRecords": null,
|
15
|
+
"provisioningProfile": {
|
16
|
+
"provisioningProfileId": "0123456789",
|
17
|
+
"name": "1 Gut Altentann App Store",
|
18
|
+
"status": "Invalid",
|
19
|
+
"type": "tvOS Distribution",
|
20
|
+
"distributionMethod": "store",
|
21
|
+
"proProPlatform": "ios",
|
22
|
+
"proProSubPlatform": "tvOS",
|
23
|
+
"version": "2",
|
24
|
+
"dateExpire": "2015-11-25",
|
25
|
+
"managingApp": null,
|
26
|
+
"appId": {
|
27
|
+
"appIdId": "2UMR2S6P4L",
|
28
|
+
"name": "Gut Altentann",
|
29
|
+
"appIdPlatform": "ios",
|
30
|
+
"prefix": "5A997XSHK2",
|
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": [
|
52
|
+
"gameCenter",
|
53
|
+
"inAppPurchase",
|
54
|
+
"push"
|
55
|
+
],
|
56
|
+
"isDevPushEnabled": false,
|
57
|
+
"isProdPushEnabled": false,
|
58
|
+
"associatedApplicationGroupsCount": null,
|
59
|
+
"associatedCloudContainersCount": null,
|
60
|
+
"associatedIdentifiersCount": null
|
61
|
+
},
|
62
|
+
"appIdId": "2UMR2S6P4L",
|
63
|
+
"deviceCount": 0,
|
64
|
+
"certificates": [{
|
65
|
+
"name": "iOS Development: Felix Krause",
|
66
|
+
"displayName": null,
|
67
|
+
"certificateId": "3BH4JJSWM4",
|
68
|
+
"serialNumber": "76CE84A447D2E388",
|
69
|
+
"status": "Issued",
|
70
|
+
"statusCode": 0,
|
71
|
+
"expirationDate": "2017-09-15",
|
72
|
+
"expirationDateString": "Sep 15, 2017",
|
73
|
+
"certificatePlatform": "ios",
|
74
|
+
"certificateType": {
|
75
|
+
"certificateTypeDisplayId": "5QPB9NHCEI",
|
76
|
+
"name": "tvOS Development",
|
77
|
+
"platform": "ios",
|
78
|
+
"permissionType": "development",
|
79
|
+
"distributionType": "development",
|
80
|
+
"distributionMethod": "app",
|
81
|
+
"ownerType": "teamMember",
|
82
|
+
"daysOverlap": 364,
|
83
|
+
"maxActive": 1
|
84
|
+
},
|
85
|
+
"hasAskKey": false
|
86
|
+
}],
|
87
|
+
"devices": [],
|
88
|
+
"deviceIds": ["FVRY7XH22J", "4ZE252U553"],
|
89
|
+
"certificateIds": ["3BH4JJSWM4"],
|
90
|
+
"certificateCount": 1,
|
91
|
+
"UUID": "cc4d542e-1ee6-445f-967f-f19aea167e7a"
|
92
|
+
}
|
93
|
+
}
|
@@ -0,0 +1,30 @@
|
|
1
|
+
{
|
2
|
+
"creationTimestamp": "2015-08-06T10:55:20Z",
|
3
|
+
"resultCode": 0,
|
4
|
+
"userLocale": "en_US",
|
5
|
+
"protocolVersion": "QH65B2",
|
6
|
+
"requestId": "7d14e816-0f2e-42a0-81d1-e4c151d0c369",
|
7
|
+
"requestUrl": "https://developer.apple.com:443//services-account/QH65B2/account/ios/identifiers/listApplicationGroups.action",
|
8
|
+
"responseId": "4bc3cae3-fad8-4096-b658-1878ba013b2b",
|
9
|
+
"isAdmin": true,
|
10
|
+
"isMember": false,
|
11
|
+
"isAgent": true,
|
12
|
+
"pageNumber": 1,
|
13
|
+
"pageSize": 500,
|
14
|
+
"totalRecords": 2,
|
15
|
+
"httpResponseHeaders": null,
|
16
|
+
"applicationGroupList": [{
|
17
|
+
"name": "First group",
|
18
|
+
"prefix": "9J57U9392R",
|
19
|
+
"identifier": "group.com.example.one",
|
20
|
+
"status": "current",
|
21
|
+
"applicationGroup": "44V62UZ8L7"
|
22
|
+
}, {
|
23
|
+
"name": "Group II",
|
24
|
+
"prefix": "9J57U9392R",
|
25
|
+
"identifier": "group.com.example.two",
|
26
|
+
"status": "current",
|
27
|
+
"applicationGroup": "2GKKV64NUG"
|
28
|
+
}
|
29
|
+
]
|
30
|
+
}
|
@@ -0,0 +1,97 @@
|
|
1
|
+
{
|
2
|
+
"creationTimestamp": "2015-04-07T10:24:02Z",
|
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/listAppIds.action",
|
8
|
+
"responseId": "0d35cf9b-fe1e-4420-b94b-71dce02c2aaa",
|
9
|
+
"isAdmin": true,
|
10
|
+
"isMember": false,
|
11
|
+
"isAgent": true,
|
12
|
+
"pageNumber": 0,
|
13
|
+
"pageSize": 0,
|
14
|
+
"totalRecords": 25,
|
15
|
+
"appIds": [
|
16
|
+
{
|
17
|
+
"appIdId": "B7JBD8LHAA",
|
18
|
+
"name": "The App Name",
|
19
|
+
"appIdPlatform": "ios",
|
20
|
+
"prefix": "5A997XSHK2",
|
21
|
+
"identifier": "net.sunapps.151",
|
22
|
+
"isWildCard": false,
|
23
|
+
"isDuplicate": false,
|
24
|
+
"features": {},
|
25
|
+
"enabledFeatures": [],
|
26
|
+
"isDevPushEnabled": null,
|
27
|
+
"isProdPushEnabled": null,
|
28
|
+
"associatedApplicationGroupsCount": null,
|
29
|
+
"associatedCloudContainersCount": null,
|
30
|
+
"associatedIdentifiersCount": null
|
31
|
+
},
|
32
|
+
{
|
33
|
+
"appIdId": "2UMR2S6PAA",
|
34
|
+
"name": "The Second App Name",
|
35
|
+
"appIdPlatform": "ios",
|
36
|
+
"prefix": "5A997XSHK2",
|
37
|
+
"identifier": "net.sunapps.1",
|
38
|
+
"isWildCard": false,
|
39
|
+
"isDuplicate": false,
|
40
|
+
"features": {},
|
41
|
+
"enabledFeatures": [],
|
42
|
+
"isDevPushEnabled": null,
|
43
|
+
"isProdPushEnabled": null,
|
44
|
+
"associatedApplicationGroupsCount": null,
|
45
|
+
"associatedCloudContainersCount": null,
|
46
|
+
"associatedIdentifiersCount": null
|
47
|
+
},
|
48
|
+
{
|
49
|
+
"appIdId": "R9YNDTPLJX",
|
50
|
+
"name": "GC Goehrde",
|
51
|
+
"appIdPlatform": "ios",
|
52
|
+
"prefix": "5A997XSHK2",
|
53
|
+
"identifier": "net.sunapps.106",
|
54
|
+
"isWildCard": false,
|
55
|
+
"isDuplicate": false,
|
56
|
+
"features": {},
|
57
|
+
"enabledFeatures": [],
|
58
|
+
"isDevPushEnabled": null,
|
59
|
+
"isProdPushEnabled": null,
|
60
|
+
"associatedApplicationGroupsCount": null,
|
61
|
+
"associatedCloudContainersCount": null,
|
62
|
+
"associatedIdentifiersCount": null
|
63
|
+
},
|
64
|
+
{
|
65
|
+
"appIdId": "ZCN5GJG9AA",
|
66
|
+
"name": "Xcode iOS Wildcard App ID",
|
67
|
+
"appIdPlatform": "ios",
|
68
|
+
"prefix": "5A997XSHK2",
|
69
|
+
"identifier": "*",
|
70
|
+
"isWildCard": true,
|
71
|
+
"isDuplicate": false,
|
72
|
+
"features": {},
|
73
|
+
"enabledFeatures": [],
|
74
|
+
"isDevPushEnabled": null,
|
75
|
+
"isProdPushEnabled": null,
|
76
|
+
"associatedApplicationGroupsCount": null,
|
77
|
+
"associatedCloudContainersCount": null,
|
78
|
+
"associatedIdentifiersCount": null
|
79
|
+
},
|
80
|
+
{
|
81
|
+
"appIdId": "L42E9BTRAA",
|
82
|
+
"name": "SunApps",
|
83
|
+
"appIdPlatform": "ios",
|
84
|
+
"prefix": "5A997XSHK2",
|
85
|
+
"identifier": "net.sunapps.*",
|
86
|
+
"isWildCard": true,
|
87
|
+
"isDuplicate": false,
|
88
|
+
"features": {},
|
89
|
+
"enabledFeatures": [],
|
90
|
+
"isDevPushEnabled": null,
|
91
|
+
"isProdPushEnabled": null,
|
92
|
+
"associatedApplicationGroupsCount": null,
|
93
|
+
"associatedCloudContainersCount": null,
|
94
|
+
"associatedIdentifiersCount": null
|
95
|
+
}
|
96
|
+
]
|
97
|
+
}
|
@@ -0,0 +1,97 @@
|
|
1
|
+
{
|
2
|
+
"creationTimestamp": "2015-04-07T10:24:02Z",
|
3
|
+
"resultCode": 0,
|
4
|
+
"userLocale": "en_US",
|
5
|
+
"protocolVersion": "QH65B2",
|
6
|
+
"requestId": null,
|
7
|
+
"requestUrl": "https://developer.apple.com:443//services-account/QH65B2/account/mac/identifiers/listAppIds.action",
|
8
|
+
"responseId": "0d35cf9b-fe1e-4420-b94b-71dce02c2aaa",
|
9
|
+
"isAdmin": true,
|
10
|
+
"isMember": false,
|
11
|
+
"isAgent": true,
|
12
|
+
"pageNumber": 0,
|
13
|
+
"pageSize": 0,
|
14
|
+
"totalRecords": 25,
|
15
|
+
"appIds": [
|
16
|
+
{
|
17
|
+
"appIdId": "B7JBD8LHAA",
|
18
|
+
"name": "The App Name",
|
19
|
+
"appIdPlatform": "mac",
|
20
|
+
"prefix": "5A997XSHK2",
|
21
|
+
"identifier": "net.sunapps.151",
|
22
|
+
"isWildCard": false,
|
23
|
+
"isDuplicate": false,
|
24
|
+
"features": {},
|
25
|
+
"enabledFeatures": [],
|
26
|
+
"isDevPushEnabled": null,
|
27
|
+
"isProdPushEnabled": null,
|
28
|
+
"associatedApplicationGroupsCount": null,
|
29
|
+
"associatedCloudContainersCount": null,
|
30
|
+
"associatedIdentifiersCount": null
|
31
|
+
},
|
32
|
+
{
|
33
|
+
"appIdId": "2UMR2S6PAA",
|
34
|
+
"name": "The Second App Name",
|
35
|
+
"appIdPlatform": "mac",
|
36
|
+
"prefix": "5A997XSHK2",
|
37
|
+
"identifier": "net.sunapps.1",
|
38
|
+
"isWildCard": false,
|
39
|
+
"isDuplicate": false,
|
40
|
+
"features": {},
|
41
|
+
"enabledFeatures": [],
|
42
|
+
"isDevPushEnabled": null,
|
43
|
+
"isProdPushEnabled": null,
|
44
|
+
"associatedApplicationGroupsCount": null,
|
45
|
+
"associatedCloudContainersCount": null,
|
46
|
+
"associatedIdentifiersCount": null
|
47
|
+
},
|
48
|
+
{
|
49
|
+
"appIdId": "R9YNDTPLJX",
|
50
|
+
"name": "GC Goehrde",
|
51
|
+
"appIdPlatform": "mac",
|
52
|
+
"prefix": "5A997XSHK2",
|
53
|
+
"identifier": "net.sunapps.106",
|
54
|
+
"isWildCard": false,
|
55
|
+
"isDuplicate": false,
|
56
|
+
"features": {},
|
57
|
+
"enabledFeatures": [],
|
58
|
+
"isDevPushEnabled": null,
|
59
|
+
"isProdPushEnabled": null,
|
60
|
+
"associatedApplicationGroupsCount": null,
|
61
|
+
"associatedCloudContainersCount": null,
|
62
|
+
"associatedIdentifiersCount": null
|
63
|
+
},
|
64
|
+
{
|
65
|
+
"appIdId": "ZCN5GJG9AA",
|
66
|
+
"name": "Xcode Wildcard App ID",
|
67
|
+
"appIdPlatform": "mac",
|
68
|
+
"prefix": "5A997XSHK2",
|
69
|
+
"identifier": "*",
|
70
|
+
"isWildCard": true,
|
71
|
+
"isDuplicate": false,
|
72
|
+
"features": {},
|
73
|
+
"enabledFeatures": [],
|
74
|
+
"isDevPushEnabled": null,
|
75
|
+
"isProdPushEnabled": null,
|
76
|
+
"associatedApplicationGroupsCount": null,
|
77
|
+
"associatedCloudContainersCount": null,
|
78
|
+
"associatedIdentifiersCount": null
|
79
|
+
},
|
80
|
+
{
|
81
|
+
"appIdId": "L42E9BTRAA",
|
82
|
+
"name": "SunApps",
|
83
|
+
"appIdPlatform": "mac",
|
84
|
+
"prefix": "5A997XSHK2",
|
85
|
+
"identifier": "net.sunapps.*",
|
86
|
+
"isWildCard": true,
|
87
|
+
"isDuplicate": false,
|
88
|
+
"features": {},
|
89
|
+
"enabledFeatures": [],
|
90
|
+
"isDevPushEnabled": null,
|
91
|
+
"isProdPushEnabled": null,
|
92
|
+
"associatedApplicationGroupsCount": null,
|
93
|
+
"associatedCloudContainersCount": null,
|
94
|
+
"associatedIdentifiersCount": null
|
95
|
+
}
|
96
|
+
]
|
97
|
+
}
|
@@ -0,0 +1,80 @@
|
|
1
|
+
{
|
2
|
+
"creationTimestamp": "2015-04-04T08:31:38Z",
|
3
|
+
"resultCode": 0,
|
4
|
+
"userLocale": "en_US",
|
5
|
+
"protocolVersion": "QH65B2",
|
6
|
+
"requestId": "e1465eff-064e-4ad5-9b03-a333e4cfaaaa",
|
7
|
+
"requestUrl": "https://developer.apple.com:443//services-account/QH65B2/account/ios/certificate/listCertRequests.action?content-type=text/x-url-arguments&accept=application/json&userLocale=en_US&certificateStatus=0",
|
8
|
+
"responseId": "e2324663-c1ff-41ed-93e1-27d1f65d1aaaa",
|
9
|
+
"isAdmin": true,
|
10
|
+
"isMember": false,
|
11
|
+
"isAgent": true,
|
12
|
+
"pageNumber": 1,
|
13
|
+
"pageSize": 500,
|
14
|
+
"totalRecords": 3,
|
15
|
+
"certRequests": [
|
16
|
+
{
|
17
|
+
"certRequestId": "B23Q2P3AAA",
|
18
|
+
"name": "SunApps GmbH",
|
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": "team",
|
26
|
+
"ownerName": "SunApps GmbH",
|
27
|
+
"ownerId": "5A997XSAAA",
|
28
|
+
"canDownload": true,
|
29
|
+
"canRevoke": true,
|
30
|
+
"certificateId": "XC5PH8DAAA",
|
31
|
+
"certificateStatusCode": 0,
|
32
|
+
"certRequestStatusCode": 4,
|
33
|
+
"certificateTypeDisplayId": "R58UK2EAAA",
|
34
|
+
"serialNum": "797E732CCE8B7AAA",
|
35
|
+
"typeString": "iOS Distribution"
|
36
|
+
},
|
37
|
+
{
|
38
|
+
"certRequestId": "QTZF38GAAA",
|
39
|
+
"name": "net.sunapps.54",
|
40
|
+
"statusString": "Issued",
|
41
|
+
"dateRequestedString": "Apr 02, 2015",
|
42
|
+
"dateRequested": "2015-04-02T21:33:51Z",
|
43
|
+
"dateCreated": "2015-04-02T21:34:00Z",
|
44
|
+
"expirationDate": "2016-04-01T21:24:00Z",
|
45
|
+
"expirationDateString": "Apr 01, 2016",
|
46
|
+
"ownerType": "bundle",
|
47
|
+
"ownerName": "Timelack",
|
48
|
+
"ownerId": "3599RCHAAA",
|
49
|
+
"canDownload": true,
|
50
|
+
"canRevoke": true,
|
51
|
+
"certificateId": "32KPRBAAAA",
|
52
|
+
"certificateStatusCode": 0,
|
53
|
+
"certRequestStatusCode": 4,
|
54
|
+
"certificateTypeDisplayId": "UPV3DW712I",
|
55
|
+
"serialNum": "7CFA36F20F058AAA",
|
56
|
+
"typeString": "APNs Production iOS"
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"certRequestId": "SPAZZUBAAA",
|
60
|
+
"name": "SunApps GmbH",
|
61
|
+
"statusString": "Issued",
|
62
|
+
"dateRequestedString": "Feb 10, 2015",
|
63
|
+
"dateRequested": "2015-02-10T23:54:14Z",
|
64
|
+
"dateCreated": "2015-02-10T23:54:20Z",
|
65
|
+
"expirationDate": "2016-02-10T23:44:20Z",
|
66
|
+
"expirationDateString": "Feb 10, 2016",
|
67
|
+
"ownerType": "team",
|
68
|
+
"ownerName": "SunApps GmbH",
|
69
|
+
"ownerId": "5A997XAAA",
|
70
|
+
"canDownload": true,
|
71
|
+
"canRevoke": true,
|
72
|
+
"certificateId": "LHNT9C2AAA",
|
73
|
+
"certificateStatusCode": 0,
|
74
|
+
"certRequestStatusCode": 4,
|
75
|
+
"certificateTypeDisplayId": "R58UK2EWSO",
|
76
|
+
"serialNum": "7A52B44BBAEEEAAA",
|
77
|
+
"typeString": "iOS Distribution"
|
78
|
+
}
|
79
|
+
]
|
80
|
+
}
|
@@ -0,0 +1,53 @@
|
|
1
|
+
{
|
2
|
+
"creationTimestamp": "2015-04-25T00:02:42Z",
|
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/device/listDevices.action",
|
8
|
+
"responseId": "21bcfffa-90cb-4e2b-8143-a20dca8a60b5",
|
9
|
+
"isAdmin": true,
|
10
|
+
"isMember": false,
|
11
|
+
"isAgent": false,
|
12
|
+
"pageNumber": 1,
|
13
|
+
"pageSize": 100,
|
14
|
+
"totalRecords": 4,
|
15
|
+
"devices": [
|
16
|
+
{
|
17
|
+
"deviceId": "AAAAAAAAAA",
|
18
|
+
"name": "Felix's iPhone",
|
19
|
+
"deviceNumber": "a03b816861e89fac0a4da5884cb9d2f01bd5641e",
|
20
|
+
"devicePlatform": "ios",
|
21
|
+
"status": "c",
|
22
|
+
"model": "iPhone 5 (Model A1428)",
|
23
|
+
"deviceClass": "iphone"
|
24
|
+
},
|
25
|
+
{
|
26
|
+
"deviceId": "BBBBBBBBBB",
|
27
|
+
"name": "Stefan's iPhone",
|
28
|
+
"deviceNumber": "e5814abb3b1d92087d48b64f375d8e7694932c39",
|
29
|
+
"devicePlatform": "ios",
|
30
|
+
"status": "c",
|
31
|
+
"model": "iPhone 6",
|
32
|
+
"deviceClass": "iphone"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"deviceId": "CCCCCCCCCC",
|
36
|
+
"name": "Personal iPhone",
|
37
|
+
"deviceNumber": "97467684eb8dfa3c6d272eac3890dab0d001c706",
|
38
|
+
"devicePlatform": "ios",
|
39
|
+
"status": "c",
|
40
|
+
"model": null,
|
41
|
+
"deviceClass": "ipod"
|
42
|
+
},
|
43
|
+
{
|
44
|
+
"deviceId": "DDDDDDDDDD",
|
45
|
+
"name": "iPhone",
|
46
|
+
"deviceNumber": "51dda99a3efe92ffc7d8e9dfe4ca4d2fb94ae509",
|
47
|
+
"devicePlatform": "ios",
|
48
|
+
"status": "c",
|
49
|
+
"model": "iPhone 4 GSM",
|
50
|
+
"deviceClass": "iphone"
|
51
|
+
}
|
52
|
+
]
|
53
|
+
}
|