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
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!
The text was updated successfully, but these errors were encountered:
@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.
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!
The text was updated successfully, but these errors were encountered: