Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

v0.12.0

Choose a tag to compare

@rosen-vladimirov rosen-vladimirov released this 01 Jun 14:36
· 1071 commits to master since this release

BREAKING CHANGES

  • Remove isLiveSyncSupported method as isAppInstalledOnDevices returns the same information, so it should be used.
  • isAppInstalledOnDevices accepts new parameter - framework. Valid values are "cordova" and "nativescript".
  • When isAppInstalledOnDevices is called, it will start the application, if possible.

Add isCompanionAppInstalledOnDevices method to public API

Add new method to check if companion app is installed on devices.
devicesService.isCompanionAppInstalledOnDevices(deviceIdentifiers: string[], framework: string): Promise<IAppInstalledInfo>[]

The difference from isAppInstalledOnDevices is that this method will not start the application on device.