How can I find my Apple Developer Team id and Team Agent Apple ID?

后端 未结 6 576
一向
一向 2021-01-30 12:18

I am trying to transfer an app. I am having troubles finding my team agent apple id and my team id. I have found it before and I have searched for 30 min without any luck now

6条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-30 12:39

    For personal teams

    grep DEVELOPMENT_TEAM MyProject.xcodeproj/project.pbxproj
    

    should give you the team ID

    DEVELOPMENT_TEAM = ZU88ND8437;
    

提交回复
热议问题