Describes attributes related to client-side applications (e.g. web apps or mobile apps).
Attribute | Type | Description | Examples | Stability |
---|---|---|---|---|
app.installation.id |
string | A unique identifier representing the installation of an application on a specific device [1] | 2ab2916d-a51f-4ac8-80ee-45ac31a28092 |
[1] app.installation.id
: Its value SHOULD remain the same between launches of the same installation of an application.
It SHOULD change if the application is uninstalled or if all applications of the vendor are uninstalled.
Additionally, users might be able to reset this value (e.g. by clearing application data).
If an app is installed multiple times on the same device (e.g. in different accounts on Android), each app.installation.id
SHOULD have a different value.
Hardware IDs (e.g. serial number, IMEI, MAC address) MUST NOT be used as the app.installation.id
.
On iOS this value SHOULD be equal to the vendor identifier.
On Android this value SHOULD be equal to either:
- Firebase Installation ID.
- A globally unique UUID which is persisted across sessions in your application.
But it might be equal to other identifiers as well, if the above implementations are not preferred for some reason, such as:
More information about Android identifier best practices can be found here.