gpt4 book ai didi

Azure 通知中心上的 iOS 推送通知

转载 作者:行者123 更新时间:2023-11-30 13:42:27 25 4
gpt4 key购买 nike

我正在尝试使用 Swift 设置适用于 iOS 应用程序的 Azure 推送通知。我按照此处提供的文档https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-ios-get-started-push进行操作.

这是我的客户经理

class ClientManager {
static let sharedClient = MSClient(applicationURLString: "https://ar-todo.servicebus.windows.net:443")
}

根据文档,我已将 %AppUrl% 替换为我的 Azure 移动应用程序后端的 URL。但当我的设备尝试注册推送通知时,出现以下错误。

Error registering for notifications: Optional("Error Domain=com.Microsoft.MicrosoftAzureMobile.ErrorDomain Code=-1302 \"401Missing authorization token.TrackingId:a027aaec-887d-49c3-acf7-00d1503fd94b_G4,TimeStamp:2/14/2016 10:19:48 PM\" UserInfo={com.Microsoft.MicrosoftAzureMobile.ErrorRequestKey= { URL: https://ar-todo.servicebus.windows.net:443/push/installations/F3C97DFA-2B7A-4DDE-902A-45A2C5C48305 }, com.Microsoft.MicrosoftAzureMobile.ErrorResponseKey= { URL: https://ar-todo.servicebus.windows.net:443/push/installations/F3C97DFA-2B7A-4DDE-902A-45A2C5C48305 } { status code: 401, headers {\n \"Content-Type\" = \"application/xml; charset=utf-8\";\n Date = \"Sun, 14 Feb 2016 22:19:47 GMT\";\n Server = \"Microsoft-HTTPAPI/2.0\";\n
\"Transfer-Encoding\" = Identity;\n} }, NSLocalizedDescription=401Missing authorization token.TrackingId:a027aaec-887d-49c3-acf7-00d1503fd94b_G4,TimeStamp:2/14/2016 10:19:48 PM}")

我确信我的 AppURL 缺少一些信息。有人成功配置了这个可以透露一些信息吗?

最佳答案

确保应用服务 URL 与 Azure 门户中的 URL 匹配(如果您可以发布屏幕截图,那就太棒了)。

值得注意的一件事是您在 URL 末尾使用了端口号。删除它并尝试再次运行该应用程序。

关于Azure 通知中心上的 iOS 推送通知,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35398851/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com