Devices¶
Devices represent app installations that receive live updates. You can view a list of devices that have installed your app and that at least once connected to the Capawesome Cloud.
Create a device¶
Devices are created automatically when a user checks for a live update for the first time by calling the sync()
method.
There is no need to create a device manually.
Delete a device¶
A device can be deleted at any time.
To delete a device using the Capawesome CLI, use the apps:devices:delete
command:
You will be prompted to select the app you want to delete the device for and to provide the ID of the device. The CLI will then delete the device from the Capawesome Cloud.
To delete a device using the Capawesome Cloud Console, navigate to the app you want to delete the device for, and select the device you want to delete.
In the menu, click on the Delete
button to delete the device.