Skip to content

Instantly share code, notes, and snippets.

@piyushgupta27
Last active July 20, 2017 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save piyushgupta27/673754f84d682784af3f0b99c69f45b3 to your computer and use it in GitHub Desktop.
Save piyushgupta27/673754f84d682784af3f0b99c69f45b3 to your computer and use it in GitHub Desktop.
MockTracking APIs to test HyperTrack's features across the dashboard, widgets, in-app tracking, and web tracking views.
// Replace startTracking API with startMockTracking
// [HyperTrack startTracking];
[HyperTrack startMockTracking];
// Replace stopTracking API with stopMockTracking
// [HyperTrack stopTracking];
[HyperTrack stopMockTracking];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment