AppHub Tether
Launch
Asks the AppHub launcher to launch another installed app. The launcher is brought to the foreground before starting the app.
GET
http://127.0.0.1:7420/launch
This endpoint requires AppHub Store to be running on your machine. The live tester calls your local AppHub instance directly.
Query parameters
| Parameter | Required | Description |
|---|---|---|
| appid | required | The packagename of the app to launch |
Test this endpoint
Headers
Query Parameters
Success response 200
{
"ok": true,
"appid": "com.studio.otherapp"
}
Errors
| Reason | Cause |
|---|---|
not_installed | The target app is not installed on this machine |
missing_appid | The appid query parameter was not provided |
internal_error | Unexpected error when launching |
alreadyRunning | Field in response when app was already open — it is not launched again |