Method: projects.apps.getAabInfo Stay organized with collections Save and categorize content based on your preferences.
- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IntegrationState
- TestCertificate
- Try it!
Gets Android App Bundle (AAB) information for a Firebase app.
HTTP request
GET https://firebaseappdistribution.googleapis.com/v1/{name=projects/*/apps/*/aabInfo}
The URL usesgRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
name |
Required. The name of the Format: Authorization requires the followingIAM permission on the Firebase project that owns the specified resource
|
Request body
The request body must be empty.
Response body
Android App Bundle (AAB) information for a Firebase app.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{"name":string,"integrationState":enum ( |
| Fields | |
|---|---|
name |
The name of the Format: |
integration |
App bundle integration state. Only valid for android apps. |
test |
App bundle test certificate generated for the app. Set after the first app bundle is uploaded for this app. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see theOAuth 2.0 Overview.
IntegrationState
The current state of AAB integration
| Enums | |
|---|---|
AAB_INTEGRATION_STATE_UNSPECIFIED | Aab integration state unspecified |
INTEGRATED | App can receive app bundle uploads |
PLAY_ACCOUNT_NOT_LINKED | Firebase project is not linked to a Play developer account |
NO_APP_WITH_GIVEN_BUNDLE_ID_IN_PLAY_ACCOUNT | There is no app in linked Play developer account with the same bundle id |
APP_NOT_PUBLISHED | The app in Play developer account is not in a published state |
AAB_STATE_UNAVAILABLE | Play App status is unavailable |
PLAY_IAS_TERMS_NOT_ACCEPTED | Play IAS terms not accepted |
TestCertificate
App bundle test certificate
| JSON representation |
|---|
{"hashSha1":string,"hashSha256":string,"hashMd5":string} |
| Fields | |
|---|---|
hash |
Hex string of SHA1 hash of the test certificate used to resign the AAB |
hash |
Hex string of SHA256 hash of the test certificate used to resign the AAB |
hash |
Hex string of MD5 hash of the test certificate used to resign the AAB |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-30 UTC.