FB Login using Swift 3 not returning any values and not get back the user to the App after successful login

后端 未结 7 2073
南旧
南旧 2021-02-04 09:47

I\'m using iOS 10 Swift 3 to integrate FB Login. I have followed all steps from Facebook documentation. Now the issue is, aft

相关标签:
7条回答
  • 2021-02-04 10:31
    public func application(_ app: UIApplication, open url: URL, options: [UIApplicationOpenURLOptionsKey : Any] = [:]) -> Bool {
        return SDKApplicationDelegate.shared.application(app, open: url, options: options)
      }
    

    Add this in addition to what you have in AppDelegate

    0 讨论(0)
提交回复
热议问题