I couldn't find any documentation that mentions whether Amazon app store sends a referral Intent
post install, as Google Play does. Though Amazon's documentation does say that we can set referrer information in the URL under "ref" (compared to "referrer" in Google Play), it doesn't explicitly say how they will be passed on to the application.
If I do receive the Intent
, should I do
extras.getString("ref")
instead of
extras.getString("referrer")
?