Skip to content

Commit c4ee8c7

Browse files
committed
Added monitoredRegions on IGLocationManager
1 parent 3f5e2de commit c4ee8c7

File tree

6 files changed

+13
-10
lines changed

6 files changed

+13
-10
lines changed

Framework/IngeoSDK.framework/Headers/IGLocationManager.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,6 @@
144144

145145
+ (void)stopMonitoringRegion:(IGRegion *)region;
146146

147+
+ (NSArray *)monitoredRegions;
148+
147149
@end
-1 Bytes
Binary file not shown.

Framework/IngeoSDK.framework/IngeoSDK

29.8 KB
Binary file not shown.

Framework/IngeoSDK.framework/Modules/module.modulemap

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ framework module IngeoSDK {
1111
header "IGNotification.h"
1212
header "IGNotificationsManager.h"
1313
header "IGLocationManagerDelegate.h"
14-
header "IGRegionTrigger.h"
15-
header "IGTrigger.h"
14+
header "IGRegion.h"
1615
header "IGLocation.h"
1716
header "IGLocationManager.h"
1817
header "IngeoSDK.h"

IngeoSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = "IngeoSDK"
4-
s.version = "1.3.3"
4+
s.version = "1.3.4"
55
s.summary = "Ingeo iOS SDK"
66
s.homepage = "http://ingeo.io"
77
s.license = 'Apache License, Version 2.0'

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@
88

99
## Overview
1010

11-
IngeoSDK is a power-efficient location manager wrapper for iOS (Swift and Objective-C). It powers your app with
12-
an always-on location tracking. It uses unique algorithms to dynamically adjust GPS power according to user
13-
behaviour and whereabouts. Built to support iOS7 , iOS8 and iOS9, your app will
14-
get the most relevant location data while in foreground or background - even when network is disconnected. Battery consumption is just 1% per hour. Location tracking should be automatic and just-work, so you can focus on building your app.
11+
IngeoSDK is a power-efficient location manager for iOS (Swift and Objective-C), which extends and improves CoreLocation.
12+
It uses unique algorithms to dynamically and constantly adjust CoreLocation's tracking configuration parameters according to user's
13+
motion, behavior, speed and whereabouts. Thus enabling suited configuration scheme for optimized accuracy and minimum power consumption in real-time.
14+
Your app and/or server will receive the most relevant location data while in foreground or background - even when network is disconnected.
15+
Off-course, or bad location samples are filtered out for you. Battery consumption is just ~2% per hour.
16+
Supports iPhone, iPad, iPod Touch running iOS 7.0+
1517

1618
For a full list of features visit: http://ingeo.io/sdk
1719

@@ -70,7 +72,7 @@ For a full list of features visit: http://ingeo.io/sdk
7072
IGLocationManager.startUpdatingLocation()
7173
```
7274

73-
4. Get tha honey
75+
4. Get the honey
7476
Implement IGLocationManagerDelegate methods in your delegate.
7577

7678
Swift:
@@ -97,10 +99,10 @@ For a full list of features visit: http://ingeo.io/sdk
9799
```
98100

99101
5. That's it. you've just enabled constant location monitoring.
100-
You may also login to http://admin.ingeo.io to access the analytics dashboard.
102+
Sit and watch your users on the Admin Dashboard http://admin.ingeo.io.
101103

102104
## API Documentation
103-
Full API reference (jazzy): http://ingeo.io/sdk/docs
105+
Full API reference: http://ingeo.io/sdk/docs
104106

105107
## License
106108
Apache v2.0

0 commit comments

Comments
 (0)