How to implement the Referral system with Branch.io
I've followed the documents, I don't know what's wrong, I would really appreciate some insight. Manifest: <uses-permission android:name="android.permission.INTERNET" /> <application ... android:name="io.branch.referral.BranchApp"> <meta-data android:name="io.branch.sdk.BranchKey" android:value="key_live_123456789asdf" /> <activity ...> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> <intent-filter android:label="indexed_on_SEO"> <action android:name="android.intent.action.VIEW" /> <category