我意识到100%的代码混淆是不可能的,但我试图通过从应用程序商店下载并打开它来尽可能防止有人窃取混合HTML Cordova / PhoneGap应用程序。我看过一些帖子,说他们的iOS应用程序由于代码混淆而被拒绝,就像这样: AppStore rejected because of code obfuscation and selector mangling: none is done in the app 显然,我不希望我的应用程序被拒绝,所以我想知道iOS和安卓允许什么样
phonegap版本: 3.3.0-0.18.0$ phonegap build ios[phonegap] compiling iOS...[error] An error occurred while building the ios project.xcodebuild: error: 'HelloWo
我们有一个iOS应用程序(Obj),它从AWS S3获取一个JavaScript文件,在iPhone上的一堆原始图像数据上运行我们的专有算法(Lambda函数产生了一些延迟)。而且,Swift可以用来编写脚本,所以我想我可以通过完全删除JavaScript来减少我的技术堆栈。// C# utility app that does the same thing pro