Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Data from device

ANSWERED

Hello,

How can i get some unique data from device, like Serial number or anything else. Code exemple please.

 

I tried:

import { me as device } from "device";
device.  ? (what? so as to be unique)

Thanks.

Best Answer
1 BEST ANSWER

Accepted Solutions

The SDK intentionally does not expose a unique identifier for the device or user. You can authenticate a user with your backend using OAuth in the Settings API, then persist your own user identifier.

View best answer in original post

Best Answer
2 REPLIES 2

The SDK intentionally does not expose a unique identifier for the device or user. You can authenticate a user with your backend using OAuth in the Settings API, then persist your own user identifier.

Best Answer

Ok, Thanks

Best Answer
0 Votes