We created a mobile app with Xamarin.Forms for iOS. One of the requirements is to make sure the app can't be attached to a debugger when it's running on a jailbreak iPhone. I found the link about anti-debugging here https://mobile-security.gitbook.io/mobile-security-testing-guide/ios-testing-guide/0x06j-testing-resiliency-against-reverse-engineering#anti-debugging-checks . But don't know how to implement it with C# and Xamarin.Forms.
Anyone has idea? Thanks in advance!