Skip to main content

How To Transfer your app to another iOS Developer Account - iTunes

Transfer your app to another iOS Developer Account



Apple states all apps must be submitted by the provider of the app’s content using their own, unique Apple Developer Account, this also applies to existing, already published apps.

If you currently have one or more apps published on your developer account, the Apple review will now include this check when you submit a store update. In order to avoid any disruptions in the availability of your app in the iOS store, please make sure all your apps are published on a matching developer account. If the app and the developer account do not match, Apple will potentially reject the update. Your older version of the app will remain available.

Fortunately it is possible, and relatively simple, to transfer the ownership of an app to another developer without removing the app from the App Store. When an app is transferred it will keep its reviews and ratings and users will still have access to future updates. You can transfer multiple apps, without limit, but all apps have to be transferred individually.

Step 1: Verify that the app can be transferred

The app must meet specific criteria to be transferable.

App transfer criteria

Before an app can be transferred it has to meet the following criteria:
  • Both accounts can’t be in a pending or changing state, and the latest version of the agreements in the Agreements, Tax, and Banking section must be accepted.
  • No version of the app can use an iCloud entitlement.
  • No version of the app can use a Passbook entitlement.
  • The App must have had at least one version that has been released to the App Store.
  • In-app purchase product IDs on the app can’t be the same as product IDs on any apps in the recipient’s account.
  • TestFlight beta testing should be turned off for all beta versions of the app.
  • Sandboxed Mac apps that share the Application Group Container Directory with other Mac apps cannot be transferred.

Step 2: Backup all app information

Because an app is removed from your account after an app transfer, we recommend you backup all information about the app before you transfer it. It’s a good idea to keep a record of your appʼs metadata and pricing, note dates the app was available on the App Store, and save sales and download information.

Step 3: Initiate the app transfer

The team agent in your organisation initiates the app transfer.

Step 4: Accept the app transfer

The team agent in the recipient organisation accepts the app transfer.

Initiate an app transfer

Required role: Legal (Team Agent).
  1. Click "My Apps" on the homepage. A list of all apps will display. Select the app you want to transfer and scroll to the 'Additional Information' section, click "Transfer App,' then click "Done."




  •  If your app meets all the criteria mentioned in the start of this article, click "Done." If the app doesn't meet all criteria you should resolve the issues.

    my_apps_at_recipient_info_2.png


  • Read the terms, select “I have read and agree to the agreement presented above,” and click "Request Transfer."

    my_apps_at_confirm_transfer_3.png

    1. Enter the Apple ID and Team ID for the recipient’s team agent, and click "Continue."
    2. Click "Done" to return to the App Information page.
    After you initiate the transfer, the app stays in its previous status, with the Pending App Transfer status added, until the recipient accepts it.

    Accept an app transfer

    1. Sign in to iTunes Connect as the Team Agent. A notice indicates that an app is ready to be transferred.


    2. Click "Agreements, Tax and Banking."

    3. Below "Transfer Agreements," click "Review" next to the app in the "Contracts In Process"  section.


    4. Enter the new metadata.
    • Support URL
    • Atom feed URL (required if the app previously had an atom feed URL)
    • Marketing URL (required if the app previously had a marketing URL)
    • Privacy policy URL (required if the app previously had a privacy policy URL)
    • CCATS (a new CCATS form is required for apps that use export compliance)
    • App Review contact information
    • App Store contact information
    5. Read the terms, select “I have read and agree to the agreement presented above,” and click "Accept."

    It can take up to two business days for the app transfer to complete, during which the app statusis "Processing App Transfer."

    Comments

    Popular Posts

    How I Reduced the Size of My React Native App by 85%

    How and Why You Should Do It I borrowed 25$ from my friend to start a Play Store Developer account to put up my first app. I had already created the app, created the assets and published it in the store. Nobody wants to download a todo list app that costs 25mb of bandwidth and another 25 MB of storage space. So today I am going to share with you how I reduced the size of Tet from 25 MB to around 3.5 MB. Size Matters Like any beginner, I wrote my app using Expo, the awesome React Native platform that makes creating native apps a breeze. There is no native setup, you write javascript and Expo builds the binaries for you. I love everything about Expo except the size of the binaries. Each binary weighs around 25 MB regardless of your app. So the first thing I did was to migrate my existing Expo app to React Native. Migrating to React Native react-native init  a new project with the same name Copy the  source  files over from Expo project Install all de...

    How to recover data of your Android KeyStore?

    These methods can save you by recovering Key Alias and Key Password and KeyStore Password. This dialog becomes trouble to you? You should always keep the keystore file safe as you will not be able to update your previously uploaded APKs on PlayStore. It always need same keystore file for every version releases. But it’s even worse when you have KeyStore file and you forget any credentials shown in above box. But Good thing is you can recover them with certain tricks [Yes, there are always ways]. So let’s get straight to those ways. 1. Check your log files → For  windows  users, Go to windows file explorer C://Users/your PC name/.AndroidStudio1.4 ( your android studio version )\system\log\idea.log.1 ( or any old log number ) Open your log file in Notepad++ or Any text editor, and search for: android.injected.signing and if you are lucky enough then you will start seeing these. Pandroid.injected.signing.store.file = This is  file path where t...

    Video Calling In IOS Objective C

    Video Calling Sources Project homepage on GIT — https://github.com/QuickBlox/quickblox-ios-sdk/tree/master/sample-videochat-webrtc Download ZIP - https://github.com/QuickBlox/quickblox-ios-sdk/archive/master.zip Overview The VideoChat code sample allows you to easily add video calling and audio calling features into your iOS app. Enable a video call function similar to FaceTime or Skype using this code sample as a basis. It is built on the top of WebRTC technology.            System requirements The QuickbloxWebRTC.framework supports the next:     * Quickblox.framework v2.7 (pod QuickBlox)     * iPhone 4S+.     * iPad 2+.     * iPod Touch 5+.     * iOS 8+.     * iOS simulator 32/64 bit (audio might not work on simulators).     * Wi-Fi and 4G/LTE connections. Getting Started with Video Calling API Installation with CocoaPods CocoaPods is a dependency manag...