This repository was archived by the owner on Feb 2, 2021. It is now read-only.
v0.12.0
·
1071 commits
to master
since this release
BREAKING CHANGES
- Remove isLiveSyncSupported method as isAppInstalledOnDevices returns the same information, so it should be used.
isAppInstalledOnDevicesaccepts new parameter - framework. Valid values are "cordova" and "nativescript".- When
isAppInstalledOnDevicesis 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.