Open
Description
After submitting the build via the API, we are still required to manually select the signing key for the platform(s) by going to build.phonegap.com. This breaks the automation.
Is there a way to provide iOS/Android signing key in the build API?
var options = {
form: {
data: {
title: 'My App',
create_method: 'file'
},
file: '/path/to/app.zip',
ios_key_id: 123456789 // <---- is this possible?
}
};
api.post('/apps', options, function(e, data) {
console.log('error:', e);
console.log('data:', data);
});
Metadata
Metadata
Assignees
Labels
No labels