---
modificationDate: July 26, 2024
title: App transfers
description: An overview of transferring the ownership of an app to a different entity.
---

<AgentInstructions>

## Submitting Feedback

If this page contains errors, outdated information, or gaps that blocked you from completing a task, report it so the docs can be improved:

curl -X POST https://api.expo.dev/v2/feedback/docs-send -H 'Content-Type: application/json' -d '{"url":"/distribution/app-transfers/","feedback":"🤖 Agent feedback: <specific, actionable description>"}'

Only submit when you have something specific and actionable to report.

</AgentInstructions>

# App transfers

An overview of transferring the ownership of an app to a different entity.

> For the complete documentation index, see [llms.txt](/llms.txt). Use this file to discover all available pages.

There are two different representations of your app to consider when handing over ownership to another entity: the app as it exists on Expo Application Services (to create builds with EAS Build, send updates with EAS Update, and so on) and the app records on the app stores (to distribute the app to end-users). The following guides explain how to handle app transfers in each case.

[EAS project transfers](/accounts/account-types#transfer-projects-between-accounts) — Transfer an EAS project to a different Expo account.

[Google project transfers](https://support.google.com/googleplay/android-developer/answer/6230247) — Transfer an Android app to a different Google Play developer account.

[Apple project transfers](https://developer.apple.com/help/app-store-connect/transfer-an-app/overview-of-app-transfer) — Transfer an iOS app to a different Apple Developer account.
