PhoneGap Build Problems

  • 1
  • Problem
  • Updated 5 years ago
  • Acknowledged
Please let us know when PhoneGap Build issues will be resolved with the latest version of PhoneGap. We last build the App successfully on Sep 22, 2015. We cannot build using the PhoneGap Version 3.7.0 because when we update the App to iTunes it does not allows App build using previous PhoneGap Version. Please help us we need to release the updated App in iTunes and Google Play Store asap. In the latest builds we tried WebServices are not working.
Photo of Earth Technology

Earth Technology

  • 9 Posts
  • 0 Reply Likes

Posted 5 years ago

  • 1
Photo of Petra V.

Petra V., Champion

  • 7794 Posts
  • 1391 Reply Likes
We cannot build using the PhoneGap Version 3.7.0 because when we update the App to iTunes it does not allows App build using previous PhoneGap Version.
This is a new requirement, then. What is the exact message you receive, when you attempt to upload an .ipa from a lower PGB version?
Photo of Earth Technology

Earth Technology

  • 9 Posts
  • 0 Reply Likes
We will get back to you with the message received from iTunes.
Can you please let us know when latest version of PhoneGap will get fixed.
Photo of Petra V.

Petra V., Champion

  • 7794 Posts
  • 1391 Reply Likes
Nothing in your original post seems to require a 'fixed' version. All you say is: "In the latest builds we tried WebServices are not working."

However, Phonegap Build doesn't prevent WebServices from working, so it would be helpful if you could be a bit more specific. What is it that you are attempting to do? Which unexpected results did yu see? What error messages did you receive? In which OS and which OS versions do the errors occur?
Photo of john

john

  • 7 Posts
  • 0 Reply Likes
yea i agree the latest phonegap build service is buggy a.f.

fix plz
Photo of JesseMonroy650 (Volunteer)

JesseMonroy650 (Volunteer), Champion

  • 3325 Posts
  • 122 Reply Likes
@John,
may I suggest that perhaps, Apple wants you to update the version number of your App and not the compiler.

I may also suggest, the reason webservices are NOT working is because you are NOT using phonegap 3.7.0, but the latest. This would because the there is no *phonegap-version* in your config.xml

It would look like this:
<preference name="phonegap-version" value="3.5.0" />

Jesse