简体   繁体   English

-canOpenURL:URL失败:“ fbauth2:/”-iOS 9错误:“(空)”(快速)

[英]-canOpenURL: failed for URL: “fbauth2:/” - error: “(null)” for ios 9 (swift)

I have seen many problems like my question.And i have tried all solution .but i am getting this same problem. 我已经看到很多问题,例如我的问题。我已经尝试了所有解决方案。但是我遇到了同样的问题。

My Problem: 我的问题:

when i click facebook login button ,its opening in safari and with in some seconds my page went off and return to facebook login button 当我单击Facebook登录按钮时,它在Safari中打开,并在几秒钟后我的页面关闭并返回到Facebook登录按钮

In both simulator and device i am getting this problem 在模拟器和设备中我都遇到了这个问题

My warning: 我的警告:

 -canOpenURL: failed for URL: "fbauth2:/" - error: "(null)" 

Here is my.plist : 这是my.plist:

在此处输入图片说明

How to fix this problem ! 如何解决这个问题!

I also updated my plist with fbapi,fbauth string alone.But that time also not able to resolve my problem 我也仅使用fbapi,fbauth字符串更新了我的plist。但是那个时候也无法解决我的问题

I think it all about the Facebook SDK . 我认为这与Facebook SDK I also face this problem .So my suggestion is to use the latest Facebook SDK .If you are using only for login means - you can add coreKit , LoginKit and use fbauth2 alone for your problem.No need to add others items.Latest Facebook SDK . 我也面临这个问题。所以我的建议是使用latest Facebook SDK 。如果您仅用于登录方式-您可以添加coreKitLoginKit并单独使用fbauth2解决问题。无需添加其他项目。 最新的Facebook SDK Or try to use the V4.6.0 SDK.Here is the link Older SDK 或者尝试使用V4.6.0 SDK。以下是旧版SDK的链接

Hope this help 希望有帮助

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 -canOpenURL:URL失败:“fbauth2:/” - 错误:“(null)” - -canOpenURL: failed for URL: “fbauth2:/” - error: “(null)” facebook登录问题 - canOpenURL:网址失败:“fbauth2:///” - 错误:“(null)” - facebook login issue - canOpenURL: failed for URL: “fbauth2:///” - error: “(null)” iOS 9 Facebook登录模拟器-canOpenURL:URL失败:“ fbauth2:///”-错误:“(空)” - iOS 9 Facebook login simulator -canOpenURL: failed for URL: “fbauth2:///” - error: “(null)” Facebook 登录套件,带有 iOS 13“canOpenURL:URL 失败:“fbauth2:///” - Facebook Login kit with iOS 13 "canOpenURL: failed for URL: “fbauth2:///”" -canOpenURL:URL失败:“fbauth2:/” - 错误:“此应用程序不允许查询方案fbauth2”(OSStatus错误-10814。) - -canOpenURL: failed for URL: “fbauth2:/” - error: “This app is not allowed to query for scheme fbauth2” (OSStatus error -10814.) -canOpenURL:URL失败:“fbauth2:/”(OSStatus错误-10814。)“ - -canOpenURL: failed for URL: “fbauth2:/” (OSStatus error -10814.)" 在XCode 7.0.1中将FB SDK(版本4.7.0)与iOS 9集成时出错:canOpenURL:URL失败:“ fbauth2:/” - Error with integrating FB SDK (Version 4.7.0) with iOS 9 in XCode 7.0.1: canOpenURL: failed for URL: “fbauth2:/” 带有firebase canOpenURL的Swift Facebook Auth:URL失败:“ fbauth2:/”-错误:“该操作无法完成。 (OSStatus错误-10814。)” - Swift Facebook Auth with firebase canOpenURL: failed for URL: “fbauth2:/” - error: “The operation couldn’t be completed. (OSStatus error -10814.)” -canOpenURL:URL 失败:“fbauth2:/” - 错误:“操作无法完成。 (OSStatus 错误 -10814。)” SWIFT 5 FBDSKCoreKit 5 - -canOpenURL: failed for URL: “fbauth2:/” - error: “The operation couldn’t be completed. (OSStatus error -10814.)” SWIFT 5 FBDSKCoreKit 5 iOS:-canOpenURL:URL失败:“ fbauth2:/”-错误:“操作无法完成。 (OSStatus错误-10814。)”在模拟器和设备上 - iOS: -canOpenURL: failed for URL: “fbauth2:/” - error: “The operation couldn’t be completed. (OSStatus error -10814.)” on Simulators & Devices
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM