0

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 ?

toto_tata
  • 14,526
  • 27
  • 108
  • 198

1 Answers1

2

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,

Jackie Choi
  • 432
  • 2
  • 4