You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to implement webex-ios-sdk in a flutter app. We did an integration on our app delegate and login works for us in a simulator, but the same login didn't work on my iPhone.
I debug the code and what i can see is:
Function authenticator.authorizedWith(accessToken: String, expiryInSeconds: Int?, completionHandler: @escaping (_ result: WebexSDK.AccessTokenLoginResult) -> Void): The access token that i put on the alert is OK, but when the handler must give us a result, don't do do anything and skipp all the code inside handler. Looks like an error with keychain but i have configured app groups and keychain groups correctly.
if anyone can help me I'd be very thankful.
The text was updated successfully, but these errors were encountered:
@sergioSuarez98 just adding it here, that you have also opened a support ticket for the same #120459 , which was addressed there. If you are still having issues, let us know in the support ticket or here. Thanks
We are trying to implement webex-ios-sdk in a flutter app. We did an integration on our app delegate and login works for us in a simulator, but the same login didn't work on my iPhone.
I debug the code and what i can see is:
if anyone can help me I'd be very thankful.
The text was updated successfully, but these errors were encountered: