How do IPA files work?

懵懂的女人 提交于 2020-01-04 01:56:38

问题


I want to submit an iOS app to the AppStore but I have made some very cool technology and I want the code to be protected, is the IPA encrypted in any way or can anyone view my code? How can I encrypt it?


回答1:


An IPA is just a zip file. Inside the IPA is your compiled app - it's encrypted. But it has to be decrypted to be used. If someone is interested then they can get a copy of your app, decrypt it and read through the compiled code (the machine code). You can't stop them doing this (well, only if you never release the app). People can't just read the code though. There's also no way you can prevent someone from looking at your app and going and creating their own version from scratch.




回答2:


My understanding is that the application binary is already encrypted by the time it gets to a user device but this is only the binary and the machine code can still be accessed.



来源:https://stackoverflow.com/questions/16776268/how-do-ipa-files-work

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!