You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/chat/includes/chat-swift.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -388,9 +388,9 @@ semaphore.wait()
388
388
```
389
389
## Push notifications
390
390
391
-
Push notifications let clients to be notified for incoming messages in a chat thread in situations where the mobile app is not running in the foreground.
391
+
Push notifications notify clients of incoming messages in a chat thread in situations where the mobile app is not running in the foreground.
392
392
Currently sending chat push notifications with Notification Hub is supported for IOS SDK in version 1.3.0-beta.1.
393
-
Please refer to the article "Enable Push Notification in your chat app" under "Tutorial" section for details.
393
+
Please refer to the article [Enable Push Notification in your chat app](../../../tutorials/add-chat-push-notifications.md) for details.
0 commit comments