06-11-2024 12:54 AM
For my app, I need to identify the device. More specifically, I need a permanent unique code or name for the device. I tried using `FAndroidMisc::GetDeviceId()` and `FPlatformMisc::GetMachineId()` but the ID changes everytime I package the app.
Any kind of unique string which stays the same across multiple packaging cycles would suffice.