blog

CS1503 Xamarin.Forms.Application error

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

Xamarin.Forms to native Xamarin.iOS conversion

Converting Xamarin.Forms to native Xamarin.iOS app using storyboard. Requires some attention in overriding Window property in AppDelegate. Read More ›

blog

Gitbook Github Integration

Gitbook and github integration. Remember Github has the priority. Read More ›

blog

Getting iOS Free Provisioning to work for Xamarin

Fixing 'No installed provisioning profiles match the installed iOS signing identities' error. Its the bundle identifier causing trouble. Read More ›

blog

How to fix black screen after App startup in Xamarin.iOS

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 ›