Document silent configuring for iOS#210
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| import { Image } from "@site/src/components/forDocs"; | ||
| import AndroidInAppSample from "@site/docs/_partials/_proactiveAnd_inappSamples.mdx"; | ||
|
|
||
| ## Handling Silent notification for in-app |
There was a problem hiding this comment.
Title could be: "Handling Silent Notification for In-App Proactive Engagement Notifications"
|
|
||
| ## Handling Silent notification for in-app | ||
|
|
||
| By default, in-app notifications are sent directly to the device's notification tray as fallback push notifications. |
There was a problem hiding this comment.
In-App instead of "in-app"
|
|
||
| ## Handling Silent notification for in-app | ||
|
|
||
| By default, in-app notifications are sent directly to the device's notification tray as fallback push notifications. |
There was a problem hiding this comment.
By default, In-App notifications are sent directly to the device's notification tray, as fallback push notifications, if your application is in background/killed state.
| ## Handling Silent notification for in-app | ||
|
|
||
| By default, in-app notifications are sent directly to the device's notification tray as fallback push notifications. | ||
| However, you can configure the SDK to display notification exclusively as in-app notification while the user is actively using the app. |
There was a problem hiding this comment.
However, you can configure the SDK to display notification exclusively as In-App notification and show up only when the user is actively using the app.
| By default, in-app notifications are sent directly to the device's notification tray as fallback push notifications. | ||
| However, you can configure the SDK to display notification exclusively as in-app notification while the user is actively using the app. | ||
|
|
||
| - If the app is terminated by the system, silent pushes may not wake it. |
There was a problem hiding this comment.
These 3 points were supposed to be in a note i assume. Did you change it?
|
|
||
| - If the app is terminated by the system, silent pushes may not wake it. | ||
| - Background delivery is not guaranteed: silent notifications are best-effort and may be delayed or dropped when the system is low on resources or the app has been force-quit. | ||
| - When silent notifications are enabled and fallback push is disabled, you can't use this feature to reach or re-engage inactive users. Because in-app notifications only appear when the app is in the foreground. |
There was a problem hiding this comment.
When silent notifications are enabled/handled in your app but fallback push is disabled, you can't use this feature to reach or re-engage inactive users. In-App notifications are displayed only when the app is in the foreground.
Please check if the re-wording is correct.
No description provided.