Hi albanx,
Thanks for these useful information.
One more question: is there an additional command to obfuscate the js code with proguard?
Hi albanx,
Thanks for these useful information.
One more question: is there an additional command to obfuscate the js code with proguard?
Thank you albanx, very useful.
@patrik62: I've asked a similar question here https://www.sencha.com/forum/showthr...ode-protection - no reply yet.
German EXT-User and -Lover :-).
I do not know if proguard can do such a thing with a cordova app, because basically the apk is a zip file with javascript inside and proguard will deal with java files. Meanwhile in a cordova app the main application is stored in javascript files minified. You can obfuscate the js files manually with any tool before cordova complation, this will make javascript unreadable.
Actually, I'm obfuscating js code with YUI Compressor, but it's tedious, so I was wondering if Sencha had implemented a command in Sencha Cmd to do it on production generation...
I found this interesting article but did not try yet to apply that method: https://iphonedevlog.wordpress.com/2...rdova-project/