Which will be the phonegap version if i build from phonegap cloud service?

  • 1
  • Question
  • Updated 7 years ago
  • Answered
Iam working on a phonegap application, i have below tag in each pages;

and i made build using phonegap cloud service (https://build.phonegap.com/apps), i want to know which phonegap version build i'll get from phonegap cloud, since i have not mentioned the phonegap version in tag? I have already made build using this service but did'nt find anyway to understand the version from build. Waiting for your help.
Photo of mumthezir vp

mumthezir vp

  • 16 Posts
  • 0 Reply Likes

Posted 7 years ago

  • 1
Photo of Hyginus Ugwumba

Hyginus Ugwumba

  • 1206 Posts
  • 42 Reply Likes
Hi MumthezirVp,

PhoneGap build service is supported from 2.0.0 up to 2.9.0. version . See below doc to get started, pay more attention to configuration setting.

https://build.phonegap.com/docs.

Thanks
Hyginus
Photo of Chris Griffith

Chris Griffith, Champion

  • 347 Posts
  • 92 Reply Likes
To assist you in creating the config.xml file, I wrote this free utility: http://aj-software.com/configap/

Chris
Photo of mumthezir vp

mumthezir vp

  • 16 Posts
  • 0 Reply Likes
sorry, my tag is not visible in my question,, actually i do want to know; i have not mentioned the phonegap version specifically but as shown in my pages:
script type="text/javascript" src="phonegap.js"
and made build using phonegap cloud service, then what 'll be the version of build going to get? Thanks.
Photo of mumthezir vp

mumthezir vp

  • 16 Posts
  • 0 Reply Likes
Photo of Chris Griffith

Chris Griffith, Champion

  • 347 Posts
  • 92 Reply Likes
It will default to the latest version of PhoneGap.

Chris
Photo of Mario

Mario, Champion

  • 120 Posts
  • 17 Reply Likes
Hi Chris

that is what I answered at StackOverflow, but somehow his app shows 2.3.0.
I don't know how this can happen. Maybe deleting the app on PG Build and start with a new one with the same source might help.

Mario
Photo of Chris Griffith

Chris Griffith, Champion

  • 347 Posts
  • 92 Reply Likes
My guess is, when an app is created without a config.xml, one is created for the app and is saved on the build server. Even if the build server's default PhoneGap version increases, the app will still reference the version that is saved in that stub config.xml file.

You could either delete the app, or just re upload it with a config.xml file.

Chris
Photo of mumthezir vp

mumthezir vp

  • 16 Posts
  • 0 Reply Likes
@ Chris : i though you are right.., coz i uploaded the build almost 3 months ago, and updated each time after that. I think the default version when i uploaded the build would be phonegap 2.3.0.

This conversation is no longer open for comments or replies.