**Lecciones Aprendidas** __Problemas al compilar por manifest xml__ Issue found: Permission use is not directly related to your app's core purpose. We found that your app is not compliant with how REQUEST_INSTALL_PACKAGES permission is allowed to be used. Specifically, the use of the permission is not directly related to the core purpose of the app. SoluciĆ³n: Hay que eliminar el permiso REQUEST_INSTALL_PACKAGES de todos los plugins donde lo incluya. Entrar a la carpeta plugins y filtrar por el string del permiso. Sacando esa linea se va a poder compilar. Para estar seguros, dirigirse al archivo AndroidManifest.xml y corroborar que no se encuentre la linea que contiene el permiso antes mencionado.