1

enter image description hereFailed to get remote view controller with error: Error: domain=_UIViewServiceInterfaceErrorDomain, code=0

I am using the Facebook to login/ Google to login etc.

While trying to open Safari it always showing white screen after a while.

Thanks

asheesh Verma
  • 404
  • 6
  • 17

1 Answers1

2

try with this statement:-

func application(_ application: UIApplication, open url: URL, sourceApplication: String?, annotation: Any) -> Bool {
        return FBSDKApplicationDelegate.sharedInstance().application(application, open: url, sourceApplication: sourceApplication, annotation: annotation)
    }
Dark Innocence
  • 1,389
  • 9
  • 17