在 Branch Web SDK 中读取身份

Reading the identity in the Branch Web SDK

如何读取当前设置的身份分支?

data's result seems to stay the same both before and after setIdentity is called, I believe because it just shows you what init 曾回电同。所以,我不确定用什么方法来检查这个。

编辑:后来发现 setIdentity 由于 Branch 端的问题而无法正常工作。在与支持人员进行电子邮件讨论后,我们缩小了问题范围,他们解决了问题。

很遗憾,web SDK中目前没有读取身份是否设置的方法。我刚刚在积压工作中添加了一项任务,我们会在有任务后更新此答案。

在 iOS 和 Android 中,我们添加了判断您是否已经识别用户的方法。

Objective C:

- (BOOL)isUserIdentified;

Java:

isUserIdentified();