Change your cordova bundle id through CLI
Run this before you run cordova build
Command Line tool to set the bundle id in config.xml
$ npm install --save-dev gulp-cordova-bundleid
gulp.task('cordova', require('gulp-cordova-bundleid'));
$ gulp cordova --bundle=com.example.yourapp