-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmobileconnect-sdk.html
129 lines (116 loc) · 5.56 KB
/
mobileconnect-sdk.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/site.css" />
</head>
<body>
<header>
<h1>Mobile Connect SDK Developer Documentation</h1>
<img src="https://security.gallagher.com/-/media/Project/Security-Business/Security-Public-Site/Images/logo.png"></img>
<style type="text/css">
#content {
padding: 1em;
}
#sections3 td {
width: 33%;
padding-right: 1.3em;
vertical-align: top;
}
</style>
</header>
<div id="content">
<p>
<b>Current release:</b> iOS SDK 17.0.014, Android SDK 17.0.027 <br />
For more information refer to <a href="mobileconnectsdk/releases.html">Mobile Connect SDK Releases</a>.
</p>
<h2>Overview</h2>
<p>
If you are not familiar with Gallagher's Mobile Connect application, or how it and the mobile credential registration process work, you should familiarize yourself before going further with the SDK.
A good place to start is with the Cloud and App Security Technical Information Paper.
</p>
<p>
<a href="https://gallaghersecurity.github.io/r/mobileconnect-cloud-and-app-security">Mobile Connect Cloud and App Security</a>
</p>
<p>
Once you are familiar with Mobile Connect and the Credential Registration process, we recommend that you start with the Integration Guide. <br />
It is designed to give a big picture view covering server-side integration as well as the mobile apps, and offers architectural guidance.
</p>
<p>
<a href="https://gallaghersecurity.github.io/r/mobileconnectsdk-integration-guide">Mobile Connect SDK Integration Guide</a>
</p>
<h3>Support and Release Policy</h3>
<p>
<a href="https://gallaghersecurity.github.io/r/mobileconnectsdk-support-and-release-policy">Mobile Connect SDK Support and Release Policy</a>
</p>
<hr noshade="noshade" />
<table id="sections3">
<tr>
<td width="33%">
<h2>Server</h2>
<p>
In order to issue Mobile Credentials to your application using the SDK, you must use the Command Centre REST API.
</p>
<p>
<a href="mobileconnectsdk-docs/docs/server/Mobile%20Connect%20SDK%20-%20Getting%20started%20with%20the%20Command%20Centre%20REST%20API.pdf">Getting started with the Command Centre REST API</a>
</p>
<p>
<a href="mobileconnectsdk-docs/docs/server/Mobile%20Connect%20SDK%20-%20Running%20the%20REST%20API%20sample%20integrations.pdf">Running the REST API sample integrations</a>
</p>
<p>The full REST API documentation is available for reference, or for more advanced needs</p>
<p>
<a href="cc-rest-docs/ref/index.html">Command Centre REST API Documentation</a>
</p>
<h3>Sample Code</h3>
<p>
<a href="https://github.com/GallagherSecurity/mobileconnectsdk-docs/tree/master/samples/server/nodejs">NodeJS Sample Integration</a>
</p>
<p>
<a href="https://github.com/GallagherSecurity/mobileconnectsdk-docs/tree/master/samples/server/aspnet">ASP.NET Core Sample Integration</a>
</p>
</td>
<td width="33%">
<h2>Android</h2>
<p>Start with the Developer Guide</p>
<p>
<a href="mobileconnectsdk-docs/docs/android/sdk-docs/index.html">Android Developer Guide</a>
</p>
<p>The API reference contains details of all public functionality in the SDK</p>
<p>
<a href="mobileconnectsdk-docs/docs/android/sdk-docs/annotated.html">API reference</a>
</p>
<h3>Sample Code</h3>
<p>
<a href="https://github.com/GallagherSecurity/mobileconnectsdk-docs/tree/master/samples/android/mobileconnectsdksample">Android MobileConnectSdkSample on Github</a>
</p>
</td>
<td width="33%">
<h2>iOS</h2>
<p>Start with the Developer Guide</p>
<p>
<a href="mobileconnectsdk-docs/docs/ios/sdk-docs/developer-guide.html">iOS Developer Guide</a>
</p>
<p>The API reference contains details of all public functionality in the SDK</p>
<p>
<a href="mobileconnectsdk-docs/docs/ios/sdk-docs/Protocols/MobileAccess.html">API reference</a>
</p>
<h3>Sample Code</h3>
<p>
<a href="https://github.com/GallagherSecurity/mobileconnectsdk-docs/tree/master/samples/ios/mobileconnectsdksample">iOS MobileConnectSdkSample on Github</a>
</p>
</td>
</tr>
</table>
<hr noshade="noshade" />
<h2>How to get the SDK software</h2>
<p>
Please contact our Security Interfaces inbox at <a href="mailto:tech.partner.program@security.gallagher.com">tech.partner.program@security.gallagher.com</a> <br />
You will be asked to fill out our Interfaces Developer Application form. <br />
We need this information to ensure we can provide you with the right software, and so we can add your details to our distribution list to notify you about future updates and security fixes.
</p>
<h2>Reference</h2>
<a>
All of the above documentation and sample code is available in the <a href="https://github.com/GallagherSecurity/mobileconnectsdk-docs">GallagherSecurity/mobileconnectsdk-docs git repository</a>
</a>
</div>
</body>
</html>