smartcar / ios-sdk

Smartcar SDK for iOS.
https://smartcar.github.io/ios-sdk/
MIT License
19 stars 7 forks source link

`launchAuthFlow` might not work correctly on iOS 10 #43

Open gurpreetatwal opened 5 years ago

gurpreetatwal commented 5 years ago

It seems that calling

viewController.present(safariVC, animated: true, completion: nil)

leads to a Safari showing a white screen, but changing to the following works:

UIApplication.shared.keyWindow?.rootViewController?.present(safariVC, animated: true, completion: {
//
})

see also: https://forums.developer.apple.com/thread/62012