Hi, Is there any trick to use Device.StartTimer with async? Device.StartTimer(TimeSpan.FromMinutes(1), async () =>{ await DisplayAlert("","","");} It doesn't compile:… (View Post)
I hope this can help someone, bellow is the solution, if there is something more shortcode and reliable, please tell me :D <StackLayout> <StackLayout.Padding> <OnPlatform x:TypeArgumen… (View Post)
I'm trying to submit an IOS application through "Application loader", no success! message: ERROR ITMS-90475: "Invalid Bundle. iPad Multitasking support requires launch story board in b… (View Post)