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

Sample App White screen #2

Open
anushkmittal opened this issue Mar 6, 2017 · 1 comment
Open

Sample App White screen #2

anushkmittal opened this issue Mar 6, 2017 · 1 comment

Comments

@anushkmittal
Copy link

The sample app doesn't run after initial setup. Just a white screen of death in landscape mode

Console Log :
WARNING: You should have an active UIViewController! 2017-03-06 08:48:43.827 YouTubeLiveVideo[4268:184793] Warning: Attempt to present <UINavigationController: 0x7fa6c8033400> on <UIViewController: 0x7fa6c4c0ad30> whose view is not in the window hierarchy!

@cprovatas
Copy link

@anushkmittal There are a lot of bugs w/ this framework once you get the view controller to present it won't work anyway because Google blocked usage of OAuth2 using UIWebView you have to use SFSafariViewController or SFAuthenticationSession or manually override the user-agent header to trick google. But anyway the issue lies in the topViewController function he has implemented you will have to debug that function to get it to present on the proper view controller.

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