Install referrer API
See original GitHub issueWhen installing version 0.5.15 of the SDK I noticed that the AndroidManifest.xml file included the following element;
<!-- Add this for Branch for install referrer tracking-->
<receiver android:name="io.branch.referral.InstallListener" android:exported="true">
<intent-filter>
<action android:name="com.android.vending.INSTALL_REFERRER" />
</intent-filter>
</receiver>
This intent is to be deprecated at the end of February 2020; https://android-developers.googleblog.com/2019/11/still-using-installbroadcast-switch-to.html.
Please can you tell me if the current Unity SDK implements the Install Referrer API (https://developer.android.com/google/play/installreferrer/library)? If not, is there a timeline for it’s introduction into the SDK? Do we need to do anything such as fowarding data from our own API implementation (similar to what we had to do when multiple sources required the referrer intent data).
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Google Play Install Referrer
The Install Referrer API is exposed by the Google Play Store app on a device. Devices with a Google Play app version of...
Read more >Play Install Referrer Library
The Play Install Referrer API Client Library is written in the Java programming language and is a wrapper for the Android Interface Definition ......
Read more >How to Use Google Play Install Referrer API in Android?
Google Play Referrer API provides us information from where our app has been installed whether it may be play store or any other...
Read more >What is an Install referrer? | AppsFlyer mobile glossary
An install referrer is several fields of content that contain information about a specific install. It is unique to Android devices and enables...
Read more >What is a Google Play install referrer?
A Google Play install referrer is a string of numbers that is used to measure mobile app install ad performance on Android devices....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@JimmyDeemo on Friday or on Monday we will have new version of Unity SDK, if you can wait for new version - wait please
@JimmyDeemo current Unity SDK does not implement this feature. I will discuss this with android sdk developers about how to implement this functional in Unity SDK and will answer you asap.