Apple Account Management Guide: Practical Operations for Team, Membership Status, and License Activation

Account overview: teams, developer membership, Happy Launch activation, API key management. Passwordless keys; one-time private key .json. Export/revoke.

Account Overview

The first stop after logging in, it centrally displays the current account’s teams and developer membership status, and provides two derived features: activation of the Happy Launch license itself, and App Store Connect API key management.

Team

An Apple ID may belong to multiple developer teams simultaneously. In the “Team” section, you can see all teams under this account. Click “Activate” to switch the currently active team (free accounts display “Free Account”). After switching, features such as certificates, Bundle IDs, provisioning profiles, devices, and apps will be reloaded based on the newly activated team.

Account Information

Displays the current login method (Web Login / App Login / API Key), name, account email, last used time, and developer status-related information:

  • Developer Membership: Apple Developer Program membership information for the team, including team name, team ID, Agent email, and Roles.
  • Certificates & Provisioning Profiles Permission: Whether the current account is allowed to manage certificates and provisioning profiles.
  • Can View All Apps: Whether you have permission to view all apps under the team.

If this Apple ID does not have a developer program membership, the page will show “Not enrolled in the Apple Developer Program”, indicating that you cannot access developer portal features such as certificates and provisioning profiles. Two directions are provided: go to developer.apple.com to purchase a membership, or log in with Web Login first, then generate an API key to use App Store Connect features independently (without relying on developer portal membership).

Happy Launch License

“Happy Launch License” is the usage license for this product itself (separate from Apple’s developer membership). It is bound to the current Apple ID:

  1. If not yet activated, click “Activate Happy Launch License” and enter the activation code you purchased.
  2. The activation code will be bound to the current Apple ID; after submission, the activation is complete.
  3. After activation, you can view the license email and expiration time here. Before expiration, you can click “Refresh” to check the latest status.
  4. If you don’t have an activation code, click “Go to Official Website to Purchase” (appuploader.net).

App Store Connect API Key

Used to generate passwordless, second-factor-free, long-lived login credentials. You can combine it with the “API Key” method under “Account & Login” to sign into the same App Store Connect account on any device:

  1. Click “Generate Key” and enter a key name.
  2. After submission, an App Store Connect API key (ADMIN permission, access to all apps) is generated, using JWT for authenticated access to App Store Connect.
  3. The private key (.p8) can only be retrieved this once. Copy or download it immediately and save it as a .json key file. This .json file can be directly imported on the login page via “Add Account → API Key → Key File”.
  4. The key list supports exporting the key file (.json) at any time (provided the private key for this key has been saved on this machine), or revoking a key — after revocation, all ASC accounts derived from it will immediately fail authentication and cannot be recovered.