Location

MBAudience let you track and target user based on their location, the framework uses the method startMonitoringSignificantLocationChanges of the CoreLocation manager with an accuracy of kCLLocationAccuracyHundredMeters. To start monitoring for location changes call, it will continue monitoring until the stop method is called:

MBAudience.startLocationUpdates()

To stop monitoring location changes you have to call:

MBAudience.stopLocationUpdates()

Last updated