在发布我的应用之前,我需要删除开发插件吗?

时间:2019-08-24 09:34:59

标签: android cordova ionic-framework ionic4

我将要最终在android上发布我的离子应用程序。我正在阅读有关如何发布该应用程序的离子文档,在某些时候它提到我必须在发布该应用程序之前删除一些用于开发的不必要的插件。 我的问题是,真的有必要吗?我的意思是如果不删除它会有所作为吗?

 " So first, we need to generate a release build of our app, targeted at 
   each 
   platform we wish to deploy on. Before we deploy, we should take care to 
   adjust plugins needed during development that should not be in production 
   mode. For example, we probably don’t want the debug console plugin 
   enabled, 
   so we should remove it before generating the release builds:

   $ ionic cordova plugin rm cordova-plugin-console    "

参考:https://ionicframework.com/docs/v1/guide/publishing.html

预先感谢

1 个答案:

答案 0 :(得分:1)

您所指的是v1文档,但您在问题中标记了ionic4

当您是新手时,我将假设ionic4是您真正的目标。

最新的Android发布文档在这里:

Android Play Store - Ionic Documentation

v1使用的系统与现代Ionic完全不同。您可以进行一些高级自定义,但默认情况下,发布前无需删除插件。