post https://fusion.appdome.com/api/v1/build-to-test#build
This API allows you to build and customize a mobile app or SDK with testing.
After you upload your App/SDK and obtain the Application ID, you can build it for testing using an existing Fusion Set.
The fusion_set_id
is required to initiate the build (fuse) action.
Upon completion of the build, a parent_task_id
(known as the "Appdome Build ID") is generated, which is required for any subsequent task actions.
This endpoint supports several customizations (overrides) for the build task, as detailed below.
How to Obtain the Application ID:
After successfully uploading your app to the Appdome platform, follow these steps:
- Navigate to the sidebar where your app is listed.
- The Application ID will be visible next to the app details, and you can copy it directly from there.
Key | Name in Appdome | Value | Notes |
user_agent |
User Agent Customization | Boolean | Must use with user_agent_value |
user_agent_value |
User-Agent Header | String | |
extended_logs |
Diagnostic Logs | Boolean | Only if enabled for the user. |
extended_logs_gesture_via_http |
Tap to upload logs(iOS)/ Shake to upload logs(Android) | Boolean | Must use with extended_logs . |
extended_logs_gesture_via_external_app |
Tap to email logs(iOS)/ Shake to email logs(Android) | Boolean | Must use with extended_logs . |
build_to_test_vendor |
supported Testing Service | String | One of the following values:
|
build_to_test_message |
build_to_test_message | String | Must use with build_to_test_vendor . |