Version: Unity 6.3 LTS (6000.3)
LanguageEnglish
  • C#

Application.installerName

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public static string installerName;

Description

Returns the name of the store or package that installed the application (Read Only).

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.