referrals

How to implement the Referral system with Branch.io

[亡魂溺海] 提交于 2019-12-01 13:52:26
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

How to implement the Referral system with Branch.io

断了今生、忘了曾经 提交于 2019-12-01 12:25:44
问题 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

Why isn't the Referral Removed for Google HTTPS -> HTTP

独自空忆成欢 提交于 2019-11-30 15:48:44
Clients SHOULD NOT include a Referer header field in a (non-secure) HTTP request if the referring page was transferred with a secure protocol. https://tools.ietf.org/html/rfc2616#section-15.1.3 According to the standard, https://google.com shouldn't send the referral to non-secure sites, but it does. Do other HTTPS sites send the referral to HTTP sites? All these tests are done using Chrome v33.0.1750.117 To run the test I go to the first page, then open the console and manually do a redirect. location = "http://reddit.com"; Ex. https://google.com -> http://www.reddit.com Referral is kept