Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webex.initializ not work on really device #113

Open
AmrSaied opened this issue Aug 24, 2021 · 1 comment
Open

webex.initializ not work on really device #113

AmrSaied opened this issue Aug 24, 2021 · 1 comment

Comments

@AmrSaied
Copy link

AmrSaied commented Aug 24, 2021

when starting SDK in Webex integration SDK I did not return callback on the device but work fine simulation

 webex.initialize { result in
                    if result {
                        print("User is authorized")
                        self.webxIntegration()
                    } else {
                        authenticator.authorize(parentViewController: self) { result in
                        if result == .success {
                            print("Login successful")
                            self.webxIntegration()

                        } else {
                            print("Login failed")
                        }
                    }
                    }
                }
@jbenyovs
Copy link

@AmrSaied can you please provide the details of the physical device that you are using? Can you also test using the iOS KitchenSink application https://github.com/webex/webex-ios-sdk-example . Do yo see the same behaviour there with a physical device if you run the code from XCode on the device? Please also test on TestFlight and check if you are able to login there: https://github.com/webex/webex-ios-sdk-example#download-app .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants