Version: 2022.3
言語: 日本語
public static string identifier ;

説明

Returns the application identifier at runtime.

- 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.