A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
Hello,
Welcome to our Microsoft Q&A platform!
In Xamarin.Android, we can prevent users or attackers from debugging, tampering, or reverse engineering the application by disabling debugging, obfuscating the managed code, adding anti-debug and anti-tamper, and using native compilation.
- Application Protection with Dotfuscator
- Bundle Assemblies into Native Code
- AOT Compilation & LLVM Optimizing Compiler
For more details, you could refer to this doc:
https://learn.microsoft.com/en-us/xamarin/android/deploy-test/release-prep/?tabs=windows#protect-the-application
Best Regards,
Jarvan Zhang
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.