This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - Language List | |
| en: English | |
| zh: 中文 | |
| jp: 日本語 | |
| ru: Русский | |
| de: Deutsch | |
| fr: Français | |
| lt: Lietuvis | |
| - Contributors |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Step 1 | |
| // Follow all the steps in Get started with Azure Notification Hubs for iOS apps. Stop at 6 in Connect your iOS app to Notification Hubs. | |
| // https://docs.microsoft.com/en-us/azure/notification-hubs/notification-hubs-ios-apple-push-notification-apns-get-started | |
| // Step 2 | |
| // Open Swift project in Xcode. Go to TARGETS > your project > General > Linked Frameworks and Libraries. Add WindowsAzureMessaging.framework and UserNotification.framework. | |
| // Step 3 | |
| // Create SBNotificationHub-Bridging-Header.h. |