Details
-
Task
-
Resolution: Unresolved
-
P2: Important
-
None
-
Qt Creator 4.8.0-beta1
-
None
Description
Currently we use the USB/IOKit functionality to get notified that iOS devices are connected/disconnected from the computer, and use the USB serial number for identification. (iosdevice.cpp)
On the iostool side we use MobileDevice framework to actually access devices. (iosdevicemanager.cpp)
The issue is that the USB serial number now is no longer necessarily exactly equal to the iOS device ID that is used by the MobileDevice framework. It would be better to use the same mechanisms on both sides, so we do not have to make assumptions about the IDs.
Attachments
Issue Links
- resulted from
-
QTCREATORBUG-21291 New iOS devices not changing from yellow to green dot.
- Closed