Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


installerName

Returns the name of the store or package that installed the application (Read Only).
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public static string installerName { get; }

Remarks

iOS: Returns
Apple Store
.
Android: Returns the package name of the app that installed the application (for example,
com.android.vending
for Google Play Store). This is not a localized or human-readable store name. The value might be empty or
null
if Unity can't determine the installer (for example, side-loaded installs).
Other platforms: Returns an empty string.