We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SDK版本:6.2.7
调用 SensorsDataAPI.sharedInstance().login(userId) 方法后,上报的数据有部分 distinct_id 依然不是传过去的 userId
SensorsDataAPI.sharedInstance().login(userId)
distinct_id
userId
The text was updated successfully, but these errors were encountered:
login 是一个异步方法,不支持并发。你可以检查一下你的用法。
Sorry, something went wrong.
但后续产生的事件其实是在登录后有一段时间了
No branches or pull requests
SDK版本:6.2.7
调用
SensorsDataAPI.sharedInstance().login(userId)
方法后,上报的数据有部分distinct_id
依然不是传过去的userId
The text was updated successfully, but these errors were encountered: