【发布时间】:2016-12-26 10:40:34
【问题描述】:
【问题讨论】:
标签: ios automation app-store-connect fastlane-deliver
【问题讨论】:
标签: ios automation app-store-connect fastlane-deliver
你不能从快车道本身做到这一点。
这里是fastlane项目的选项文件。
https://github.com/fastlane/fastlane/blob/master/deliver/lib/deliver/options.rb
正如您“看不到”的那样,那里没有更改 B2B 选项的字段。不幸的是,您似乎应该手动更改它。
【讨论】:
Apple 提供了添加批量购买计划的选项。 检查下面的链接,它可能会帮助你。 https://developer.apple.com/library/mac/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Appendices/B2B.html
【讨论】: