YTLiveStreaming icon indicating copy to clipboard operation
YTLiveStreaming copied to clipboard

Sample App White screen

Open anushkmittal opened this issue 7 years ago • 1 comments

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!

anushkmittal avatar Mar 06 '17 13:03 anushkmittal

@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.

cprovatas avatar Jan 13 '18 20:01 cprovatas