Skip to content

Commit 51665de

Browse files
author
BobbySchmidt2
committed
edit pass: notification-hubs-ios-push-notifications-swift-apps-get-started
1 parent 9bba9ae commit 51665de

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/notification-hubs/notification-hubs-ios-push-notifications-swift-apps-get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To follow along, you need:
4848
- Your physical iPhone device registered in the [Apple Portal](https://developer.apple.com) and associated with your certificate.
4949
- An [Azure subscription](https://portal.azure.com) where you can create and manage resources.
5050

51-
Even if you have no prior experience, you should be able to follow along the steps for creating this first-principles example. However, you'll benefit from familiarity with the following concepts:
51+
Even if you have no prior experience with iOS development, you should be able to follow along the steps for creating this first-principles example. However, you'll benefit from familiarity with the following concepts:
5252

5353
- Building iOS apps with Xcode and Swift.
5454
- Configuring an [Azure Notification hub](notification-hubs-ios-apple-push-notification-apns-get-started.md) for iOS.
@@ -695,7 +695,7 @@ You now have a basic iOS Swift app connected to a notification hub via the [REST
695695
- [Notification Hubs REST APIs](/rest/api/notificationhubs/)
696696
- [Notification Hubs SDK for back-end operations](https://www.nuget.org/packages/Microsoft.Azure.NotificationHubs/)
697697
- [Notification Hubs SDK on GitHub](https://github.com/Azure/azure-notificationhubs)
698-
- [Register with application back-end](notification-hubs-ios-aspnet-register-user-from-backend-to-push-notification.md)
698+
- [Register with application back end](notification-hubs-ios-aspnet-register-user-from-backend-to-push-notification.md)
699699
- [Registration management](notification-hubs-push-notification-registration-management.md)
700700
- [Working with tags](notification-hubs-tags-segment-push-message.md)
701701
- [Working with custom templates](notification-hubs-templates-cross-platform-push-messages.md)
53.8 KB
Loading

includes/notification-hubs-enable-apple-push-notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,6 @@ In this section, you create a notification hub and configure authentication with
155155

156156
1. Select **Sandbox** mode. Use the **Production** mode only if you want to send push notifications to users who purchased your app from the store.
157157

158-
![Configure APNs certification in Azure portal][7]
158+
![Configure APNs certification in Azure portal](./media/notification-hubs-enable-apple-push-notifications/notification-hubs-apple-config-cert.png)
159159

160160
You've now configured your notification hub with APNs. You also have the connection strings to register your app and send push notifications.

0 commit comments

Comments
 (0)