我们正试图用React Native中的分支getLatestReferringParams来分析用户来自哪里,但是在iOS中,当实际会话来自分支链接时,['+ clicked_branch_link']的参数总是未定义,这个问题只是发生在iOS(它与Android合作),我们也测试过尝试通过iPhone中的Chrome打开此链接并且它有效。我不完全确定它是否与Safari或OS版本有关。任何指南都会非常受欢迎。谢谢以下是我们尝试实施的代码的一小部分
const lastParams = await branch.getLatestReferringParams()
const comesFromBranchLink = lastParams['+clicked_branch_link'] # Giving us undefined when it comes from a branch link
const isAReferralLink = lastParams['~feature'] === 'referral'
编辑:我们再次测试,基本上它不识别分支链接,只有它来自谷歌浏览器。
答案 0 :(得分:0)
我发现您还向我们的Integrations团队提交了一张票,这是获得解决方案的最快捷方式。我将确保在问题解决后我们在此处跟进更新!