DeviceAnalyser (Deprecated)
Get relevant information from an iOS device.
Geolocation: Device Analyser is capable of obtaining geolocation data with high accuracy.
Required permissions
In the info.plist
file, add the permissions below:
Permission | Required? |
| Yes |
Instantiating the DeviceAnalyser object
First, create an object of type DeviceAnalyser
. This object is for you to configure all your business rules for the SDK:
LocationListener
Result | Data type |
location On success, returns a CLLocation object with the geolocation data:
| CLLocation |
failure In case of error, returns an | SDKFailure |
Example of use
Last updated