Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
What replaces QtSystemInfo 5.0 ?
-
Looking for a solution to what replaced the functionality of..
@
import QtSystemInfo 5.0DeviceInfo {
id: devinfo;
}
Text {
text: "Unique device ID: " + devinfo.uniqueDeviceID()
}
@Basically try to find a iOS and Android solution for uniquely identifying the device.