Skip to content

Commit

Permalink
Introducing new Notifications Manager. Support for iOS9 SSL and more.…
Browse files Browse the repository at this point in the history
… see release notes.
  • Loading branch information
Amit Palomo committed Nov 22, 2015
1 parent 9f9e028 commit 3e8b5f3
Show file tree
Hide file tree
Showing 30 changed files with 2,555 additions and 69 deletions.
10 changes: 6 additions & 4 deletions Docs/html/Classes/IGLocation.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<link rel="stylesheet" href="../css/style.css">
<meta name="viewport" content="initial-scale=1, maximum-scale=1.4">
<meta name="generator" content="appledoc 2.2.1 (build 1333)">
<meta name="generator" content="appledoc 2.2.1 (build 1334)">
</head>
<body class="appledoc">
<header>
Expand Down Expand Up @@ -123,7 +123,7 @@ <h2 class="subtitle subtitle-overview">Overview</h2>
This object incorporates the geographical coordinates and altitude of the device’s location
along with values indicating the accuracy of the measurements and when those measurements were made.
The user Motion State (see <a href="#//api/name/motionState"><code>motionState</code></a>) provided by IGLocation represents the physical activity of
the user (Standing, Started Moving, Moving Slow or Moving Fast) while this measurements were made.</p>
the user (Standing, Started moving, Walking, Driving slow or Driving fast) while this measurements were made.</p>
</div>


Expand Down Expand Up @@ -529,15 +529,17 @@ <h4 class="method-subtitle">Declared In</h4>





</main>

<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2015 IngeoSDK. All rights reserved. Updated: 2015-07-05</p>
<p class="copyright">Copyright &copy; 2015 IngeoSDK. All rights reserved. Updated: 2015-11-22</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>

</div>
</footer>
Expand Down
40 changes: 34 additions & 6 deletions Docs/html/Classes/IGLocationManager.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<link rel="stylesheet" href="../css/style.css">
<meta name="viewport" content="initial-scale=1, maximum-scale=1.4">
<meta name="generator" content="appledoc 2.2.1 (build 1333)">
<meta name="generator" content="appledoc 2.2.1 (build 1334)">
</head>
<body class="appledoc">
<header>
Expand Down Expand Up @@ -64,6 +64,8 @@ <h1 id="library-title">

<option value="//api/name/delegate">+ delegate</option>

<option value="//api/name/igclLocationManager">+ igclLocationManager</option>

<option value="//api/name/initWithDelegate:secretAPIKey:">+ initWithDelegate:secretAPIKey:</option>

<option value="//api/name/secretAPIKey">+ secretAPIKey</option>
Expand Down Expand Up @@ -119,13 +121,13 @@ <h1 class="title">IGLocationManager Class Reference</h1>
<a title="Overview" name="overview"></a>
<h2 class="subtitle subtitle-overview">Overview</h2>
<p>IGLocationManager is the central point for interacting with IngeoSDK. it provides configuration interface, activation methods and easy retriveal of location data.
IGLocationManager does several (annoying) tasks for you, so you should worry less and focus on coding your app:</p>
IGLocationManager does several (annoying) tasks for you:</p>

<ul>
<li>It handles the request for permission for location services from your users.</li>
<li>It is already configured for optimal usage and lowest battery consumption possible.</li>
<li>It is configured for optimal usage and lowest battery consumption possible.</li>
<li>It runs in background to constantly deliver you with accurate location updates.</li>
<li>It provides you with the physical Motion State of your users (Standing, Started Moving, Moving Slow or Moving Fast).</li>
<li>It provides you with the physical Motion State of your users (Standing, Walking, Driving slow or Driving fast).</li>
<li>It filters out noise and inaccurate or irrelevant location updates.</li>
<li>It resports anonymous location updates to Ingeo backend server to provide you with great Analytics Dashboard (can be disabled using <a href="#//api/name/setIngeoBackendSupport:"><code>setIngeoBackendSupport:</code></a>).</li>
</ul>
Expand Down Expand Up @@ -754,6 +756,30 @@ <h4 class="method-subtitle">Declared In</h4>
</div>


</div>
</div>
</div>
</div>


<a title="Extension Methods" name="task_Extension Methods"></a>
<h2 class="task-title">Extension Methods</h2>

<div class="task-list">
<div class="section-method">
<a name="//api/name/igclLocationManager" title="igclLocationManager"></a>
<h3 class="method-title"><code><a href="#//api/name/igclLocationManager">+&nbsp;igclLocationManager</a></code>
</h3>

<div class="method-info">
<div class="pointy-thing"></div>

<div class="method-info-container">


<div class="method-subsection method-declaration"><code>+ (IGCLLocationManager *)igclLocationManager</code></div>


</div>
</div>
</div>
Expand All @@ -764,15 +790,17 @@ <h4 class="method-subtitle">Declared In</h4>





</main>

<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2015 IngeoSDK. All rights reserved. Updated: 2015-07-05</p>
<p class="copyright">Copyright &copy; 2015 IngeoSDK. All rights reserved. Updated: 2015-11-22</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>

</div>
</footer>
Expand Down
184 changes: 184 additions & 0 deletions Docs/html/Classes/IGNotification.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,184 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">

<title>IGNotification Class Reference</title>

<link rel="stylesheet" href="../css/style.css">
<meta name="viewport" content="initial-scale=1, maximum-scale=1.4">
<meta name="generator" content="appledoc 2.2.1 (build 1334)">
</head>
<body class="appledoc">
<header>
<div class="container" class="hide-in-xcode">

<h1 id="library-title">
<a href="../index.html">IngeoSDK for iOS </a>
</h1>

<p id="developer-home">
<a href="../index.html">IngeoSDK</a>
</p>

</div>
</header>

<aside>
<div class="container">
<nav>
<ul id="header-buttons" role="toolbar">
<li><a href="../index.html">Index</a></li>
<li><a href="../hierarchy.html">Hierarchy</a></li>

<li id="on-this-page" role="navigation">
<label>
On This Page

<div class="chevron">
<div class="chevy chevron-left"></div>
<div class="chevy chevron-right"></div>
</div>

<select id="jump-to">
<option value="top">Jump To&#133;</option>




<option value="tasks">Tasks</option>





<optgroup label="Properties">

<option value="//api/name/notification">notification</option>

<option value="//api/name/repeat">repeat</option>

<option value="//api/name/trigger">trigger</option>

</optgroup>






</select>
</label>
</li>
</ul>
</nav>
</div>
</aside>

<article>
<div id="overview_contents" class="container">
<div id="content">
<main role="main">
<h1 class="title">IGNotification Class Reference</h1>


<div class="section section-specification"><table cellspacing="0"><tbody>
<tr>
<th>Inherits from</th>
<td>NSObject</td>
</tr><tr>
<th>Declared in</th>
<td>IGNotification.h</td>
</tr>
</tbody></table></div>






<div class="section section-tasks">
<a title="Tasks" name="tasks"></a>





<div class="task-list">
<div class="section-method">
<a name="//api/name/trigger" title="trigger"></a>
<h3 class="method-title"><code><a href="#//api/name/trigger">&nbsp;&nbsp;trigger</a></code>
</h3>

<div class="method-info">
<div class="pointy-thing"></div>

<div class="method-info-container">


<div class="method-subsection method-declaration"><code>@property (nonatomic, strong) IGTrigger *trigger</code></div>


</div>
</div>
</div><div class="section-method">
<a name="//api/name/repeat" title="repeat"></a>
<h3 class="method-title"><code><a href="#//api/name/repeat">&nbsp;&nbsp;repeat</a></code>
</h3>

<div class="method-info">
<div class="pointy-thing"></div>

<div class="method-info-container">


<div class="method-subsection method-declaration"><code>@property (nonatomic, assign) BOOL repeat</code></div>


</div>
</div>
</div><div class="section-method">
<a name="//api/name/notification" title="notification"></a>
<h3 class="method-title"><code><a href="#//api/name/notification">&nbsp;&nbsp;notification</a></code>
</h3>

<div class="method-info">
<div class="pointy-thing"></div>

<div class="method-info-container">


<div class="method-subsection method-declaration"><code>@property (nonatomic, strong) UILocalNotification *notification</code></div>


</div>
</div>
</div>
</div>

</div>






</main>

<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2015 IngeoSDK. All rights reserved. Updated: 2015-11-22</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>

</div>
</footer>
</div>
</div>
</article>

<script src="../js/script.js"></script>
</body>
</html>
Loading

0 comments on commit 3e8b5f3

Please sign in to comment.