> For the complete documentation index, see [llms.txt](https://help.chatlyai.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.chatlyai.app/frequently-asked-questions/subscription/why-cant-i-see-my-subscription-apple-id-users.md).

# Why Can’t I See My Subscription? (Apple ID Users)

If you have purchased your Chatly AI subscription through the **App Store** using your Apple ID (e.g., *@icloud.com*) but signed up or logged in with a different account (such as Google, email, or another Apple ID), your subscription will not appear.

This happens because Apple subscriptions are directly tied to the **Apple ID** you used at the time of purchase. If you log in with another account, Chatly cannot automatically match it to your Apple subscription.

***

### How to Fix This

1. **Check which account you purchased with**
   * Go to your iPhone/iPad **Settings > \[Your Name] > Subscriptions** to confirm which Apple ID has the active Chatly subscription.
   * If your subscription is listed there, it means you must log in to Chatly using that same Apple ID.
2. **Log in with the correct Apple ID**
   * Open Chatly.
   * Tap Log out (if you’re currently signed in with a different account).
   * Choose **Sign in with Apple** and use the Apple ID that has the active subscription.

***

### Important Notes

* Subscriptions cannot be transferred between accounts (e.g., from Apple ID to Google login).
* If you want to use Chatly across devices, always log in with the same account you used for the subscription purchase.
* If you’re still unable to access your subscription after trying the steps above, please **contact our support team** at [**support@chatlyai.app**](mailto:support@chatlyai.app) with your Apple purchase receipt for further assistance.


---

# 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://help.chatlyai.app/frequently-asked-questions/subscription/why-cant-i-see-my-subscription-apple-id-users.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.
