Android referrer key access

Is it possible to get access to the referrer key that is being stored in the Exponent shared preferences? This key is currently being used for Branch and other analytics packages that are already in Expo. One reference to it being used is here:
GitHub - InstallReferrerReceiver.java

The reason I need this is because its the only way for Android to allow “pass-through” app store access for initial install deep-linking purposes. iOS has a supported way to inject a standard url deep-link during initial app store installation but Android does not.

For example, a link to the Google Play app store url could pass the parameter test123:
https://play.google.com/store/apps/details?id=com.example.application&referrer=test123

Any help here would be greatly appreciated.

Thanks!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.