Updated on 2023-03-30 GMT+08:00

Preparing the TAR Package of an Application

Querying Cloud Phones

The cloud phone list is sorted by creation time in descending order. You can specify offset and limit. If no cloud phone exists, an empty list is returned.

For details, see Querying Cloud Phones in the Cloud Phone Host API Reference.

Installing Applications on a Cloud Phone

Install an APK on a cloud phone. The system downloads the specified APK file and installs it on the cloud phone.

A single APK application or multiple APK applications can be installed.

You can run the install command to install a single APK. Only one APK can be installed at a time.

You can run the install-multiple command to install multiple APKs (a single APK is split into multiple APKs). Only APKs of the same application can be installed at a time.

For details, see Installing the APK in the Cloud Phone Host API Reference.

Generating the TAR Package of an Application and Pushing It to the OBS Bucket

Prerequisites

Call an API to generate an application version TAR package and push it to the OBS bucket. For details about the API example, see Generating the TAR Package of the Application and Pushing It to the OBS Bucket.