Gets the application identifier.
The application identifier as configured in tauri.conf.json.
tauri.conf.json
import { getIdentifier } from '@tauri-apps/api/app';const identifier = await getIdentifier(); Copy
import { getIdentifier } from '@tauri-apps/api/app';const identifier = await getIdentifier();
2.4.0
Gets the application identifier.