79469372

Date: 2025-02-26 10:36:50
Score: 0.5
Natty:
Report link

Why is the Device ID Changing?

1️⃣ Android (androidInfo.id changing)

androidInfo.id is NOT a unique hardware identifier.

On some devices, this ID may change when:

The device is factory reset.

A new user profile is created on the device.

Some Android OEMs (Samsung, Xiaomi, etc.) generate different IDs after system updates.

2️⃣ iOS (iosInfo.identifierForVendor changing)

identifierForVendor is unique per app and per vendor (same developer account).

The ID changes when:

The user uninstalls and reinstalls the app.

The app is installed on another device.

The app is installed from a different Apple Developer account (TestFlight vs App Store).

You have some solutions:

or

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Why is the
  • Low reputation (0.5):
Posted by: Alex