Brian Pfeiffer

Results 9 comments of Brian Pfeiffer

yes i have #import @implementation AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { NSURL *jsCodeLocation; [Mixpanel sharedInstanceWithToken:@"0c6b7132b984c9a6eb9f09cae2626387"]; i think the real issue i am running into is when i try to...

@MRSEREY i would try not using identify. only use that if u want to over write the exisitng mixpanel distict ID. my implementation is pretty similar and that was the...

@cielojrdev @Return-1 i am also having the issue, i have tried a few different things. i ended up adding sharedinstace with token in the app delegate but it isnt defined....

@cielojrdev @Return-1 there is an updated version 1.1.6, looks like this was forked. i used the files from https://github.com/lorenc-tomasz/react-native-mixpanel i used then approach @cielojrdev mentions above and that works fine.

so this is how i have it working. Granted i created a wrapper function. import Mixpanel from 'react-native-mixpanel'; const logToMixpanel = (eventName: string, eventData = {}) => { if (isMixpanelEnabled())...

do you have mixpanel profiles set up? Also just a thought/offer/you and i seem to be having some issues right along similar parts of implmentating this would you be open...

@declanelcocks @0hio-creator nope i havent. I wouldnt mind jumping on a zoom line with you two and putting our heads together to see if we can figure it out. I...

ok thanks so i guess my real question then becomes what value does it expect in the setRegID() for the token. is it just the string from server token within...

cool thanks, the thing i am stuggling with for android is what is the function i have to use to return the FCM Token. like is there extra stuff that...