fastlane-deliver - 设置 "Volume Purchase Program" 选项
Fastlane-deliver - set the "Volume Purchase Program" option
我一直在谷歌搜索,但找不到任何关于在使用 fastlane-deliver 向 iTunesConnect 提交 iOS 应用程序时传递 "Volume Purchase Program" 选项的说明。
有人知道这是否可能吗?
你不能从快速通道本身做到这一点。
这里是fastlane项目的选项文件。
https://github.com/fastlane/fastlane/blob/master/deliver/lib/deliver/options.rb
如您所见"not",那里没有更改 B2B 选项的字段。不幸的是,您似乎应该手动更改它。
Apple 提供了添加批量购买计划的选项。
查看下方 link,它可能会对您有所帮助。
https://developer.apple.com/library/mac/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Appendices/B2B.html
我一直在谷歌搜索,但找不到任何关于在使用 fastlane-deliver 向 iTunesConnect 提交 iOS 应用程序时传递 "Volume Purchase Program" 选项的说明。
有人知道这是否可能吗?
你不能从快速通道本身做到这一点。
这里是fastlane项目的选项文件。
https://github.com/fastlane/fastlane/blob/master/deliver/lib/deliver/options.rb
如您所见"not",那里没有更改 B2B 选项的字段。不幸的是,您似乎应该手动更改它。
Apple 提供了添加批量购买计划的选项。 查看下方 link,它可能会对您有所帮助。 https://developer.apple.com/library/mac/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Appendices/B2B.html