whlsxl / firim

Upload ipa binary to fir.im in fastlane chain
MIT License
59 stars 10 forks source link

Can't set app password #23

Closed devsaddle closed 4 years ago

devsaddle commented 4 years ago

Unresolved conflict between options: 'app_is_show_plaza' and 'app_passwd'

whlsxl commented 4 years ago

这两个选项是有冲突么? 请问是怎么配置的?

devsaddle commented 4 years ago

image

devsaddle commented 4 years ago

直接报错

whlsxl commented 4 years ago

这个问题是fir.im API的bug。 文档中说,is_show_plazais_openedpasswd是互相冲突的。 但是实际上,如果设置了passwd,必须同时把is_opened设置成false才能生效。 例如:

firim(firim_api_token: "***", ipa: "***",  app_passwd: "123456", app_is_opened: false)

is_show_plaza这个我不太清楚作用。 升级0.2.3取消冲突检测。