Closed manshiro closed 6 years ago
Tumblr Sign in not use Safari App. Use SafariServices like this.
extension AppDelegate: TMOAuthAuthenticatorDelegate {
func openURL(inBrowser url: URL!)
{
DispatchQueue.main.async {
let safariViewController = SFSafariViewController(url: url)
UIApplication.shared.keyWindow?.rootViewController?.present(safariViewController, animated: true, completion: {
})
}
}
}
Apple Reviewer said "We noticed that the user is taken to Safari to sign in or register for an account, which provides a poor user experience."
It is attention.