gpt4 book ai didi

ios - Branch.io quicklink TEST 与 LIVE 有不同的数据

转载 作者:行者123 更新时间:2023-11-28 23:38:15 29 4
gpt4 key购买 nike

为什么我在 AppDelegatedidFinishLaunching 中通过此方法从 Branch.io 的快速链接获取的数据不同于 TEST 到 < strong>LIVE 环境?

// Branch.io
let branch: Branch = Branch.getInstance()
branch.initSession(launchOptions: launchOptions, andRegisterDeepLinkHandler: { params, error in
if error == nil, let params = params {
let jsonObj = JSON(params)
self.handleDeeplink(jsonObj)
}
})

测试:

{
"+non_branch_link" : "https:\/\/project-name-alternate.test-app.link\/5FACVDbDLT?__branch_flow_type=viewapp&__branch_flow_id=617351215055680480&__branch_mobile_deepview_type=1",
"+clicked_branch_link" : false,
"+is_first_session" : false
}

直播:

{
"$marketing_title" : "boomboom6380",
"vendorId" : "6380",
"+match_guaranteed" : true,
"~feature" : "marketing",
"~channel" : "Email",
"~id" : 598329481362959444,
"+is_first_session" : false,
"+click_timestamp" : 1548426747,
"~creation_source" : 1,
"$og_description" : "My OG Description",
"~marketing" : true,
"~campaign" : "Promo",
"~referring_link" : "https:\/\/project-name-alternate.app.link\/KMX1mdcwmS?__branch_flow_type=viewapp&__branch_flow_id=617353403347935401&__branch_mobile_deepview_type=1",
"+clicked_branch_link" : true,
"$one_time_use" : false
}

TEST env 中的快速链接数据似乎总是不完整,并显示为 non_branch_link。我期待自己的“数据”或“参数”vendorId

最佳答案

您能否确认在单击您的测试链接时您正在使用您的测试分支 key 初始化 Branch SDK?

如果您使用实时 key 初始化 SDK 并单击测试链接,您将得到一个典型的响应。

关于ios - Branch.io quicklink TEST 与 LIVE 有不同的数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54367413/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com