# Transfer iOS app

### Can I transfer my iOS app to another developer account?

Yes, you can transfer your iOS app to another Apple Developer account without removing it from the App Store. Follow these steps to complete the transfer process:

#### Step 1: Check Transfer Eligibility

Before initiating the transfer, ensure your app meets [**Apple's transfer criteria**](https://developer.apple.com/help/app-store-connect/transfer-an-app/app-transfer-criteria)**.**&#x20;

#### Step 2: Initiate App Transfer

* Log in to your [**App Store Connect**](https://appstoreconnect.apple.com/login) account.
* Navigate to My Apps and select the app you want to transfer.
* Go to App Information and scroll down to Additional Information.
* Click on Transfer App.
* Enter the recipient Team Agent’s Apple ID and Team ID, then click Continue.
* Review Apple’s Terms & Conditions, check the agreement box, and click Request Transfer.

#### Step 3: Accept App Transfer

* Log in to App Store Connect as the Team Agent of the recipient developer account.
* A notification will indicate that an app transfer is ready for acceptance.
* Navigate to Agreements, Taxes, and Banking.
* Click Review under App Transfers.
* Update the app metadata as required.
* Read and accept Apple’s Terms & Conditions.
* Click Accept to complete the transfer process.

#### Processing Time

The transfer is usually completed within two business days, provided the app meets Apple's transfer criteria.

{% hint style="warning" %}
The app remains live on the App Store throughout the transfer process.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.appmysite.com/frequently-asked-questions/publishing-and-distribution/transfer-ios-app.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
