[Interest] Qt Unique Device Identifier

2014-11-26 Thread Nuno Santos
Hi, Is there any way of retrieving a unique device identifier with Qt? Nuno Santos ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Qt Unique Device Identifier

2014-11-26 Thread Thiago Macieira
On Wednesday 26 November 2014 19:30:50 Nuno Santos wrote: Hi, Is there any way of retrieving a unique device identifier with Qt? What device? -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center

Re: [Interest] Qt Unique Device Identifier

2014-11-26 Thread Nuno Santos
Sorry, I forgot to specify. I was looking for a unified solution for iOS and Android. iOS has the identifierForVendor which gives a unique identifier per vendor. The unique device id was deprecated: [[UIDevice currentDevice] identifierForVendor]; Android seems to have a few options as well.