artehe / Netimobiledevice

A C#/dotnet implementation for working with iOS devices (iPhone, iPad, iPod).
https://github.com/artehe/Netimobiledevice
MIT License
14 stars 7 forks source link

The documentation inthe readme no longer seems to match the implmenation #39

Closed MarkFassett closed 1 month ago

MarkFassett commented 2 months ago

We're updating to the 1.0 release, but the documentation no longer seems to match. LockdownClient no longer has a CreateLockdownClient method, but instead has a Create method that takes a ServiceConnection as well as the id (and potentially a bunch of other things).

The demo seems to do things much differently, too...

ShivankChopra commented 2 months ago

You can find latest version example here

NetimobiledeviceDemo/Program.cs
MarkFassett commented 2 months ago

You can find latest version example here

NetimobiledeviceDemo/Program.cs

This is an issue, not a help request. I mentioned the demo, and was already aware of it.