Unity Obfuscator for Android

I can Obfuscator for Android on Windows form this http://www.4infinity.com.hk/tutorial/code_obfuscation

but I use shell scrip make .ipa and apk on mac 。
I don’t konw how to obfuscator on mac 。

Help me! Thank you!

You don’t need to obfuscate on iOS. Unity runs a process called AOT (Ahead of Time) compilation that generates native, none-IL binaries.that can’t be decompiled using .NET tools.

Thank you . I know IOS don’t need obfuscate but Android I want obfuscate。

Then you really shouldn’t have mentioned IPA files in your question, because it’s rather confusing the way you stated it.

Anyways. I personally have no idea about Android compatible .NET obfuscators that run on OS X. Good luck finding one.

Thank you very much!