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/notification-hubs/ios-sdk-get-started.md
+4-16Lines changed: 4 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ You'll also need the following:
34
34
- An iPhone or iPad running iOS version 10 or later.
35
35
- Your physical device registered in the [Apple Portal](https://developer.apple.com/) and associated with your certificate.
36
36
37
-
Be sure to read the [Azure Notification Hubs overview](notification-hubs-push-notification-overview.md) if you’re not familiar with the service.
37
+
Be sure to read the [Azure Notification Hubs overview](notification-hubs-push-notification-overview.md) if you're not familiar with the service.
38
38
39
39
> [!NOTE]
40
40
> The notification hub will be configured to use the Sandbox authentication mode only. You should not use this authentication mode for production workloads.
@@ -49,8 +49,6 @@ Generate the Certificate Signing Request (CSR) file, which Apple uses to generat
49
49
50
50
2. Select **Keychain Access**, expand **Certificate Assistant**, and then select **Request a Certificate from a Certificate Authority**.
51
51
52
-
:::image type="content" source="media/ios-sdk-get-started/image1.png" alt-text="Screenshot that highlights the Request a Certificate from a Certificate Authority menu option.":::
53
-
54
52
> [!NOTE]
55
53
> By default, Keychain Access selects the first item in the list. This can be a problem if you're in the **Certificates** category and **Apple Worldwide Developer Relations Certification Authority** is not the first item in the list. Make sure you have a non-key item, or the **Apple Worldwide Developer Relations Certification Authority** key is selected, before generating the CSR (Certificate Signing Request).
56
54
@@ -119,8 +117,6 @@ The second option has a number of benefits compared to using certificates, as do
119
117
120
118
2. The **Apple Push Notification service SSL Certificates** window appears. Select the **Create Certificate** button in the **Development SSL Certificate** section.
By default, the downloaded development certificate is named **aps_development.cer**.
140
134
141
-
5. Double-click the downloaded push certificate **aps\_development.cer**. This action installs the new certificate in the Keychain, as shown in the following image:
Although the name in your certificate might be different, the name will be prefixed with **Apple Development iOS Push Services**.
135
+
5. Double-click the downloaded push certificate **aps\_development.cer**. This action installs the new certificate in the Keychain.
146
136
147
137
6. In Keychain Access, right-click the new push certificate that you created in the **Certificates** category. Select **Export**, name the file, select the **.p12** format, and then select **Save**.
You can choose to protect the certificate with a password, but this is optional. Click **OK** if you want to bypass password creation. Make a note of the file name and location of the exported .p12 certificate. They are used to enable authentication with APNS.
152
140
153
141
> [!NOTE]
@@ -305,6 +293,6 @@ You've now configured your notification hub with APNS. You also have the connect
305
293
306
294
## Next steps
307
295
308
-
In this tutorial, you created and configured a notification hub in Azure and configured it to allow notifications to be sent to your application through Apple Push Notification Service (APNS). Next, we’ll create a sample iOS application and integrate the Azure Notifications Hubs SDK so that it can receive push notifications sent through the Azure portal. Advance to the following tutorial based on your language of choice:
296
+
In this tutorial, you created and configured a notification hub in Azure and configured it to allow notifications to be sent to your application through Apple Push Notification Service (APNS). Next, we'll create a sample iOS application and integrate the Azure Notifications Hubs SDK so that it can receive push notifications sent through the Azure portal. Advance to the following tutorial based on your language of choice:
309
297
310
298
-[Tutorial: Send push notifications to iOS apps using Azure Notification Hubs](ios-sdk-current.md)
0 commit comments