blog
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 ›
blog
Converting Xamarin.Forms to native Xamarin.iOS app using storyboard. Requires some attention in overriding Window property in AppDelegate. Read More ›
blog
Gitbook and github integration. Remember Github has the priority. Read More ›
blog
Fixing 'No installed provisioning profiles match the installed iOS signing identities' error. Its the bundle identifier causing trouble. Read More ›
blog
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 ›