【发布时间】:2019-01-23 14:04:40
【问题描述】:
我已经下载了包含两个示例应用程序的 LinkedIn iOS SDK。但是,当我尝试这两个应用程序时,我得到了这个错误:
ERROR = Error Domain=LISDKAuthError Code=5 "The operation could not be completed. (LISDKAuthError error 5.)" UserInfo=0x174260840 {errorDescription=Unexpected Server Error, originalDomain=LISDKServerError, errorInfo=SERVER_ERROR}
另外,我尝试通过点击此链接 here 创建自己的 LinkedIn 应用程序,使用此方法初始化与 LinkedIn 的连接时出现相同的错误:
createSessionWithAuth:scope:state:showGoToAppStoreDialog: successBlock:errorBlock
知道出了什么问题吗?
【问题讨论】:
-
我在一台装有 iOS8.3 的设备上试了试,它可以工作。这个问题似乎与 iOS8.4 有关。