Skip to content

Releases: NativeScript/ios-device-lib

v0.4.12

22 May 16:04
2bf6d52
Compare
Choose a tag to compare

Fixed

  • Unhandled rejection is thrown when device is detached and library is trying to get device logs.

v0.4.11

17 May 07:13
Compare
Choose a tag to compare

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

02 Oct 09:52
Compare
Choose a tag to compare

Fixed

  • Requests may hang when waiting for notification, so we no longer cache the notification proxy service.

v0.4.9

07 Sep 05:45
Compare
Choose a tag to compare

Fixed

  • Call to ios-device-lib may hang in some cases when partial messages are received from C++ execution.

v0.4.8

20 Jul 07:12
Compare
Choose a tag to compare

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

26 Jun 05:52
Compare
Choose a tag to compare

Fixed

  • Close the opened socket when device's socket closes.

v0.4.6

20 Jun 09:53
Compare
Choose a tag to compare

Fixes

  • Fix unable to uninstall application on macOS

v0.4.5

15 Jun 14:52
Compare
Choose a tag to compare

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

15 Jun 08:02
Compare
Choose a tag to compare
Merge pull request #18 from telerik/milanov/change-get-socket-state-l…

…ogic

Add recv check to determine if socket is closed

v0.4.2

30 May 08:18
Compare
Choose a tag to compare

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.