Click here to Skip to main content
15,884,975 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I am using Xamarin with VS2015 Community Edition.

My problem is when I build the project I can obfuscate however when I publish the apk or export the apk it will replace the obfuscated dll with original dll.
How can I obfuscate app even when I publish the apk?

What I have tried:

So for that I used unsigned apk created by exporting package in visual studio.

aapt r -v cn.apk assemblies/App.dll //remove the original dll
aapt a -v cn.apk assemblies/AppObfuscated.dll //add the obfuscated dll

Then signed the app using same key-store using jarsigner and zipaligned it. When I tried to install it will install however it wont work.
Posted
Updated 27-Jun-16 18:10pm

1 solution

This answer is posted by
Polyariz
in stackoverflow.
c# - How to use .Net Reactor obfuscated dll of Xamarin Android APK - Stack Overflow[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900