> For the complete documentation index, see [llms.txt](https://docs.bossithq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bossithq.com/web-app/transferring-apps-to-boss-it.md).

# Transferring Apps to Boss It

## iOS

1. Verify that the app is eligible for transfer by reading the following: [App transfer criteria - Transfer an app - App Store Connect - Help - Apple Developer](https://developer.apple.com/help/app-store-connect/transfer-an-app/app-transfer-criteria)
2. The account owner should initiate the app transfer process, instructions can be found at the following: [Initiate an app transfer - Transfer an app - App Store Connect - Help - Apple Developer](https://developer.apple.com/help/app-store-connect/transfer-an-app/initiate-an-app-transfer) While carrying out this process the necessary information for Boss IT (the recipient) is: **Entity Name and Team ID**. These will be provided to you via email.
3. Once the transfer is initiated, reach out to Boss IT to accept the transfer.

## Android

1. Visit following page to go through steps to prepare app for transfer: [Transfer apps to a different developer account - Play Console Help](https://support.google.com/googleplay/android-developer/answer/6230247?hl=en#zippy=)
2. Once you are ready to initiate app transfer, in the [Google Play Developer Console](https://play.google.com/console/) visit “**Settings” > “App Transfers”**. Click on **“Transfer Apps”** to initiate the transfer.&#x20;
3. You will be asked to provide your **“Transaction ID”** which you would have obtained in Step 1. Additionally you will need the **Boss IT Transaction ID and Developer ID**, this will be provided to you via email.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bossithq.com/web-app/transferring-apps-to-boss-it.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
