Hello,
I noticed that you created iPhone Projects. Currently due to a limitation in the PhoneGap build service we are not able to perform the one click build operation for iOS.
To build for iOS we must provide a generic sign key to PhoneGap Build Unfortunately P.G. Build doesn't use our default key we programmed in our Default PhoneGap Build account.
To solve the problem, you will have to create your own PhoneGap Build account
build.phonegap.com/people/sign_up
Then you will have to setup this account in your studio's configuration :
- Launch the Convertigo Studio
- connect to
localhost:18080/convertigo/admin/login.html
- login with admin, admin
- Click on 'Configuration'
- Click on the 'Mobile Builder' section
- Fill in the username and password according to the account you have created on PhoneGap Build
- click 'Update configuration'
This will enable your convertigo studio to launch directly PhoneGap Build without having to deploy your project on the cloud.
Then, Read carefully the PhoneGap(P.G.) build documentation for iOS and setup in PG Build your sign key and provisioning profile as stated.
To build iOS devices from Convertigo studio you will just have to use your studio's test platform (
localhost:18080/convertigo/project.html#<your project name>) and click the 'build mobile applications' button
Convertigo will invoke the P.G. build process and use the default sign key and provisioning profile you setup in the previous steps.
Hope it Helps.
Suppot team