Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

key_id in build options? #30

Open
puneetx opened this issue Feb 11, 2014 · 2 comments
Open

key_id in build options? #30

puneetx opened this issue Feb 11, 2014 · 2 comments

Comments

@puneetx
Copy link

puneetx commented Feb 11, 2014

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);
});
@bwalsh
Copy link

bwalsh commented Aug 31, 2014

+1

@danielzzz
Copy link

hello, also having an option to input the key's password would be great..

thanks, dan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants