Skip to content

Releases: NativeScript/ios-device-lib

v0.4.12

Choose a tag to compare

@rosen-vladimirov rosen-vladimirov released this 22 May 16:04
2bf6d52

Fixed

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

v0.4.11

Choose a tag to compare

@rosen-vladimirov rosen-vladimirov released this 17 May 07:13

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

Choose a tag to compare

@rosen-vladimirov rosen-vladimirov released this 02 Oct 09:52

Fixed

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

v0.4.9

Choose a tag to compare

@rosen-vladimirov rosen-vladimirov released this 07 Sep 05:45

Fixed

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

v0.4.8

Choose a tag to compare

@rosen-vladimirov rosen-vladimirov released this 20 Jul 07:12

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

Choose a tag to compare

@rosen-vladimirov rosen-vladimirov released this 26 Jun 05:52

Fixed

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

v0.4.6

Choose a tag to compare

@rosen-vladimirov rosen-vladimirov released this 20 Jun 09:53

Fixes

  • Fix unable to uninstall application on macOS

v0.4.5

Choose a tag to compare

@rosen-vladimirov rosen-vladimirov released this 15 Jun 14:52

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

Choose a tag to compare

@rosen-vladimirov rosen-vladimirov released this 15 Jun 08:02
Merge pull request #18 from telerik/milanov/change-get-socket-state-l…

v0.4.2

Choose a tag to compare

@rosen-vladimirov rosen-vladimirov released this 30 May 08:18

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.