How to manage Personal Team info on Apple Developer website?

好久不见. 提交于 2019-11-28 03:54:21

There is a way to sort this out. Contact the Apple Developer Program Support and they can help you delete the App ID from your free provisioning profile (you can't do it yourself at the moment). I just did this and I would recommend contacting them by phone since you will need to get past the first-line support to a Senior Advisor in order to fix this. First-line support did not understand what I was talking about.

You can also submit a request via Apple Developer Program Support https://developer.apple.com/contact/submit/. The support team removed my personal team AppID within 24 hours, very efficient.

I had the same issue and was very frustrating! (been struggling for hours with this). I thought I had done exactly what you did above with the Fix it button and set the App Name to my "Personal Team"!? and I had no way of setting the app name up in iTunes Connect on the correct account (as I was getting the warning message "The App Name you entered has already been used".

One alternative I wasn't aware of is when you create a new App Name in iTunes Connect you need to set the Primary Language.

I was selecting "English" and there is another option for "UK English" which I needed! There are multiple English languages to choose from.

Hope this helps someone out there.

  1. Log in to the iOS developer member center and navigate to "Certificates, Identifiers & Profiles".
  2. Once in there, navigate into the App IDs section inside of the Identifiers section.
  3. Create a new App ID with the same wildcard bundle ID you are already using but using your Team ID based prefix as its prefix. By doing so, you will be associating your wildcard bundle ID with a new Team ID. It is okay to leave your old App ID associated with your wildcard bundle ID there and not delete it - it will be ignored going forward.
  4. Edit all your provisioning profiles that are associated to the old App ID and update them to use the new App ID.
  5. Go into all of the provisioning profiles that you have changed and regenerate them
  6. Re-archive your app. Then, submit your new archive making sure to sign it with your new Team ID prefix based provisioning profile.

Source: Steps to move an App ID from a non-Team ID prefix to the Team ID

Resume: Just create a wild card with your new Team and your App ID created with Personal Team will be ignored.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!