Table of Contents

Class AppInstallationSourceValidator

Namespace
CodeStage.AntiCheat.Genuine.Android
Assembly
Build.dll

Simple tool to quickly figure out installation source of the app.

public static class AppInstallationSourceValidator
Inheritance
object
AppInstallationSourceValidator

Methods

GetAppInstallationSource()

Allows getting detailed information about installation source of the app.

public static AppInstallationSource GetAppInstallationSource()

Returns

AppInstallationSource

AppInstallationSource instance or null if run not on Android device or exception occured.

IsInstalledFromGooglePlay()

Checks if app was installed from the Google Play Store.

public static bool IsInstalledFromGooglePlay()

Returns

bool

True if app was installed from the Google Play, false otherwise. Can return false if installations source couldn't be identified.