# Need for developer account

### Why do you need your own developer account?

Due to the guidelines of Apple and Google, AppMySite cannot submit your app using its developer account. To ensure your app's legitimacy and ownership, it's essential to publish it through your own developer account.

#### Getting started with Google Play

For a Google Play developer account:

* Sign up: [Visit the Google Play Developer Console](https://play.google.com/console/signup) and sign up for a developer account. You'll provide basic information and agree to the terms.
* Accept agreement: Accept the Developer Distribution Agreement after signing up. Review the terms and conditions before proceeding.
* Pay the registration fee: Pay a one-time registration fee, currently $25 USD, granting you access to publish apps on the Google Play Store.
* Complete details: Provide your account details, including the developer's name, email, and other necessary information.

{% hint style="warning" %}
Ensure all details are accurate, as they will be publicly displayed on the Play Store.
{% endhint %}

#### Navigating Apple's app store

For Apple's app store developer account:

* Create an Apple ID: If you don't already have one, create an Apple ID on the Apple Developer Program website.
* Sign in: Log in to the Apple Developer Program using your Apple ID.
* Two-Factor Authentication: Enable two-factor authentication for enhanced security.
* Profile information: Enter your profile information, including your legal entity name, contact details, and more.
* Verify account: Apple may require you to verify your account information through a verification code sent to your registered email.
* Sign in: Once your account is set up, sign in to the Apple Developer Program using your Apple ID.
* Billing information: Provide your billing details, as an annual fee is associated with maintaining an Apple Developer account.

{% hint style="warning" %}
Apple reviews and verifies all account registrations, which may take a few days to complete.

For more information, visit the [Apple Developer Enrollment Guide](https://developer.apple.com/support/enrollment/).
{% endhint %}

{% hint style="success" %}
Add-on available

Need help setting up your developer account and submitting your app?

* [**Upload to App Store Add-on**](https://app.appmysite.com/app/addons) – Get expert assistance in publishing your app to both Google Play and Apple App Store.
  {% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.appmysite.com/frequently-asked-questions/publishing-and-distribution/need-for-developer-account.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
