1. Home
  2. Docs
  3. Bugfender SDK for iOS
  4. Identify devices with device key-values

Identify devices with device key-values

Once your application is running on several devices, it will be useful to know which device belongs to whom.

For example, on login you can do:

Bugfender.setDeviceString("[email protected]", forKey: "user email")

This will later on let you search this device by “user email” in the Bugfender Dashboard.