I have created listener afterRegister on server side and it is called as expected. But it catches user’s logins via email. So to catch FB or TW f.e. i see need implement afterSocialRegister, but it is not called at any ways. Whats the wrong?
I have a similar problem. When I use easy facebook login to iOS in the callback - AppDelegate the safari view doesnot dismiss.
func application(_ app: UIApplication, open url: URL, options: [UIApplicationOpenURLOptionsKey : Any] = [:]) -> Bool {
print("AppDelegate -> application:openURL iOS10: \(url.scheme)")
//let backendless = Backendless.sharedInstance()
let user = backendless?.userService.handleOpen(url)
if user != nil {
print("AppDelegate -> application:openURL: user = \(user)")
//HERE THE SAFARI VIEW CONTROLLER DOES NOT DISMISS
}
return true
}
Hello, we’ve opened internal ticket which you may reference by id BKNDLSS-13313.
We’ll notify you as soon as the problem is solved.
Regards Anton
Ok thanks