Software Archive
Read-only legacy content
17061 Discussions

intel xdk Build problem

Manas_S_
Beginner
342 Views

intel xdk 3240 not have legacy  hybrid build is build option. intel xdk cordova hybrid build is not secure because if yoo convert .apk to .zip

it will show complete source code in asset folder.

0 Kudos
3 Replies
PaulF_IntelCorp
Employee
342 Views

That's the way all APK files are built and that's how legacy hybrid apps are assembled. There's nothing wrong with the build system, all APK files are ZIP files that you can open. You can minify and obfuscate the code before you submit it for build to minimize the ability to inspect the source. IPA packages for iOS have the same characteristic, as do APPX files for Windows. This is standard practice.

0 Kudos
Manas_S_
Beginner
342 Views

Hi

Is it possible in intel xdk IDE minify and obfuscate the i any body have code or any other way to minify and obfuscate the code so please give me information or any link that become helpful to encrypt my app after build.

 

0 Kudos
PaulF_IntelCorp
Employee
342 Views

Please search the web for "obfuscate and minify javascript" and you should find many resources to help you with this.

0 Kudos
Reply