I would like to disable tracking by Mixpanel when the app is in development profile. This can be done easily in Google Analytics for iOS by calling a method to disable tracking . But for Mixpanel for iOS ,I couldn't find a similar method. Any idea how to implement this ?
Thanks
You can just not initialize MixPanel, by using the
DEBUG
define like: