diff --git a/versioned_docs/version-3.0/img/push-notifications.webp b/versioned_docs/version-3.0/img/push-notifications.webp new file mode 100644 index 00000000..c6112812 Binary files /dev/null and b/versioned_docs/version-3.0/img/push-notifications.webp differ diff --git a/versioned_docs/version-3.0/push-notifications.md b/versioned_docs/version-3.0/push-notifications.md new file mode 100644 index 00000000..7c7d97cb --- /dev/null +++ b/versioned_docs/version-3.0/push-notifications.md @@ -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. + + + +## 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 \ No newline at end of file diff --git a/versioned_sidebars/version-3.0-sidebars.json b/versioned_sidebars/version-3.0-sidebars.json index c8e396be..7b0a992e 100644 --- a/versioned_sidebars/version-3.0-sidebars.json +++ b/versioned_sidebars/version-3.0-sidebars.json @@ -904,7 +904,12 @@ "type": "doc", "id": "reports", "label": "Reports" - } + }, + { + "type": "doc", + "id": "push-notifications", + "label": "Get Push notifications about new events" + } ] },