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

# Push Notifications

<Warning>
  **Deprecated.** The push-notifications flow described in these guides depends on the legacy
  `Automations` SDK module (`Qonversion.Automations.shared()` / `QONAutomations` /
  `Automations.getSharedInstance()`), which has been removed from the current iOS and Android
  SDKs in favour of the `NoCodes` module. The `NoCodes` module does not currently expose
  `setNotificationsToken` or `handleNotification` methods. Code samples below will not compile
  against the latest SDK versions; treat this entire section as historical until the
  push-notifications surface is reintroduced or replaced.
</Warning>

Qonversion uses Apple Push Notifications service (APNs) and Firebase Cloud Messaging for sending push notifications.\
Please, follow this guide to set up the push notification with Qonversion.

* [Configure Platforms](/docs/mobile-pushes)
* [Creating Push Notifications](/docs/creating-push-notifications)
* [Configure Push Notifications](/docs/configure-push-notifications)
* [Handling Push Notifications](/docs/handling-push-notifications-on-device)
