【问题标题】:AppsFlyer Onelink Deeplinking DebuggingAppsFlyer Onelink 深度链接调试
【发布时间】:2018-04-10 00:58:11
【问题描述】:

我正在使用 AppsFlyer 来测试重定向功能。我已经使用 Firebase 实现了深度链接。

我使用 Xcode 在我的设备上启动应用程序,然后单击下面的链接启动浏览器并重定向到 AppStore。由于我直接在设备上运行调试版本,它检测为“未安装应用程序”。

如何确保链接直接打开我的应用而不是重定向到应用商店?

链接格式:

https://Mycompany.onelink.me/12345678?pid=twitter&c=Paywall&af_dp=MyApp%3A%2F%2FUpgrade&af_web_dp=https%3A%2F%2Fwww.MyCompany.com%2Ffeatures-and-benefits%2Fmobile&is_retargeting=true

【问题讨论】:

    标签: ios deep-linking deeplink appsflyer appsflyer-ios-sdk


    【解决方案1】:

    一般情况下,你需要在你的xCode项目中配​​置Universal Links/URL Schemes。大多数开发人员选择通用链接,因为它们更安全,更适合大多数用例。

    您还需要访问 AppsFlyer 仪表板上的 Configure OneLink 页面,以便为您的应用程序创建唯一的 OneLink ID,为您的 OneLink 设置子域并输入一些用于身份验证的附加数据(作为通用链接是安全的)。

    您可以在此处找到所有详细信息和说明:https://support.appsflyer.com/hc/en-us/articles/208874366

    由于这需要在客户端和服务器端进行设置,您可以通过 support@appsflyer.com 请求有关服务器端配置和客户端配置的其他说明的帮助

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2014-01-23
      • 2014-09-04
      • 2018-11-30
      • 1970-01-01
      • 1970-01-01
      • 2021-09-11
      • 2016-10-22
      • 2014-07-28
      相关资源
      最近更新 更多