I am trying to add HockeyApp to my WPF app, but cannot find Application.OnLaunched ? Any thought appreciated thanks!
For platforms other than UWP, you need to add the following line of code at the end of the OnLaunched(LaunchActivatedEventArgs e) Method (in App.xaml.cs)