While adding a UWP app an error might be encountered as CS1503:Cannot convert from [type] to type Xamarin.Forms.Application for UWP'. Just make sure to use the correct App class. Read More ›
While using storyboard in Xamarin.iOS sometimes permanent black screen appears. A simple fix is to override the Window property in AppDelegate class. Read More ›