> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rork.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create your Apple Developer Account to publish to App Store

> This guide will help you get your Apple Developer account setup to publish apps in the App Store.

export const CtaBanner = () => <div style={{
  display: "flex",
  alignItems: "center",
  justifyContent: "space-between",
  gap: "24px",
  flexWrap: "wrap",
  margin: "40px 0 8px",
  padding: "22px 28px",
  borderRadius: "16px",
  background: "linear-gradient(135deg,rgba(249,115,22,0.10),rgba(255,255,255,0.03),rgba(249,115,22,0.06))",
  border: "1px solid rgba(255,255,255,0.08)"
}}>
    <div>
      <div style={{
  fontSize: "19px",
  fontWeight: 700,
  color: "#fff",
  letterSpacing: "-0.3px",
  lineHeight: 1.3
}}>
        Build your app with Rork today.
      </div>
      <div style={{
  fontSize: "14px",
  color: "rgba(255,255,255,0.6)",
  marginTop: "4px",
  lineHeight: 1.5
}}>
        Ship iOS, Android, and web apps by chatting with AI.
      </div>
    </div>
    <a href="https://rork.com" style={{
  flexShrink: 0,
  display: "inline-block",
  padding: "10px 24px",
  background: "linear-gradient(135deg,#fff,#f0f0f0)",
  color: "#000",
  fontSize: "14px",
  fontWeight: 600,
  borderRadius: "100px",
  textDecoration: "none",
  whiteSpace: "nowrap"
}}>
      Try Rork for Free
    </a>
  </div>;

In order to publish your apps to the App Store, you need to set up your Apple Developer account. If you need more information, check [the App Store Connect official page.](https://developer.apple.com/app-store-connect/)

<img src="https://mintcdn.com/rork/8T6Zis9FmSChOGeH/images/apple.jpg?fit=max&auto=format&n=8T6Zis9FmSChOGeH&q=85&s=750dc21f594b6c6aa315e68f9c0e5528" alt="Apple" width="3918" height="2610" data-path="images/apple.jpg" />

> Join the Apple Developer Program to reach customers around the world on the App Store for all Apple platforms. Membership provides the tools, resources, and support you need to develop and distribute apps and games, including access to app services, testing tools, app analytics, and more. - Apple Developer Program

### 1. Start Your Enrollment

[Click this link and press start your enrollment to begin enrolling into the Apple Developer membership program.](https://developer.apple.com/programs/enroll/)

<img src="https://mintcdn.com/rork/QECozRXxh2vi4fHh/images/image-75.png?fit=max&auto=format&n=QECozRXxh2vi4fHh&q=85&s=c1189a28c864e4ed9b6233f8083c1a39" alt="Image" width="874" height="762" data-path="images/image-75.png" />

### 2. Sign in with Your Apple Account (or Create One)

You will be asked to sign in with your Apple account. You can use the same one you use if you have an iPhone, or you can create a new account.

<img src="https://mintcdn.com/rork/QECozRXxh2vi4fHh/images/image-76.png?fit=max&auto=format&n=QECozRXxh2vi4fHh&q=85&s=45b20fb4592b1304100420a74a4be300" alt="Image" width="874" height="762" data-path="images/image-76.png" />

### 3. Skip the customization of the profile

Once you've signed in, agree to the terms. You will then be asked to customize your developer profile. Please press **Remind me Later** or **Not Interested**. It is not needed for most use cases.

### 4. Press continue enrollment on the Web

It will ask you to enroll using the Apple Developer app, but right below that, you will see ***Continue enrollment on the web***. Press that so you can continue with ease.

<img src="https://mintcdn.com/rork/QECozRXxh2vi4fHh/images/image-77.png?fit=max&auto=format&n=QECozRXxh2vi4fHh&q=85&s=1992b7e1998db9e8cf97ab3951c5c808" alt="Image" width="1398" height="876" data-path="images/image-77.png" />

### 5. Enter your Personal Information As Asked

Please enter your actual information here. This is important to get accurate, because Apple will use your account information when setting up payouts later.

### 6. Select your entity type

For most use cases, an **Individual/Sole Proprietor** is sufficient. Please select it and continue.

<img src="https://mintcdn.com/rork/QECozRXxh2vi4fHh/images/image-78.png?fit=max&auto=format&n=QECozRXxh2vi4fHh&q=85&s=929714965b42113db8b361fadafe3557" alt="Image" width="1644" height="996" data-path="images/image-78.png" />

### 7. Review and Accept the Final Terms

### 8. Finalize your year of Apple Developer membership by paying the yearly fee (\$99)

<img src="https://mintcdn.com/rork/QECozRXxh2vi4fHh/images/image-79.png?fit=max&auto=format&n=QECozRXxh2vi4fHh&q=85&s=e84c7b5ecdc2acf6c930e029499755c9" alt="Image" width="1630" height="1058" data-path="images/image-79.png" />

## If all goes well, you will be able to log in to [App Store Connect](https://appstoreconnect.apple.com/) and see this page

<img src="https://mintcdn.com/rork/QECozRXxh2vi4fHh/images/image-80.png?fit=max&auto=format&n=QECozRXxh2vi4fHh&q=85&s=964f9d85e74bfad01234df7fb18fd8dc" alt="Image" width="1700" height="1042" data-path="images/image-80.png" />

You are now one step closer to publishing your apps to the app store!

<CtaBanner />
