【问题标题】:Branch.io (Android SDK): what should I set in <data android:scheme="androidexample" />?Branch.io (Android SDK):我应该在 <data android:scheme="androidexample" /> 中设置什么?
【发布时间】:2018-12-11 15:33:07
【问题描述】:

我正在尝试在我的项目中实现 Branch.io。

根据文档:https://docs.branch.io/pages/apps/android/

我需要将“androidexample”替换为:

<!-- Branch URI Scheme -->
            <intent-filter>
                <data android:scheme="androidexample" />
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <category android:name="android.intent.category.BROWSABLE" />
            </intent-filter>

按我的仪表板中的值。我看不到在仪表板中的何处可以找到此值。

你能解释一下吗?

【问题讨论】:

    标签: java android branch.io fabric.io attribution


    【解决方案1】:

    这里是分公司的杰基。

    请将“androidexample”替换为您自己的 Android 方案。此值应与您在仪表板链接设置页面上提供的任何内容相匹配:

    最好的,

    【讨论】:

    • 另一个问题:我应该将“androidexample”替换为“myapp”还是“myapp://”?
    • 请在 Branch 帐户仪表板中将这些值替换为您自己的值。 myapp:// 只是一个占位符。
    猜你喜欢
    • 2013-10-27
    • 1970-01-01
    • 2020-01-31
    • 2020-11-05
    • 2021-05-23
    • 2012-07-22
    • 2013-01-04
    • 2015-03-08
    • 1970-01-01
    相关资源
    最近更新 更多