javaandroidbranch.iofabric.ioattribution

Branch.io (Android SDK): what should I set in <data android:scheme="androidexample" />?


I am trying to implement Branch.io in my project.

According to the doc: https://docs.branch.io/pages/apps/android/

I need to replace "androidexample" in :

<!-- 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>

by the value in my dashboard. I don't see where to find this value in my dashboard.

May you explain ?


Solution

  • Jackie from Branch here.

    Please replace "androidexample" with your own Android scheme. This value should match whatever you provide on the dashboard link setting page:

    enter image description here

    Best,