Search code examples
javascriptandroidioscordovaios7

No changes on my phonegap app


I recently started using the phonegap desktop application which builds phonegap apps and sends them to the developer app. I was wondering why none of my config.xml changes are reflected in the built app? I have relaunch the builder and the dev app but neither registers a change.

I know the software is very new but if you have any thoughts I'd like to hear them.

thanks


Solution

  • Make sure you run cordova buildor phonegap build commands.

    Cordova

    cordova build android
    cordova build ios
    

    Phonegap

    phonegap build android
    phonegap build ios