Once your application is running on several devices, it will be useful to know which device belongs to whom.
You can associate information to a device as if it were a dictionary:
Bugfender.setDeviceKey('key', 'value');
Bugfender.removeDeviceKey('key');
This will later on let you search this device by “key” in the Bugfender Dashboard.
You can find more information in our blog post Associated device information.