Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility or support for ios10 #34

Open
prateek1108 opened this issue Feb 13, 2017 · 1 comment
Open

Compatibility or support for ios10 #34

prateek1108 opened this issue Feb 13, 2017 · 1 comment

Comments

@prateek1108
Copy link

Hello Sir,
i am trying to use libimobiledevice with ios 10 and its showing error "did not get goodbye response back" at this
ret = lockdownd_receive(client, &dict);
if (!dict) {
debug_info("did not get goodbye response back");
return LOCKDOWN_E_PLIST_ERROR;
}

@prateek1108
Copy link
Author

Hello Sir,

i tried to connect and send data in ios 10 by libimobiledevice on windows platform . i am anbale to send data to iphone, its shows error at lock_start_service() no service value is there as result of this function and the function fails at service_send()
debug_info("sending %d bytes", length);
service_send(client->parent, (const char*)&nlen, sizeof(nlen), (uint32_t*)&bytes);
if (bytes == sizeof(nlen)) {
service_send(client->parent, content, length, (uint32_t*)&bytes);
if (bytes > 0) {
debug_info("sent %d bytes", bytes);
debug_plist(plist);
if ((uint32_t)bytes == length) {
res = PROPERTY_LIST_SERVICE_E_SUCCESS;
} else {
debug_info("ERROR: Could not send all data (%d of %d)!", bytes, length);
}
}
}

first service send work completely and another one fails to write data in iphone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant