Method: apprecovery.deployStay organized with collectionsSave and categorize content based on your preferences.
AI-generated Key Takeaways
This document outlines how to deploy an app recovery action with a DRAFT status, which will activate it for targeted users and change its status to ACTIVE.
Deploying an app recovery action involves making aPOSTHTTP request to a specific URL containing the package name and app recovery ID.
The request requires path parameters forpackageNameandappRecoveryId, but the request body should be empty.
A successful response will also have an empty body, and the action requires thehttps://www.googleapis.com/auth/androidpublisherOAuth scope.
Deploy an already created app recovery action with recovery status DRAFT. Note that this action activates the recovery action for all targeted users and changes its status to ACTIVE.
HTTP request
POST https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/appRecoveries/{appRecoveryId}:deploy
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-21 UTC."],[],["This document outlines the process for deploying a draft app recovery action via an HTTP POST request. The request targets a specific app and recovery action ID, provided as path parameters: `packageName` and `appRecoveryId`. The URL utilizes gRPC Transcoding. The request body must be empty. A successful deployment, indicated by an empty response body, activates the recovery action for all targeted users, changing its status to ACTIVE. Authorization requires the `androidpublisher` OAuth scope.\n"]]