Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
读取当前设置的身份分支的方式是什么?
data的结果似乎在setIdentity被调用之前和之后都保持不变,我相信因为它只是向你展示init了回调的内容。所以,我不确定用什么方法来检查这个。
data
setIdentity
init
编辑:后来发现setIdentity由于分支端的问题而无法正常工作。在与支持人员进行电子邮件讨论后,我们缩小了问题的范围,他们修复了它。
不幸的是,目前 Web SDK 中没有一种方法可以读取是否设置了身份。我刚刚在积压工作中添加了一项任务,我们将在完成后更新此答案。
在 iOS 和 Android 中,我们添加了方法来判断您是否已经识别出用户。
目标 C:
- (BOOL)isUserIdentified;
爪哇:
isUserIdentified();