ios - 使用 FaSTLane 将您的 IPA 文件上传到内部服务器

标签 ios fastlane

是否可以使用 faSTLane 将 beta-testingIPA 上传到您的内部服务器?

假设您正在使用共享点并且您想要在共享点上传您的 IPA。

faSTLane有这样的功能吗?

我看到几篇文章介绍了我们可以将 IPA 上传到 AWS。因此,如果您为任何其他服务器 URL 配置 faSTLane,希望我们可以做类似的事情。

最佳答案

你可以使用我开发的这个插件。 https://github.com/MaxToyberman/fastlane-plugin-upload-to-server

这里是一个如何使用它的例子,在 gym 之后运行它:

gym(scheme: "MyApp")
upload_to_server(
  endPoint: 'your endpoint here',
  multipartPayload: {
  // any parameters can be added here  
  :iosVersionNumber => options[:version]
  },
  headers:{

  }
) 

关于ios - 使用 FaSTLane 将您的 IPA 文件上传到内部服务器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48496899/

相关文章:

ios - 如何在 Swift 中使用 UICollectionView 修复 'NSInternalInconsistencyException' 错误?

ios - swift 正则表达式 : Replace Lowercase Followed by Uppercase

ios - 手动管理 faSTLane 匹配 Repo

continuous-integration - 如何使用 faSTLane 构建框架?

ios - 诗丽吉总是将美元显示为货币

ios - 在 Collection View 中删除项目的正确方法

objective-c - 有没有一种方法可以自定义UISearchDisplayController单元格

android - FaSTLane 分发失败,错误为 "App Distribution could not find your app"

rubygems - 使用带有 FaSTLane 的 Slather

unity3d - 使用 faSTLane 为 iOS 构建 Unity 游戏失败,缺少 USYM_UPLOAD_AUTH_TOKEN