API Questions with building as one operation

Hey,

Some questions regarding the VoltBuilder API ( VoltBuilder API | VoltBuilder )

  1. It says at the above link: “Submit both Android and iOS jobs as one operation” - though the documentation states you must specify either Android or iOS when submitting a build - is it possible to submit both as one request, or must they be separated?

  2. If you must send them separated, are you able to send two concurrently or must you wait until one is completed, before sending the next request?

Thank you,

James

If you want to build for iOS and Android, you need to make a request for each. The comment you refer to is trying to say that you could use the API to create a front end which took care of submitting both.

What it would do is submit one, check the build status until it is Completed, then submit the other one.