Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Transferring ownership of an iPhone app on the app store

People also ask

Can I transfer iPhone app to another account?

To transfer an app, just go into your Developer Account and on the App Summary page, click on the Transfer App button. Only the team agent can initiate this process. The next screen will verify that you meet all the criteria for transfer. If your app meets all the criteria, you will see all green check marks.

Can you transfer an app to another person?

Initially, when you create an app, you are the owner of that app. You cannot immediately assign another owner. You need to invite them to be an editor first and then transfer the ownership. Now the future owner is an editor, you can delegate them as the owner.

Are Apple apps transferable?

Using an iCloud backup, you can transfer all of your apps to a new iPhone at once, without paying anything extra.

Can you transfer a app that's not in the App Store anymore from your old iPhone to a new iPhone?

Answer: A: Answer: A: There is no method by which you can directly transfer an App between iPadOS/iOS devices. When creating a backup of your device via iTunes or iCloud, the App itself is not backed-up per-se - instead, the backup contains a record of the installed backup.


Starting June 11, 2013 this has officially become possible. Here's the official note:

Dear developer,

Apps can now be transferred from one developer to another within iTunes Connect, for example after an acquisition or when a distribution deal expires. Transferring the ownership of an app does not affect the app’s availability on the App Store. All ratings and reviews will be transferred and your customers will continue to have access to all available app updates.

To transfer an app, go to the app’s App Summary page in the Manage Your Applications module on iTunes Connect and click Transfer App. Make sure that:

• Your account is active

• You have accepted the most current version of your contracts

• Your app has at least one approved version

• Your app is in the Ready for Sale, Invalid Binary, Rejected, Developer Rejected, or Developer Removed from Sale state

• Any associated In-App Purchases are in the Ready to Submit, Ready for Sale, Rejected, Developer Removed from Sale, or Approved state

• You know the Apple ID of the recipient’s Team Agent and their Team ID.

For more information on app transfer, see the video tutorial on iTunes Connect. To find answers to common questions about app transfer, see the FAQ on iTunes Connect.

Regards, The App Store team


UPDATE: THIS ANSWER IS OUT OF DATE. IT APPEARS TO HAVE BEEN CORRECT AT THE TIME IT WAS WRITTEN. THERE IS NO NEED TO DOWNVOTE IT, BUT DON'T BELIEVE IT EITHER!


Official answer is No. From the iTunes Connect FAQ:

I sold my app to another developer and can no longer distribute on the App Store. Can I transfer the app to the new developer's iTunes Connect account?

At this time, apps cannot be transferred to another developer account. If you would like the app to be sold through another developer account, you will need to remove the app from sale in the current iTunes Connect account and upload the app under the new iTunes Connect account.

Uploading the app to a new iTunes Connect account will disable current customers from receiving automatic and free updates of your application. All customer reviews, rating and ranking information will also be reset.

Additional resources that confirm this, from FutureTap developer Ortwin Gentz, back when he purchased WhereTo? from Sophiestication Software:

transferring an iphone app last episode

carved in stone transferring an iphone app


Follow Up: After all: it is possible (as of late March 2010).

I haven't read all comments or other threads about this issue, so this might be obsolete, but it seems it's basically related to the iTunes-related structure of the appStore.

You can't be part of the Beatles and the Rolling Stones Bands...

Anyway, eventually, a colleague managed to get things sorted out, and we got our App (which was running under my private, single Dev account) running under a new, enterprise account. We kept our ratings, our #1 place in our category in the appstore, and all in all it went smooth (after several hours of phone-calls with apple).

As far as I can recall, the main problem was those help-desk folks were knowing things were going to change, but they didn't know by when and how. Probably due to iPad coming and related timelines involved). Anyway. It's possible, and it's pretty easy. Send your request, wait a couple of weeks (might be days by now), and you'll have the transfer. One issue though: They may have some bug in their migration code, because apple mixes firstname and lastname of the dev / master account after migration. well, who cares.


I had my own experience with this, and the answer I got from Apple Developer Relations (Although it took a month to get an email response and 6 weeks for the follow up phone call) was (in short) that they currently don't offer any way to transfer individual applications from one developer account to another.

He did so by saying that there was a single "Option" for doing this sort of transfer, which is to delete the app from the account that it is currently on, and then resubmit to the Apple store from the new account under the same name (but it would have a new appstore id). I pointed out (and he acknowledged) that this would delete any existing user reviews, ruin the upgrade path for existing users, break iAds, in-app purchases, and game center integration. So it really isn't a solution at all.

He also said that it isn't possible to transfer ownership of all your apps to another existing account (they seem to lack the granularity to move individual apps). However if I wanted to give up all my apps to another individual it could be possible by creating a corporation (probably S-Corp, although he didn't advise), transferring ownership of my account to the S-Corp (which would be allowed if I were a part owner), and then selling the s-corp to the new owner. (Yikes right?)

The method I plan to go with is the following (I'll update with my success), In my specific case I have a paid application that (.99) that I'm trying to transfer to another owner:

  1. I will create a lightweight application using the same AppID that is designed to inform users that the Application has changed owners, and provide a link to the app store where they can download the new application. When launched will upload a hashed form of their UDID to a server (which I will now have to maintain) listing them as a previous customer.

  2. I will upload this new lightweight app to my existing account as an upgrade to the other existing application (so that when users update, they will instead be marked as an existing customer, be presented with a message explaining the situation, and a link to the new app)

  3. I will convert my paid app to being a light application that has some functionality, but requires an in-app purchase of .99 to get the full functionality. Additionally, this new app will check with my server to see if the UDID is in the existing customers database, and if so give them full functionality (without having to do the in-app purchase).

... ARGHH! :) It's an ugly experience for the customers and a whole hell of a lot of work for the developer... but the only option provided by Apple. (Although, I'm not sure that it will even work, as it's entirely possible that they will reject my lightweight "update" application from the store, and thereby prevent the hack upgrade path as well)

UPDATE: Too much work for the person that I was trying to give the application to. Ended up not proceeding with the plan. Think that it could probably still work, and would love to hear from anyone who tries it or pulls it off :)