Releases: NativeScript/ios-device-lib
Releases · NativeScript/ios-device-lib
v0.4.12
Fixed
- Unhandled rejection is thrown when device is detached and library is trying to get device logs.
v0.4.11
Fixed
- MaxListenersExceededWarning is thrown and breaks current process
- Devices connected by Wi-Fi are detected, but cannot be used, so list only devices connected by USB
v0.4.10
Fixed
- Requests may hang when waiting for notification, so we no longer cache the notification proxy service.
v0.4.9
Fixed
- Call to ios-device-lib may hang in some cases when partial messages are received from C++ execution.
v0.4.8
Fixed
- EPIPE error is raised in case application is uninstalled manually during process is working and we are trying to install it again via code
v0.4.7
Fixed
- Close the opened socket when device's socket closes.
v0.4.6
Fixes
- Fix unable to uninstall application on macOS
v0.4.5
Fixed
- Guard against errors when polling for installed applications - fixes issue when checking for currently installed apps is called during uninstalling of application.
- Use AMDeviceSecureUninstallApplication because it is less error prone and does not meddle with installation_proxy and does not post or expect to receive messages from it.
v0.4.4
Merge pull request #18 from telerik/milanov/change-get-socket-state-l…
v0.4.2
Fixed
- House Arrest Client has not been cleaned when application is uninstalled, so it fails after new installation of the same app (in the same process) and trying to upload a file.