Has anyone ever had a problem using Segment analytics SDK integrated with Mixpanel (cloud settings only, no Mixpanel SDK integrated)?
I'm registering the device token for push notification using the code:
SEGAnalytics.shared().registeredForRemoteNotifications(withDeviceToken: deviceToken)
...but we have almost half the users with a Ios devices
key set in Mixpanel but no value, just an empty string.
There's no pattern among the users in this situation.