Our team is working in hybrid mobile application (Ionic2).
I would like to ask, is it possible to install and configure sonarQube in hybrid mobile application? If yes what prerequisites and how I can analyse IOS projects and Android project with SonarQube?
There’s not really much point in installing SonarQube in a mobile application. If you want your mobile app to connect to a SonarQube instance to pull data from it, your best is to look at the Web APIs (you’ll find a link to on-board documentation in your SonarQube footer) to pull data, since the interface isn’t reactive.