我正在使用令人惊叹的fastlane工具集来构建我的iOS应用并将其上传到Apple Store Connect。
我无法理解如何推广Apple Store Connect中已经存在的应用进行审核。
我应该将哪个语句添加到我的Fastfile或Deliverfile中?
谢谢
答案 0 :(得分:0)
在快速文件中设置submit_for_review: true
:
deliver(
submit_for_review: true,
...
)
https://docs.fastlane.tools/actions/deliver/#use-in-a-fastfile
要选择以前上传的内部版本并将其提交以供审阅,请从命令行运行:
fastlane deliver submit_build --build_number 830