Hi,
I am looking at how easy it is to get the code from my ios app.
I read that AOT compilation was putting all the c# dll files into one binary, making it harder to get the C# code.
However, I created an IPA, unzipped it and in the package content under Data/Managed I found the Assembly-CSharp.dll file from which I could easily get the c# source code. I removed the file, re-zipped it, and the app would not run anymore. Re-added the file and the app worked again.
The ipa was created for Ad Hoc deployment.
I would have thought the DLLs were not needed for the ipa to run, is that correct? in that case, why are they present and why can't I remove them?
Thx
↧