You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@wlxo0401 - It doesn't look like its supported in this library. You'll need to call setUserProperties first so that the user properties are assigned to that user. And then when you track an event, the user properties will get attached to the event that gets fired (this happens within Amplitude backend)
Out of curiosity - is there a reason why you aren't using the new SDK? This functionality is supported in the new SDK.
Amplitude.instance().logEvent("complete_login_drv", withEventProperties: nil, withUserProperties: withEventProperties)
The above code is for Amplitude-iOS.
But I can't see it on Android. How can I use it?
The text was updated successfully, but these errors were encountered: