我们可以在Ionic中使用Proguard吗?

问题描述:

我是Ionic的新手,对它提供的核心插件和功能了解不多。我听说过Proguard,它可以帮助构建安全的android应用程序。所以我的问题是,使用Proguard是否有可能使Ionic应用程序更安全?

I am new in Ionic and don't know much about core plugins and facilities it provides. I have heard about Proguard that it can help to build secure android applications. So my question is, Is it possible to make Ionic app more secure by using Proguard?

Proguard用于缩小,优化和混淆Java代码。

Proguard is used to shrinks, optimizes and obfuscates Java code.

您可以

您可以使用以下插件在ionic android中使用proguard-

You can use following plugin to use proguard in ionic android -

https://github.com/greybax/cordova-plugin-proguard

https://www.npmjs.com / package / cordova-plugin-proguard