Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Exclude iOS simulator location events from telemetry #3621

Closed
friedbunny opened this issue Jan 19, 2016 · 1 comment
Closed

Exclude iOS simulator location events from telemetry #3621

friedbunny opened this issue Jan 19, 2016 · 1 comment
Assignees
Labels
bug iOS Mapbox Maps SDK for iOS telemetry Integration with Mapbox Telemetry libraries
Milestone

Comments

@friedbunny
Copy link
Contributor

/cc @1ec5 @boundsj

@friedbunny friedbunny added bug iOS Mapbox Maps SDK for iOS telemetry Integration with Mapbox Telemetry libraries labels Jan 19, 2016
@1ec5 1ec5 added this to the ios-v3.2.0 milestone Feb 9, 2016
@1ec5
Copy link
Contributor

1ec5 commented Feb 10, 2016

We can #ifdef out some entry point for MGLMapboxEvents when compiled for x86. That’ll prevent any iOS Simulator location updates from reaching the telemetry endpoint. There’s still a possibility that Xcode’s Simulated Location feature would cause telemetry data to be sent too. We can address that by detecting the presence of a debugger, but I think that’d be lower priority, since Xcode’s default simulations are single motionless points.

@1ec5 1ec5 assigned 1ec5 and unassigned boundsj Apr 18, 2016
1ec5 added a commit that referenced this issue Apr 18, 2016
Use the staging telemetry server when compiled for the iOS Simulator.

Fixes #3621.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug iOS Mapbox Maps SDK for iOS telemetry Integration with Mapbox Telemetry libraries
Projects
None yet
Development

No branches or pull requests

3 participants