Skip to content

Commit 5ee49d9

Browse files
committed
Security pass on sensitive terms in images
1 parent d978043 commit 5ee49d9

File tree

13 files changed

+5
-21
lines changed

13 files changed

+5
-21
lines changed
-40.9 KB
Loading

articles/notification-hubs/ios-sdk-get-started.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You'll also need the following:
3434
- An iPhone or iPad running iOS version 10 or later.
3535
- Your physical device registered in the [Apple Portal](https://developer.apple.com/) and associated with your certificate.
3636

37-
Be sure to read the [Azure Notification Hubs overview](notification-hubs-push-notification-overview.md) if youre 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.
3838

3939
> [!NOTE]
4040
> 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
4949

5050
2. Select **Keychain Access**, expand **Certificate Assistant**, and then select **Request a Certificate from a Certificate Authority**.
5151

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-
5452
> [!NOTE]
5553
> 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).
5654
@@ -119,8 +117,6 @@ The second option has a number of benefits compared to using certificates, as do
119117

120118
2. The **Apple Push Notification service SSL Certificates** window appears. Select the **Create Certificate** button in the **Development SSL Certificate** section.
121119

122-
:::image type="content" source="media/ios-sdk-get-started/image10.png" alt-text="Create certificate":::
123-
124120
The **Create a new Certificate** screen is displayed.
125121

126122
> [!NOTE]
@@ -130,24 +126,16 @@ The second option has a number of benefits compared to using certificates, as do
130126

131127
4. After the portal creates the certificate, select the **Download** button. Save the certificate, and remember the location to which it's saved.
132128

133-
:::image type="content" source="media/ios-sdk-get-started/image11.png" alt-text="Download certificate":::
134-
135-
The certificate is downloaded and saved in your **Downloads** folder.
129+
The certificate is downloaded and saved in your **Downloads** folder:
136130

137131
:::image type="content" source="media/ios-sdk-get-started/image12.png" alt-text="Locate certificate file":::
138132

139133
By default, the downloaded development certificate is named **aps_development.cer**.
140134

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:
142-
143-
:::image type="content" source="media/ios-sdk-get-started/image13.png" alt-text="Keychain access":::
144-
145-
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.
146136

147137
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**.
148138

149-
:::image type="content" source="media/ios-sdk-get-started/image14.png" alt-text="Export certificate":::
150-
151139
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.
152140

153141
> [!NOTE]
@@ -305,6 +293,6 @@ You've now configured your notification hub with APNS. You also have the connect
305293

306294
## Next steps
307295

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, well 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:
309297

310298
- [Tutorial: Send push notifications to iOS apps using Azure Notification Hubs](ios-sdk-current.md)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-3.88 KB
Loading
1.68 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)