<!--
{
  "documentType" : "article",
  "framework" : "AppStoreConnectAPI",
  "identifier" : "/documentation/AppStoreConnectAPI/beta-app-localizations",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Beta App Localizations"
}
-->

# Beta App Localizations

Beta test information about apps, specific to a locale.

## Discussion

A `betaAppLocalization` resource represents one localized set of information about an app that is visible to beta testers. When distributing a prerelease app, the TestFlight app on the beta tester’s device displays information such as descriptions, URLs, and privacy policies. The information can be localized for the languages listed in [App Store localizations](https://help.apple.com/app-store-connect/#/dev656087953).

## Topics

### Getting Localization Information

[`List beta app localizations`](/documentation/AppStoreConnectAPI/GET-v1-betaAppLocalizations)

Find and list beta app localizations for all apps and locales.

[`Read beta app localization information`](/documentation/AppStoreConnectAPI/GET-v1-betaAppLocalizations-_id_)

Get localized beta app information for a specific app and locale.

[`Read the app information of a beta app localization`](/documentation/AppStoreConnectAPI/GET-v1-betaAppLocalizations-_id_-app)

Get the app information associated with a specific beta app localization.

[`Get the app ID for a beta app localization`](/documentation/AppStoreConnectAPI/GET-v1-betaAppLocalizations-_id_-relationships-app)

### Creating, Modifying, and Deleting Localizations

[`Create a beta app localization`](/documentation/AppStoreConnectAPI/POST-v1-betaAppLocalizations)

Create localized descriptive information for an app.

[`Modify a beta app localization`](/documentation/AppStoreConnectAPI/PATCH-v1-betaAppLocalizations-_id_)

Update the localized information for a specific beta app and locale.

[`Delete a beta app localization`](/documentation/AppStoreConnectAPI/DELETE-v1-betaAppLocalizations-_id_)

Delete a beta app localization associated with an app.

### Objects

[`BetaAppLocalization`](/documentation/AppStoreConnectAPI/BetaAppLocalization)

The localized feedback URL, marketing URL, and privacy policy URL shown to TestFlight testers for a specific language.

[`BetaAppLocalizationCreateRequest`](/documentation/AppStoreConnectAPI/BetaAppLocalizationCreateRequest)

The request body you use to create a Beta App Localization.

[`BetaAppLocalizationResponse`](/documentation/AppStoreConnectAPI/BetaAppLocalizationResponse)

The response body for endpoints that create, read, or modify localized TestFlight app metadata.

[`BetaAppLocalizationsWithoutIncludesResponse`](/documentation/AppStoreConnectAPI/BetaAppLocalizationsWithoutIncludesResponse)

A response containing a list of TestFlight app localizations, without related resources.

[`BetaAppLocalizationUpdateRequest`](/documentation/AppStoreConnectAPI/BetaAppLocalizationUpdateRequest)

The request body you use to update a Beta App Localization.

[`BetaAppLocalizationsResponse`](/documentation/AppStoreConnectAPI/BetaAppLocalizationsResponse)

The response body for endpoints that list localized TestFlight app metadata entries.

[`BetaAppLocalizationAppLinkageResponse`](/documentation/AppStoreConnectAPI/BetaAppLocalizationAppLinkageResponse)



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)