Azure 通知中心似乎不适用于 ios 10 和 swift 3

Azure Notification Hub doesn't seem to work with ios 10 and swift 3

详情:
Swift 版本 - 3.1
iOS 版本 - 10.3
我正在使用 WindowsAzureMessaging.framework。 我确实遵循这个guide

您可以看到其他开发者面临同样的问题:

Official GitHub rep
SO

它会被修复吗?

对于 iOS 版本 10 或更高版本,您可以使用官方 GitHub 代表的这个分支,您可以在这里找到它 https://github.com/pencildrummer/azure-notificationhubs/tree/master/iOS/bin

因为您正在使用 swift,请不要忘记将 Bridging-Header.h 文件添加到您的项目中,其中包含字符串 - #import "WindowsAzureMessaging/WindowsAzureMessaging.h"