美文网首页
PGYER Plugin Error: error instal

PGYER Plugin Error: error instal

作者: XLsn0w | 来源:发表于2019-11-15 14:32 被阅读0次

最近蒲公英网站在更新,原来上传的App信息都不见了。今天早上用fastlane打测试包的时候看到报错了,被卡在最后的上传蒲公英网站出错。

检查了一下api_key和user_key 没有发现问题,然后去蒲公英网站上看了一下。最新下载测试包一定要一个安装类型如下图​​​​​​  增加password: "123456", install_type: "2"

You can also set a password to protect the App from being downloaded publicly:

lane :beta do

  gym

  pgyer(api_key: "7f15xxxxxxxxxxxxxxxxxx141", user_key: "4a5bcxxxxxxxxxxxxxxx3a9e", password: "123456", install_type: "2")

end

相关文章

网友评论

      本文标题:PGYER Plugin Error: error instal

      本文链接:https://www.haomeiwen.com/subject/ggxsictx.html