836 Views
When you start up your Xamarin Forms application, the constructor in your App.xaml.cs will be run, before your application is shown on screen. As you are well aware, constructors currently don't have the ability to await async methods. They are a number of ways to solve this, depending upon your exact situation.
0 comments