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
>This Push Notification feature is currently in public preview. Preview APIs and SDKs are provided without a service-level agreement, and are not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
18
18
19
-
This tutotial will guide you to enable Push Notification in your IOS App by using Azure Communication Chat SDK.
20
-
Push notifications alert clients of incoming messages in a chat thread in situations where the mobile app is not running in the foreground. Azure Communication Services supports two version of push notifications.
19
+
This tutorial will guide you to enable Push Notification in your IOS App by using Azure Communication Chat SDK.
20
+
Push notifications alert clients of incoming messages in a chat thread in situations where the mobile app is not running in the foreground. Azure Communication Services supports two versions of push notifications.
21
21
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.
24
24
25
-
<imgsrc="./media/add-chat-push-notification/basicVersion.png"width="340"height="270"alt="This is basic version of push notification.">
25
+
<imgsrc="./media/add-chat-push-notification/basic-version.png"width="340"height="270"alt="This is basic version of push notification.">
26
26
27
27
[Basic Version]
28
28
29
-
<imgsrc="./media/add-chat-push-notification/advancedVersion.png"width="340"height="270"alt="This is advanced version of push notification.">
29
+
<imgsrc="./media/add-chat-push-notification/advanced-version.png"width="340"height="270"alt="This is advanced version of push notification.">
30
30
31
31
[Advanced Version]
32
32
@@ -43,59 +43,59 @@ Access the sample code for this tutorial on [GitHub](https://github.com/Azure-Sa
43
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.md#notification-hub-provisioning).
44
44
45
45
3.APNS Cert Configuration
46
-
Here we recommend to create a .p12 APNS cert and set it in Notification Hub.
46
+
Here we recommend creating a .p12 APNS cert and set it in Notification Hub.
47
47
48
48
`If you are not a Microsoft internal client`, please follow step 1 to step 9.
49
-
`If you are a Microsoft internal client`, please submit a ticket [here](https://aka.ms/mapsupport) and provide the bundle ID of your app to get a .p12 cert. Once you gtt a valid certificate issued, please execute the step 9.
49
+
`If you are a Microsoft internal client`, please submit a ticket [here](https://aka.ms/mapsupport) and provide the bundle ID of your app to get a .p12 cert. Once you get a valid certificate issued, please execute the step 9.
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