Class AppInstallationSourceValidator
Simple tool to quickly figure out installation source of the app.
public static class AppInstallationSourceValidator
- Inheritance
-
objectAppInstallationSourceValidator
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.