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?
"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?

