protected-bugsweeper | Example of obfuscating a Xamarin app with Dotfuscator | Form library
kandi X-RAY | protected-bugsweeper Summary
kandi X-RAY | protected-bugsweeper Summary
This is an example repository that demonstrates integrating [Dotfuscator] protection into a Xamarin app. This branch contains the unprotected version of the BugSweeper Sample project. The process for integrating Dotfuscator protection into this project can be found on the other branches: * Follow the protected-professional branch if you are using Dotfuscator Professional 4.37.0 or later. Additional help can be found in the [Protect Your App] section of our Dotfuscator Professional User Guide. * Follow the protected-community branch if you are using either Dotfuscator Community or a version of Dotfuscator Professional earlier than 4.37.0. Additional help can be found in the [Xamarin Getting Started] section in our Dotfuscator Community User Guide. You can download the original app from Please note however, we split out the Tile.cs class into a separate .NET Standard class library (BugSweeperTile.dll) to demonstrate more of Dotfuscator’s protection. Original README from the Xamarin app follows.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of protected-bugsweeper
protected-bugsweeper Key Features
protected-bugsweeper Examples and Code Snippets
Community Discussions
Trending Discussions on protected-bugsweeper
QUESTION
I'm developing cross platform app using Xamarin.Forms and I'm having problems to use dotfuscator in my Xamarin.Android project. This is my development environment:
- Windows 10 Pro
- Visual Studio Professional 2017 (version 15.9.22)
- Dotfuscator Community 5.44
Android project:
- Application:
- Compile using Android version: Android 9.0 (Pie)
- Android Manifest:
- Minimum Android version: Android 5.0 (API Level 21 - Lollipop)
- Target Android version: Android 9.0 (API Level 28 - Pie)
- Xamarin.Forms 4.6
I'm following this guide: Integrating Dotfuscator's Protection into Your Xamarin Apps in Visual Studio
Import the Targets File
In the Import the Targets File step I had to add an tag with the relative path to targets file. When I opened the project file, I could see that the tag already existed:
ANSWER
Answered 2020-May-28 at 14:10The tag you mention in Import the Targets File is different than the one the instructions tell you to add. In other words, there should be multiple
tags in your project file by the time you finish editing it.
The tag you mention is part of a normal Xamarin project file, and unrelated to Dotfuscator. It refers to a .targets
file that is already part of your Visual Studio installation. Please do not remove or modify this tag.
The tag the instructions tell you to add is the one that imports Dotfuscator into your project. It refers to the PreEmptive.Dotfuscator.Xamarin.targets
file you downloaded in an earlier step. For instance, if you extracted the ZIP file's contents into the same directory as your .csproj
, then add:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install protected-bugsweeper
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page