Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


identifier

Returns the application identifier at runtime.
Read time 1 minuteLast updated 4 days ago

Definition

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

Remarks

  • On Apple platforms this is the 'bundleIdentifier' saved in the info.plist file.
  • On Android it's the 'package' from the AndroidManifest.xml.
  • On Universal Windows platform it's the 'Identity Name' specified in the application manifest.