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")
?
I had the same question, I ask by mail to a Amazon, this was his feedback:
I insist but they said me the same, there is no way.
So there is no method to get amazon referrer, pretty awfull...
You cannot identify a unique referrer, just have a bunch of Amazon apps installation events by a constant on your code.