File tree 5 files changed +17
-3
lines changed
Framework/IngeoSDK.framework
5 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 91
91
// /---------------------------------------------------------------------------------------
92
92
93
93
/* *
94
- Starts the location monitoring service.
94
+ Starts the Always-On location monitoring service.
95
95
*/
96
96
+ (void )startUpdatingLocation ;
97
97
98
+ /* *
99
+ Starts the Always-On location monitoring service.
100
+ */
101
+ + (void )startUpdatingLocationAlwaysOn ;
102
+
103
+ /* *
104
+ Starts the When-In-Use location monitoring service.
105
+ */
106
+ + (void )startUpdatingLocationWhenInUse ;
107
+
98
108
/* *
99
109
Stops the location monitoring service.
100
110
*/
Original file line number Diff line number Diff line change 1
1
2
2
Pod ::Spec . new do |s |
3
3
s . name = "IngeoSDK"
4
- s . version = "1.3.5 "
4
+ s . version = "1.3.6 "
5
5
s . summary = "Ingeo iOS SDK"
6
6
s . homepage = "http://ingeo.io"
7
7
s . license = 'Apache License, Version 2.0'
Original file line number Diff line number Diff line change @@ -69,7 +69,11 @@ For a full list of features visit: http://ingeo.io/sdk
69
69
70
70
3 . Start Location Monitoring
71
71
```swift
72
- IGLocationManager.startUpdatingLocation ()
72
+ IGLocationManager.startUpdatingLocationAlwaysOn ()
73
+ ```
74
+ Or
75
+ ```swift
76
+ IGLocationManager.startUpdatingLocationWhenInUse ()
73
77
```
74
78
75
79
4 . Get the honey
You can’t perform that action at this time.
0 commit comments