I am developing a mobile app for iOS and Android using Xamarin forms. In the application, I want to delete the screenshots if user tries to take when my app is active. Xamarin just uses a c# wrapper over iOS/Androis SDK so if its possible with swift/objective-c/java its possible with Xamarin.
Can anyone suggest how this can be done ?
Thanks.