# Apple login requirement

### Why is it mandatory to turn on Apple login if Google login is enabled?

When submitting your app to the Apple App Store, complying with Apple’s strict guidelines is crucial for approval. According to the App Store Review Guidelines, if your app offers third-party login options such as Google login, you must also provide Apple login as an alternative.

#### **Why is Apple login required?**

* Compliance with App Store Guidelines:
  * Apple mandates that apps offering third-party logins, like Google, must also include the option for users to log in using Sign in with Apple.
* Seamless Integration with Apple ID:
  * Apple login ensures a secure and streamlined authentication process by integrating directly with users’ Apple IDs.
  * It provides a privacy-focused login experience, allowing users to sign in without sharing unnecessary personal information.

#### **What happens if Apple login is not enabled?**

Failing to include Apple login when Google or other third-party login options are offered can lead to the following issues:

* App Review Rejection: Apple may reject your app during the review process.
* App Store Removal: Apps already live on the App Store may be removed for non-compliance.

{% hint style="warning" %}
Apple login is automatically enabled when you turn on the Google login toggle while configuring social logins for your app.
{% endhint %}

<figure><img src="/files/cDaSfCVrwVfcY26RRaQv" alt=""><figcaption></figcaption></figure>

Configure social logins of your app using the guide below:&#x20;

{% content-ref url="/pages/aW2SypMFRIweTjh0OS5Q" %}
[Social login configuration](/app/access/login/social-login-configuration.md)
{% endcontent-ref %}


---

# 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/app/access/login/apple-login-requirement.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.
