How to protect phonegap application source code?

后端 未结 2 2067

I want to know whether when I upload my phonegap application on play store then anyone can view source code after they install my application or not.
If the source code is v

2条回答
  •  太阳男子
    2021-01-29 17:29

    As you may know, an apk file is actually just a zip archive, so you can try to rename (or simply force your decompressing tool to open the apk file) the file to appname.apk.zip and extract it with any zip utility.

    You can however encryption your source code checkout here https://ourcodeworld.com/articles/read/386/how-to-encrypt-protect-the-source-code-of-an-android-cordova-app

提交回复
热议问题