Closed
Description
In case you have multiple connected devices and execute tns livesync <platform>
, but your application is not installed on more than one of the devices, livesync should install it everywhere. However the app is installed on only one of the devices.
Steps to reproduce:
- Start 2-3 emulators
- Create new app (make sure the appid is unique and you do not have such app installed on the device)
- Use
tns livesync <platform>
You'll see warnings that app is not installed for each of the devices, but in fact it will be installed only on the one of them.