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

Popular posts from this blog

c - CUDA code not processing if block properly -

oracle11g - get root domain from url Oracle sql regex_substr -

xcode - Swift Playground - Files are not readable -