Shahzad
Shahzad

Reputation: 1415

Personal Team is not enrolled in the Apple Developer Program

I am trying to upload the app to app store but getting this error on validating the app or distribution.

Team "Username (Personal Team)" is not enrolled in the Apple Developer Program. Distribution requires enrollment in the Apple Developer Program. Visit https://developer.apple.com/account to enroll.

I am new iOS development and app built with the react native framework and publishing the app using XCode 11.2.1. I am using a team member account as an app manager.

I find this Apple Developer link for the known issue but I don't understand the solution they are providing. Can any body explain it.

Upvotes: 6

Views: 11886

Answers (3)

VSN
VSN

Reputation: 1

  1. You need to verify first that you have an account with the license up to date at App Developers Account.
  2. Once done this go and create a certificate at https://developer.apple.com/account/resources/certificates/list
  3. Select Distribution type on the list and download it to your device.
  4. Once done this you should quit and open XCode and you should be good to upload your build now.

Upvotes: 0

Shady Mohamed Sherif
Shady Mohamed Sherif

Reputation: 15759

I had the same issue, and turned out the developer account was expired, you should log in to https://developer.apple.com and pay to renew your account.

expired

Upvotes: 1

Rambo
Rambo

Reputation: 31

You convert your account personal team to individual team then works

Upvotes: 2

Related Questions