-
Notifications
You must be signed in to change notification settings - Fork 365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Super properties are not sent with the common "First App Open" event #597
Comments
We have the same problem in our app, could you please give an update on this? |
As we are using the super properties to distinguish between multiple white-label apps this is also a "must" for us. Anyone who could help? |
This issue is also being tracked on the Mixpanel community: https://community.mixpanel.com/idea/471/initial-set-of-super-properties-for-ios-and-androi.html
|
Thanks @carstenhag for the remainder. You can now initialize the SDK by passing superproperties directly so Will update the community center on Monday. Thanks all! |
Thanks, just updated and tried it out. Works great. One thing I'd like to mention though, is that you could annotate the nullability of parameters with annotations.
Only looking at the source code (which is nice that it's available), I was able to tell that |
Absolutely, it has been in the back of my mind for a long time but never had the chance to properly go through it. Having at least the public APIs with proper annotations would be super useful.. I'll see if I can spend some time on it |
I'm registering super properties right after initializing the instance, but they don't get sent for the First App Open event. All other common mobile events will include the super properties.
Would be nice if there was an option to set super properties within the initialize or if the internal First App Open event gets deferred.
This is a copy of an issue that got fixed on iOS and I expect Android to work the same.
I recently discovered the difference between the libraries and library versions and now the logged data in our Mixpanel project is a mess.
mixpanel/mixpanel-swift#189
The text was updated successfully, but these errors were encountered: