-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels