This app is not allowed to query for scheme fb in iOS

I wanted to open a Facebook Group page in the Facebook app on my iPhone but I was getting that error since I did not have any LSApplicationQueriesSchemes in my Info.plist file. This is the code After adding ‘fb’ in my scheme it solves the issue. My Info.plist file Spread the love        

Spread the love

Manually adding the rootViewController’s view to the view hierarchy is no longer supported. Please allow UIWindow to add the rootViewController’s view to the view hierarchy itself.

I was having this issue when setting a new rootViewController from loginViewController , which was a rootViewController in the storyboard before the transition. I was not sure what was the problem. Since this works perfect on iOS 13 if I don’t use the [UIView transitionFromView] but I wanted to keep the animation effect, it looked …

Spread the love