How to terminate a Xamarin application?
Asked 07 September, 2021
Viewed 726 times
  • 64
Votes

How to terminate a Xamarin application from any of the activities?

I have tried both System.Environment.Exit(0) and System.Environment.Exit(1) as well as Finish() and killing all the activities.

It still opens one blank page with default activity name and a black screen.

Is there any specific solution for this?

14 Answer