I’m writing a C# winforms application that will transfer files from an iPhone or iTouch using the Manzana library.
My iPhone is called Mark’s iPhone and I want this to display in the application. I can’t find any simple way of finding this. Can anyone help. Please!
Pardon the vague answer, but I don’t have the manzana sources in front of me.
To get the device’s name, you need to call the AMDeviceCopyValue() function with the reference you have to the device and the key “DeviceName”.
Pseudocode: