convert xcode back to load into phonegap build? Pushbots?

  • 1
  • Problem
  • Updated 4 years ago
We build an app on phonegap build. We are using pushbots to handle push notifications. In order to inject some of the code into the app they had us put this in:

"cordova prepare ios
cordova build ios
Then you will be able to find an xcode project that you can open in your Xcode"

basically the only reason for this is because in order to do the push notifications we had to use xcode to attach some of the provisioning files. But now how do you upload these changes back to phonegap build?

Does anyone have any experience using pushbots with phonegap build?
Photo of Vanessa Byrem-Tangy

Vanessa Byrem-Tangy

  • 42 Posts
  • 0 Reply Likes
  • frustrated

Posted 4 years ago

  • 1
Photo of JesseMonroy650 (Volunteer)

JesseMonroy650 (Volunteer), Champion

  • 3325 Posts
  • 122 Reply Likes
@Vanessa,
you cannot take "provisioning files" directly from XCode to PGB. You can use <config-file> to add things to Info.Plist, but that is it.

Again, if you are using CLI, you need to finish you process there. Otherwise speak with the author of the plugin and ask for directions on using Phonegap Build

NOTE: some plugin developers use "hooks" to add plugin parts. "hooks" are not supported by PGB.

Best of Luck
Jesse