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

Navigation in SwiftUI with multiple views

Navigation in SwiftUI video Download Complete Login app with Laravel API I was trying to build a simple app in iOS + SwiftUI with multiple views that uses NavigationView and NavigationLink. This app is very simple and uses a model to navigate between destinations. Enum ViewType tracks all the destinations. If you want to have …

Spread the love