No Deep Link Data

半腔热情 提交于 2019-12-24 00:36:15

问题


In May we created a proof of concept App using Branch.io. Back then it worked but now coming back to prepare for release, it does not work. We dont get any Deep Link Data. We do get the following:

[BNCServerInterface.m:240] returned = Status: 200; Data: {
    "branch_view_enabled" = 0;
    "browser_fingerprint_id" = "<null>";
    data = "{\"+is_first_session\":true,\"+clicked_branch_link\":false}";
    "device_fingerprint_id" = xxx;
    "identity_id" = xxx;
    link = "https://2elk.test-app.link/?%24identity_id=xxx";
    "session_id" = xxx;
}

The link is created in "Marketing". The link is from Test and in code Branch *branch = [Branch getTestInstance];

Have you come across something like this. Could it have something to do with dates?


回答1:


Alex from Branch.io here: this could be a key mismatch, since the +clicked_branch_link param is returning false. Could you check and make sure you are using the right test/live Branch key for the link?

Also note if you hit the base domain directly (e.g., 2elk.test-app.link) there won't be any link data because that isn't technically a Branch link.



来源:https://stackoverflow.com/questions/38763840/no-deep-link-data

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!