objective c - Mixpanel disable tracking in certain environment for iOS app -
i disable tracking mixpanel when app in development profile. can done in google analytics ios calling method disable tracking . mixpanel ios ,i couldn't find similar method. idea how implement ?
thanks
you can not initialize mixpanel, using debug
define like:
#ifndef deugb // debug not defined [mixpanel sharedinstancewithtoken:mixpanel_token]; #ednif
Comments
Post a Comment