Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions versioned_docs/version-3.0/push-notifications.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
title: "Get Push notifications about new events"
description: "Get Push notifications about new events"
metadataTitle: "Adapty events Push notifications | Adapty Docs"
---
import ZoomImage from '@site/src/components/ZoomImage';

Push notifications in the [Adapty iOS app](https://apps.apple.com/app/adapty/id6739359219) help you stay updated on what's happening with your apps in real time. Whether you're tracking new trials, subscription renewals, or installs, you'll get instant updates without checking the dashboard.

You can set default notification settings that apply to all apps, and then adjust them for specific apps if you need more control. This is especially useful when you're launching a new app and want to monitor early activity closely.

## Configure Push notifications

To configure push notifications in the Adapty iOS app:

1. Open the Adapty app.
2. Go to **Settings → Notifications**.
3. Tap **Enable notifications** to let the app send you notifications.
4. Choose whether to use Default settings or configure notifications per app. Note that individual app settings override default settings.
5. Select which events you'd like to receive notifications for.

<ZoomImage id="push-notifications.webp" width="900px" />

## Supported events

You can receive push notifications for the following event types:

* Access level updated
* Auto-renew turned off
* Auto-renew turned on
* Billing issue detected
* Entered grace period
* Non-subscription purchase
* Non-subscription purchase refunded
* Subscription cancelled
* Subscription deferred
* Subscription initial purchase
* Subscription paused
* Subscription refunded
* Subscription renewed
* Trial canceled
* Trial converted
* Trial started
7 changes: 6 additions & 1 deletion versioned_sidebars/version-3.0-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,12 @@
"type": "doc",
"id": "reports",
"label": "Reports"
}
},
{
"type": "doc",
"id": "push-notifications",
"label": "Get Push notifications about new events"
}
]
},

Expand Down