An open API service indexing awesome lists of open source software.

https://github.com/jewelshkjony/installreferrer

Play Install Referrer Library (2.2)
https://github.com/jewelshkjony/installreferrer

aix appinventor extension google-play in-app install-referrer kodular niotron referrer-api

Last synced: 5 months ago
JSON representation

Play Install Referrer Library (2.2)

Awesome Lists containing this project

README

          

# InstallReferrer Extension
Play Install Referrer Library (2.2)
* **
You can use the Google Play Store's Install Referrer API to securely retrieve referral content from Google Play. The Play Install Referrer API Client Library is written in the Java programming language and is a wrapper for the Android Interface Definition Language (AIDL) file that defines the interface to the Install Referrer service. You can use the Play Install Referrer API Client Library to simplify your development process.

This guide covers the basics of retrieving referral information from Google Play using the Play Install Referrer Library.

## Start Connecton
* **
Before you can use the Play Install Referrer API Library, you must establish a connection to the Play Store app. Call the StartConnection to establish a connection to Google Play.

## End Connection
* **
After getting referrer information, call the EndConnection to close the connection. Closing the connection will help you avoid leaks and performance problems.

## Connected
* **
Connection established.

## Disconnected
* **
Try to restart the connection on the next request to Google Play by calling the StartConnection method.

## ConnectionError
* **
Read the message param to know about the error.

## GetReferrerDetails
* **
After you have established a connection to the Play Store app, get the details from the install referrer.

**Caution:** The install referrer information will be available for 90 days and won't change unless the application is reinstalled. To avoid unnecessary API calls in your app, you should invoke the API only once during the first execution after install.

## GotReferrerDetails
* **
**referrerUrl:** The referrer URL of the installed package.
**referrerClickTime:** The timestamp in seconds when referrer click happens.
**appInstallTime:** The timestamp in seconds when installation begins.
**googlePlayInstant:** Boolean indicating if the user has interacted with the app's instant experience in the past 7 days.

## ReferrerDetailsFailed
* **
This event will be triggered when the extension failed to get referrer details.

## Extension specifications:
* **

com.jewel.installreferrer.aix (24.2 KB) \
**SDK Version:** 2.2 \
**Last amendment:** 07 August 2022
* **