> For the complete documentation index, see [llms.txt](https://docs.appmysite.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.appmysite.com/app/access/login/apple-login-requirement.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.appmysite.com/app/access/login/apple-login-requirement.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
