Closed naluhh closed 9 years ago
Even If I set setShouldAutoCollectDeviceLocation to false, tune still track the user position, which is unacceptable! Minimal code to reproduce:
func applicationDidBecomeActive(application: UIApplication) { Tune.setShouldAutoCollectDeviceLocation(false) Tune.measureSession() }
Thanks for contacting us. We are probing this further, will update you soon.
Issue fixed in latest version of MAT iOS SDK 3.11.1.
Even If I set setShouldAutoCollectDeviceLocation to false, tune still track the user position, which is unacceptable! Minimal code to reproduce: