Description
When I am trying to login with Zoom SSO, the app is getting crashed with a signal sigabrt error. XCode version is 12.2. iOS version: 13.6.1
To Reproduce(If applicable)
I applied it in the following way:
if let token = tokenTextField.text {
let authService = MobileRTC.shared().getAuthService()
authService?.delegate = self
if authService?.login(withSSOToken: token, rememberMe: true) == true {
print(“success”)
}
}
When I called authService?.login(withSSOToken: token, rememberMe: true), the crashing issue appears.
Screenshots
Smartphone (please complete the following information):
- Device: iPhone 6s
- OS: iOS 13.6.1