Schlaubischlump
Schlaubischlump
I don't think there is anything new for libimobiledevice, but there is pymobiledevice3 that works for iOS 17 and go-ios which almost finished implementing iOS 17 support.
Hi @JoshSalway, You can take a look at my LocationSimulator project. I use libimobiledevice by bundling the precompiled homebrew binary in an XCFramework. You can find the bundled framework on...
iOS 17 only allows mounting personalized developer disk images. There are no "normal" developer disk images anymore. Libimobiledevice is not updated to support iOS 17 developer features, since it does...
If you use linux you need a version of usbmuxd that supports Wi-Fi devices, e.g. https://github.com/tihmstar/usbmuxd2
iOS 17 changes the way DeveloperDiskImages work. libimobiledevice is not updated yet. Additionally the API for the screenshot relay also [changed](https://github.com/doronz88/pymobiledevice3/issues/471#issuecomment-1596507270). The research is still ongoing, so I assume it...
iOS 15.6 should work just fine. Are you using the correct developer disk image ?
If I understand you correctly you are asking if you can use this library inside an iOS app ? I don't think that's possible, since there is no usbmuxd on...
Sounds like a good idea. Do you have any suggestion how to integrate this into the UI without changing the default behavior?
There is no API to get the current location from the device. So this is definitely not possible
Thanks for the information. I will keep this issue around for documentation purposes, although I wouldn't call this a bug. #118 #155