语言

Menu
Sites
Language
API for getting DUID in Native app

Hi,

I want to programmatically get DUID for my device. Is there any API available for it.

Thanks,
Anup

查看选择的答案

响应

5 回复
Mark as answer
Marco Buettner

You should use TizenID

More information about TizenID you can find in the Guides of Natives Application

https://developer.tizen.org/dev-guide/2.3.0/org.tizen.guides/html/native/system/sysinfo_n.htm#tizenid

Anup

Thanks for the quick reply. TizenID will do the job.

daniel kim

Hi,

It seems that there is no way to get DUID from device using API for now.

 

Previously there was duid inside of SystemInfoDeviceCapability object. but it was not real DUID.

 readonly DOMString duid
          Indicates the Tizen ID, not device's unique ID since Tizen 2.3.

 Since:  2.0

 Remark :  Tizen ID is a randomly generated value based on the model name.
It is recommended to use tizen.systeminfo.getCapability("http://tizen.org/system/tizenid") since Tizen 2.3 instead.

 

Regards

 

Anup

Thanks for the information.

Alex Dem

Hi,
I did not face such api, only for TizenID .
Alexey.