Skip to content

Commit 05f6f22

Browse files
Merge pull request #211262 from angellan-msft/main
Update chat-swift.md
2 parents 4c6a75f + ae96cf3 commit 05f6f22

File tree

1 file changed

+2
-3
lines changed
  • articles/communication-services/quickstarts/chat/includes

1 file changed

+2
-3
lines changed

articles/communication-services/quickstarts/chat/includes/chat-swift.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ From the command line, go inside the root directory of the `ChatQuickstart` iOS
4545
Open the Podfile, and add the following dependencies to the `ChatQuickstart` target:
4646

4747
```
48-
pod 'AzureCommunicationCommon', '~> 1.0.3'
49-
pod 'AzureCommunicationChat', '~> 1.2.0'
48+
pod 'AzureCommunicationChat', '~> 1.3.0'
5049
```
5150

5251
Install the dependencies with the following command: `pod install`. Note that this also creates an Xcode workspace.
@@ -389,7 +388,7 @@ semaphore.wait()
389388
## Push notifications
390389

391390
Push notifications notify clients of incoming messages in a chat thread in situations where the mobile app is not running in the foreground.
392-
Currently sending chat push notifications with Notification Hub is supported for IOS SDK in version 1.3.0-beta.1.
391+
Currently sending chat push notifications with Notification Hub is supported for IOS SDK in version 1.3.0.
393392
Please refer to the article [Enable Push Notification in your chat app](../../../tutorials/add-chat-push-notifications.md) for details.
394393

395394
## Run the code

0 commit comments

Comments
 (0)