Skip to content

Commit

Permalink
Version 1.4.1, fixes telemetry reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
heypiotr committed Jul 1, 2019
1 parent 3afd622 commit 8728f20
Show file tree
Hide file tree
Showing 44 changed files with 367 additions and 193 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.4.1] 2019-07-01

### Fixed:
- Fixed telemetry reporting.

## [1.4.0] 2019-04-25

### Changed:
- Now `ProximityObserver` will return error (and thus will fail) if *all tags* have no devices assigned. If any tag will have at least one device assigned, then monitoring will be started.

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ NS_SWIFT_NAME(ProximityObserverConfiguration)
@interface EPXProximityObserverConfiguration : NSObject

/**
Creates a default Proximity Observer configuration object.
Creates a default Proximity Observer configuration object, which has `EPXLogLevelWarning` logs level, and enabled both requesting Core Location authorization and telemetry reporting.
*/
@property(nonatomic, strong, readonly, class) EPXProximityObserverConfiguration *defaultConfiguration;

Expand Down
Binary file modified EstimoteProximitySDK/EstimoteProximitySDK.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://github.com/Estimote/iOS-Proximity-SDK" target="_blank" rel="external">Estimote</a>. All rights reserved. (Last updated: 2018-09-19)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2019 <a class="link" href="" target="_blank" rel="external">Estimote</a>. All rights reserved. (Last updated: 2019-07-01)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.10.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
18 changes: 13 additions & 5 deletions docs/Classes/EPXCloudCredentials.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,17 @@ <h4>Declaration</h4>
<code>
<a name="/c:objc(cs)EPXCloudCredentials(im)init"></a>
<a name="//apple_ref/objc/Method/-init" class="dashAnchor"></a>
<a class="token" href="#/c:objc(cs)EPXCloudCredentials(im)init">-init</a>
<a class="token discouraged" href="#/c:objc(cs)EPXCloudCredentials(im)init">-init</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="aside aside-unavailable">
<p class="aside-title">Unavailable</p>

</div>
<div class="abstract">
<p>Init is disabled for this class.</p>

Expand All @@ -191,13 +195,17 @@ <h4>Declaration</h4>
<code>
<a name="/c:objc(cs)EPXCloudCredentials(cm)new"></a>
<a name="//apple_ref/objc/Method/+new" class="dashAnchor"></a>
<a class="token" href="#/c:objc(cs)EPXCloudCredentials(cm)new">+new</a>
<a class="token discouraged" href="#/c:objc(cs)EPXCloudCredentials(cm)new">+new</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="aside aside-unavailable">
<p class="aside-title">Unavailable</p>

</div>
<div class="abstract">
<p>New is disabled for this class.</p>

Expand All @@ -206,7 +214,7 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Objective-C</p>
<pre class="highlight objective_c"><code><span class="k">+</span> <span class="p">(</span><span class="n">nonnull</span> <span class="n">instancetype</span><span class="p">)</span> <span class="n">new</span><span class="p">;</span></code></pre>
<pre class="highlight objective_c"><code><span class="k">+</span> <span class="p">(</span><span class="n">nonnull</span> <span class="n">instancetype</span><span class="p">)</span><span class="n">new</span><span class="p">;</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -282,8 +290,8 @@ <h4>Parameters</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://github.com/Estimote/iOS-Proximity-SDK" target="_blank" rel="external">Estimote</a>. All rights reserved. (Last updated: 2018-09-19)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2019 <a class="link" href="" target="_blank" rel="external">Estimote</a>. All rights reserved. (Last updated: 2019-07-01)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.10.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
29 changes: 19 additions & 10 deletions docs/Classes/EPXProximityObserver.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,17 @@ <h1>EPXProximityObserver</h1>
<code>
<a name="/c:objc(cs)EPXProximityObserver(im)init"></a>
<a name="//apple_ref/objc/Method/-init" class="dashAnchor"></a>
<a class="token" href="#/c:objc(cs)EPXProximityObserver(im)init">-init</a>
<a class="token discouraged" href="#/c:objc(cs)EPXProximityObserver(im)init">-init</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="aside aside-unavailable">
<p class="aside-title">Unavailable</p>

</div>
<div class="abstract">
<p>Init is disabled for this class.</p>

Expand All @@ -127,13 +131,17 @@ <h4>Declaration</h4>
<code>
<a name="/c:objc(cs)EPXProximityObserver(cm)new"></a>
<a name="//apple_ref/objc/Method/+new" class="dashAnchor"></a>
<a class="token" href="#/c:objc(cs)EPXProximityObserver(cm)new">+new</a>
<a class="token discouraged" href="#/c:objc(cs)EPXProximityObserver(cm)new">+new</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="aside aside-unavailable">
<p class="aside-title">Unavailable</p>

</div>
<div class="abstract">
<p>New is disabled for this class.</p>

Expand All @@ -142,7 +150,7 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Objective-C</p>
<pre class="highlight objective_c"><code><span class="k">+</span> <span class="p">(</span><span class="n">nonnull</span> <span class="n">instancetype</span><span class="p">)</span> <span class="n">new</span><span class="p">;</span></code></pre>
<pre class="highlight objective_c"><code><span class="k">+</span> <span class="p">(</span><span class="n">nonnull</span> <span class="n">instancetype</span><span class="p">)</span><span class="n">new</span><span class="p">;</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -170,8 +178,8 @@ <h4>Declaration</h4>
<div class="language">
<p class="aside-title">Objective-C</p>
<pre class="highlight objective_c"><code><span class="k">-</span> <span class="p">(</span><span class="n">nonnull</span> <span class="n">instancetype</span><span class="p">)</span>
<span class="nf">initWithCredentials</span><span class="p">:(</span><span class="n">nonnull</span> <span class="n"><a href="../Classes/EPXCloudCredentials.html">EPXCloudCredentials</a></span> <span class="o">*</span><span class="p">)</span><span class="nv">credentials</span>
<span class="nf">onError</span><span class="p">:(</span><span class="n">nonnull</span> <span class="kt">void</span> <span class="p">(</span><span class="o">^</span><span class="p">)(</span><span class="n">NSError</span> <span class="o">*</span><span class="n">_Nonnull</span><span class="p">))</span><span class="nv">errorBlock</span><span class="p">;</span></code></pre>
<span class="nf">initWithCredentials</span><span class="p">:(</span><span class="n">nonnull</span> <span class="n"><a href="../Classes/EPXCloudCredentials.html">EPXCloudCredentials</a></span> <span class="o">*</span><span class="p">)</span><span class="nv">credentials</span>
<span class="nf">onError</span><span class="p">:(</span><span class="n">nonnull</span> <span class="kt">void</span> <span class="p">(</span><span class="o">^</span><span class="p">)(</span><span class="n">NSError</span> <span class="o">*</span><span class="n">_Nonnull</span><span class="p">))</span><span class="nv">errorBlock</span><span class="p">;</span></code></pre>

</div>
<div class="language">
Expand Down Expand Up @@ -236,9 +244,10 @@ <h4>Declaration</h4>
<div class="language">
<p class="aside-title">Objective-C</p>
<pre class="highlight objective_c"><code><span class="k">-</span> <span class="p">(</span><span class="n">nonnull</span> <span class="n">instancetype</span><span class="p">)</span>
<span class="nf">initWithCredentials</span><span class="p">:(</span><span class="n">nonnull</span> <span class="n"><a href="../Classes/EPXCloudCredentials.html">EPXCloudCredentials</a></span> <span class="o">*</span><span class="p">)</span><span class="nv">credentials</span>
<span class="nf">configuration</span><span class="p">:(</span><span class="n">nonnull</span> <span class="n"><a href="../Classes/EPXProximityObserverConfiguration.html">EPXProximityObserverConfiguration</a></span> <span class="o">*</span><span class="p">)</span><span class="nv">configuration</span>
<span class="nf">onError</span><span class="p">:(</span><span class="n">nonnull</span> <span class="kt">void</span> <span class="p">(</span><span class="o">^</span><span class="p">)(</span><span class="n">NSError</span> <span class="o">*</span><span class="n">_Nonnull</span><span class="p">))</span><span class="nv">errorBlock</span><span class="p">;</span></code></pre>
<span class="nf">initWithCredentials</span><span class="p">:(</span><span class="n">nonnull</span> <span class="n"><a href="../Classes/EPXCloudCredentials.html">EPXCloudCredentials</a></span> <span class="o">*</span><span class="p">)</span><span class="nv">credentials</span>
<span class="nf">configuration</span><span class="p">:</span>
<span class="p">(</span><span class="n">nonnull</span> <span class="n"><a href="../Classes/EPXProximityObserverConfiguration.html">EPXProximityObserverConfiguration</a></span> <span class="o">*</span><span class="p">)</span><span class="nv">configuration</span>
<span class="nf">onError</span><span class="p">:(</span><span class="n">nonnull</span> <span class="kt">void</span> <span class="p">(</span><span class="o">^</span><span class="p">)(</span><span class="n">NSError</span> <span class="o">*</span><span class="n">_Nonnull</span><span class="p">))</span><span class="nv">errorBlock</span><span class="p">;</span></code></pre>

</div>
<div class="language">
Expand Down Expand Up @@ -393,8 +402,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://github.com/Estimote/iOS-Proximity-SDK" target="_blank" rel="external">Estimote</a>. All rights reserved. (Last updated: 2018-09-19)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2019 <a class="link" href="" target="_blank" rel="external">Estimote</a>. All rights reserved. (Last updated: 2019-07-01)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.10.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/Classes/EPXProximityObserverConfiguration.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ <h1>EPXProximityObserverConfiguration</h1>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Creates a default Proximity Observer configuration object.</p>
<p>Creates a default Proximity Observer configuration object, which has <code>EPXLogLevelWarning</code> logs level, and enabled both requesting Core Location authorization and telemetry reporting.</p>

</div>
<div class="declaration">
Expand Down Expand Up @@ -309,8 +309,8 @@ <h4>Return Value</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://github.com/Estimote/iOS-Proximity-SDK" target="_blank" rel="external">Estimote</a>. All rights reserved. (Last updated: 2018-09-19)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2019 <a class="link" href="" target="_blank" rel="external">Estimote</a>. All rights reserved. (Last updated: 2019-07-01)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.10.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
18 changes: 13 additions & 5 deletions docs/Classes/EPXProximityRange.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,13 +208,17 @@ <h4>Declaration</h4>
<code>
<a name="/c:objc(cs)EPXProximityRange(im)init"></a>
<a name="//apple_ref/objc/Method/-init" class="dashAnchor"></a>
<a class="token" href="#/c:objc(cs)EPXProximityRange(im)init">-init</a>
<a class="token discouraged" href="#/c:objc(cs)EPXProximityRange(im)init">-init</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="aside aside-unavailable">
<p class="aside-title">Unavailable</p>

</div>
<div class="abstract">
<p>Init is disabled for this class.</p>

Expand All @@ -235,13 +239,17 @@ <h4>Declaration</h4>
<code>
<a name="/c:objc(cs)EPXProximityRange(cm)new"></a>
<a name="//apple_ref/objc/Method/+new" class="dashAnchor"></a>
<a class="token" href="#/c:objc(cs)EPXProximityRange(cm)new">+new</a>
<a class="token discouraged" href="#/c:objc(cs)EPXProximityRange(cm)new">+new</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="aside aside-unavailable">
<p class="aside-title">Unavailable</p>

</div>
<div class="abstract">
<p>New is disabled for this class.</p>

Expand All @@ -250,7 +258,7 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Objective-C</p>
<pre class="highlight objective_c"><code><span class="k">+</span> <span class="p">(</span><span class="n">nonnull</span> <span class="n">instancetype</span><span class="p">)</span> <span class="n">new</span><span class="p">;</span></code></pre>
<pre class="highlight objective_c"><code><span class="k">+</span> <span class="p">(</span><span class="n">nonnull</span> <span class="n">instancetype</span><span class="p">)</span><span class="n">new</span><span class="p">;</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -483,8 +491,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://github.com/Estimote/iOS-Proximity-SDK" target="_blank" rel="external">Estimote</a>. All rights reserved. (Last updated: 2018-09-19)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2019 <a class="link" href="" target="_blank" rel="external">Estimote</a>. All rights reserved. (Last updated: 2019-07-01)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.10.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
Loading

0 comments on commit 8728f20

Please sign in to comment.