Skip to main content

Deleting an app in iTunes Connect



Apple has introduced the possibility of deleting an app. Quoting the iTunes Connect guide:







If you have created an app in iTunes Connect that you no longer need to see or manage, you can delete it from your iTunes Connect view. Deleting your app will not allow you to re-use your SKU or App Name and you will not be able to restore your app once deleted.







So far so good. Then it gets slightly confusing:







If you are selling your app to another developer for their own distribution and need to remove it from your iTunes Connect account, we recommend that you use App Delete so the App Name will be freed up for their use.







Does this mean that I won't be able to reuse the name in my account, but other accounts will? Has anybody tried this?


Comments

  1. Please see Removing an App From Sale (page 92) section on iTunes Connect Developer Guide 6.3


    Click "Rights and Pricing"
    Go to the sale territories section. There is a link near the end
    Click on the "Deselect all" button to uncheck all App Store territories.
    Click on the "Save Changes" button.


    After removing all assigned territory checkboxes from your app in the Rights and Pricing section,, the status
    changes to Developer Removed from Sale and your app will not be seen on the App Store within 24 hours.

    ReplyDelete
  2. It's possible to salvage the situation. I also made a mistake and forgot to type com.XX part when entering the Bundle ID. My app was not live yet, but once you submit BundleID, it's not possible to change it.

    What you can change though, is the "App Name". Thus:


    Change the app name into something bogus
    Add new app, now using correct Bundle ID and type the original name
    Re-upload everything

    ReplyDelete
  3. I just ran into this today trying to submit my app. I used an incorrect bundle ID and nievely assumed that deleting the app from iTunes Connect would release the app name and SKU for me to reuse when I recreated the app. Not so. Now I get these two errors:


    The SKU number you entered has already been used.
    The App Name you entered has already been used.


    You are correct when you say their documentation is confusing. What the heck is "App Delete," and how is it any different from the "Delete Application" button in iTunes Connect?

    I only hope I'm not screwed with regards to my app name being unavailable forever. I've contacted Support so here's hoping...

    ReplyDelete
  4. when you delete an application from iTunes Connect you can't upload with the same App Name and SKU in the same developer Apple id. This resource is for migrate an App for another company or individual developer. Ex. when an App was sold.

    ReplyDelete
  5. You could reuse the App Name of the app you have deleted if you change the Default Language of the application information.

    Full details here: http://hesh.am/2012/01/recovering-a-deleted-app-name-in-itunes-connect/

    ReplyDelete

Post a Comment

Popular posts from this blog

Wildcards in a hosts file

I want to setup my local development machine so that any requests for *.local are redirected to localhost . The idea is that as I develop multiple sites, I can just add vhosts to Apache called site1.local , site2.local etc, and have them all resolve to localhost , while Apache serves a different site accordingly.