installerName
Returns the name of the store or package that installed the application (Read Only).
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static string installerName { get; }
Remarks
iOS: Returns .
Apple StoreAndroid: Returns the package name of the app that installed the application (for example, for Google Play Store). This is not a localized or human-readable store name. The value might be empty or if Unity can't determine the installer (for example, side-loaded installs).
com.android.vendingnullOther platforms: Returns an empty string.