【发布时间】:2017-11-20 09:46:49
【问题描述】:
我尝试在 branch.io 深层链接上附加查询字符串,以将数据从链接传递到应用程序。
测试是这样的:
https://example.app.link?type=123&hello=world
但在 Android 中,'type' 参数被删除,不像 'hello'
这是 Intent 的转储:
[branch_data={"~id":"0","+url":"https://example.app.link/?hello=123","hello":"123","~creation_source":6,"+domain":"示例。 app.link","+click_timestamp":1511169927,"+clicked_branch_link":true,"+match_guaranteed":true,"+is_first_session":true}]
我假设'type'这个词是保留的,还有其他类似的关键字吗?
有没有办法使用“类型”字作为参数?
【问题讨论】: