我正在使用UberKit将Uber API集成到我的应用中。
按下我的“登录”按钮会设置[uberKit startLogin];
,clientID
,clientSecret
,applicationName
和redirectURL
设置delegate
。
应用程序从Safari返回授权代码后,我无法获得经过身份验证的令牌!它始终在getAuthTokenForCode:
的函数UberKit.m
中失败:
Error in sending request for access token Error Domain=NSURLErrorDomain Code=-1012 "The operation couldn’t be completed. (NSURLErrorDomain error -1012.)" UserInfo=0x16e7edf0 {NSErrorFailingURLKey=https://login.uber.com/oauth/token, NSErrorFailingURLStringKey=https://login.uber.com/oauth/token, NSUnderlyingError=0x16e7d600 "The operation couldn’t be completed. (kCFErrorDomainCFNetwork error -1012.)"}
你能告诉我什么可能出错吗?
提前致谢
答案 0 :(得分:0)
我已多次尝试过,但事实证明您必须确保在Uber开发者网站上注册的应用名称与您的应用包标识符相匹配。