Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fastlane-deliver - set the "Volume Purchase Program" option

I've been googling a lot but could not find any instruction for passing the "Volume Purchase Program" option when submitting an iOS app to iTunesConnect using fastlane-deliver.

Does anyone know if it's even possible?

enter image description here

like image 280
Igor S Om Avatar asked Aug 19 '16 09:08

Igor S Om


1 Answers

You can not do it from fast-lane itself.

Here is the options file of fastlane project.

https://github.com/fastlane/fastlane/blob/master/deliver/lib/deliver/options.rb

As you can "not" see, there is no field to change B2B option there. Unfortunately, it seems you should manually change this.

like image 86
batgun Avatar answered Oct 29 '22 03:10

batgun