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/tutorials/add-chat-push-notifications.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
title: Tutorial - Enable Push Notifications in your chat app
3
3
titleSuffix: An Azure Communication Services tutorial
4
4
description: Learn how to enable push notification in IOS App by using Azure Communication Chat SDK
5
-
author: angellan-msft
5
+
author: angellan
6
6
services: azure-communication-services
7
7
8
-
ms.author: angellan-msft
8
+
ms.author: angellan
9
9
ms.date: 08/04/2022
10
10
ms.topic: tutorial
11
11
ms.service: azure-communication-services
@@ -22,11 +22,11 @@ Push notifications alert clients of incoming messages in a chat thread in situat
22
22
-`Basic Version` : The user will be able to see a badge number of 1 on the app’s icon, receive a notification sound and see a pop-up alert banner.
23
23
-`Advanced Version`: Except for the features supported in basic version, the Contoso will be able to customize the title & message preview section in alert banner.
<imgsrc="./media/add-chat-push-notification/advancedVersion.png"width="340"height="270"alt="This is advanced version of push notification.">
30
30
31
31
[Advanced Version]
32
32
@@ -37,10 +37,10 @@ Access the sample code for this tutorial on [GitHub](https://github.com/Azure-Sa
37
37
38
38
## Prerequisites
39
39
40
-
1.Finish all the prerequisite steps in [Chat Quickstart](https://docs.microsoft.com/en-us/azure/communication-services/quickstarts/chat/get-started?pivots=programming-language-swift)
40
+
1.Finish all the prerequisite steps in [Chat Quickstart](../quickstarts/chat/includes/chat-swift.md)
41
41
42
42
2.ANH Setup
43
-
Create an Azure Notification Hub within the same subscription as your Communication Services resource and link the Notification Hub to your Communication Services resource. See [Notification Hub provisioning](https://docs.microsoft.com/en-us/azure/communication-services/concepts/notifications#notification-hub-provisioning)
43
+
Create an Azure Notification Hub within the same subscription as your Communication Services resource and link the Notification Hub to your Communication Services resource. See [Notification Hub provisioning](../concepts/notifications#notification-hub-provisioning)
44
44
45
45
3.APNS Cert Configuration
46
46
Here we recommend to create a .p12 APNS cert and set it in Notification Hub.
@@ -50,52 +50,52 @@ Here we recommend to create a .p12 APNS cert and set it in Notification Hub.
50
50
51
51
* Step 1: Log in to the Apple Developer Portal. Navigate to `Certificates, IDs & Profiles > Identifiers > App IDs` and click the App ID associated with your app.
* Step 2: On the screen for your App ID, check `Capabilities > Push Notifications`. Click Save and respond “Confirm” to the Modify App Capabilities dialog box that appears.
* Step 4: Then you will be navigated to the below page. Here you will upload a Certificate Signing Request (CSR). Follow the next step to create a CSR.
* Step 5: In a new browser tab, follow this [help page](https://help.apple.com/developer-account/#/devbfa00fef7) to create a CSR and save the file as “App name.cer”.
* Step 8: Open the .cer file you downloaded; it will open Keychain Access. Select your certificate, right-click, and export your certificate in .p12 format.
* Step 9: Go to your notification hub, click “Apple (APNS)” under Settings and select “Certificate” under Authentication Mode. Also select the Application Mode based on your need. Then upload the .p12 file you just created.
0 commit comments